Click or drag to resize
RouteInfo Class
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPRouteInfo

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class RouteInfo

The RouteInfo type exposes the following members.

Constructors
  NameDescription
Public methodRouteInfo
Initializes a new instance of the RouteInfo class
Public methodRouteInfo(IExtensionBase, DialInfo, RoutingState)
Initializes a new instance of the RouteInfo class
Top
Properties
  NameDescription
Public propertyDialedDestination
Gets the currently dialed destination.
Public propertyDialInfo
Gets the currently dialed number and current caller ID.
Public propertyPrevDialedDestination
Gets the ID of the previously dialed extension.
Public propertySessionIds
Gets the IDs of the routed session.
Public propertySourceExtension
Gets the source extension who dialed the number.
Public propertySourceInitialDialInfo
Gets the dial information that the source initiated the call with (caller ID, dialed number).
Public propertyState
Gets the state of the route.
Public propertyTransferee
Gets information about the transferee when the call is being transferred.
Top
See Also