| RoutingResultStatus Enumeration | 
            Defines states for routing.
            
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
 Syntax
Syntaxpublic enum RoutingResultStatus
Public Enumeration RoutingResultStatus
public enum class RoutingResultStatus
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Connect | 0 | The incoming call will be connected to an extension. | 
|  | ExtensionNotFound | 1 | The extension is not registered to the PBX. | 
|  | ExtensionNotAvailable | 2 | 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.). | 
|  | DialplanDestinationError | 3 | No destination was given in the dial plan provider. | 
|  | Redirection | 4 | The incoming call will be forwarded to another SIP device. | 
|  | Reject | 5 | The incoming call will be rejected. | 
|  | Error | 6 | An error occurred during routing (eg. invalid route parameters, dial plan error or loop detected etc.) | 
|  | DialEmpty | 7 | The dialed number was empty. | 
|  | LoopDetected | 8 | A loop detected in the dial plan. | 
|  | MaxDepthReached | 9 | The maximum number of re-routing attempts reached. | 
|  | DialplanAbort | 10 | The dial plan aborted the call (returned null destination). | 
 See Also
See Also