Click or drag to resize

RoutingResult Class

Provides information about the result of the routing.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPRoutingResult

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class RoutingResult

The RoutingResult type exposes the following members.

Constructors
 NameDescription
Public methodRoutingResultInitializes a new instance of the RoutingResult class
Top
Properties
 NameDescription
Public propertyCalleeDialInfo Gets the info the callee party will be dialed with.
Public propertyDestinationExtension Gets the extension who will be called.
Public propertyDialplanDestination Gets the destination info received from the dial plan.
Public propertyDialplanResult Gets the result received from the the dial plan. (eg. connect, reject, disconnect)
Public propertyError Gets the error response that will be sent to the caller if no extension will be called.
Public propertyExtensionStatus Gets the availability status of the extension.
Public propertyLastRoutingState Gets the last routing state of the routing process (calling, busy, etc.)
Public propertyStatus Gets the final status of the routing.
Top
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
See Also