RoutingResultStatus Enumeration |
Defines states for routing.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.77.0
Syntaxpublic enum RoutingResultStatus
Public Enumeration RoutingResultStatus
public enum class RoutingResultStatus
Members| Member name | Value | Description |
|---|
| Connect | 0 | |
| ExtensionNotFound | 1 | |
| ExtensionNotAvailable | 2 | |
| DialplanDestinationError | 3 | |
| Redirection | 4 | |
| Reject | 5 | |
| Error | 6 | |
| DialEmpty | 7 | |
| LoopDetected | 8 | |
| MaxDepthReached | 9 | |
| DialplanAbort | 10 | |
See Also