| RoutingResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Ozeki.VoIP
 Syntax
SyntaxThe RoutingResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RoutingResult | Initializes a new instance of the RoutingResult class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CalleeDialInfo | 
            Gets the info the callee party will be dialed with.
             | 
|  | DestinationExtension | 
            Gets the extension who will be called.
             | 
|  | DialplanDestination | 
            Gets the destination info received from the dial plan.
             | 
|  | DialplanResult | 
            Gets the result received from the the dial plan. (eg. connect, reject, disconnect)
             | 
|  | Error | 
            Gets the error response that will be sent to the caller if no extension will be called.
             | 
|  | ExtensionStatus | 
            Gets the availability status of the extension.
             | 
|  | LastRoutingState | 
            Gets the last routing state of the routing process (calling, busy, etc.)
             | 
|  | Status | 
            Gets the final status of the routing.
             | 
 See Also
See Also