RoutingResultStatus Enumeration |
Defines states for routing.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic enum RoutingResultStatus
Public Enumeration RoutingResultStatus
public enum class RoutingResultStatus
MembersMember 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