Click or drag to resize
RoutingResultStatus Enumeration
Defines states for routing.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum RoutingResultStatus
Members
  Member nameValueDescription
Connect0 The incoming call will be connected to an extension.
ExtensionNotFound1 The extension is not registered to the PBX.
ExtensionNotAvailable2 The extension is registered to the PBX but cannot receive incoming calls for some reason (eg. max call limit reached, DND is turned on, etc.).
DialplanDestinationError3 No destination was given in the dial plan provider.
Redirection4 The incoming call will be forwarded to another SIP device.
Reject5 The incoming call will be rejected.
Error6 An error occurred during routing (eg. invalid route parameters, dial plan error or loop detected etc.)
DialEmpty7 The dialed number was empty.
LoopDetected8 A loop detected in the dial plan.
MaxDepthReached9 The maximum number of re-routing attempts reached.
DialplanAbort10 The dial plan aborted the call (returned null destination).
See Also