Click or drag to resize

DiversionInfo Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPDiversionInfo

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class DiversionInfo : EventArgs

The DiversionInfo type exposes the following members.

Constructors
  NameDescription
Public methodDiversionInfo
Initializes a new instance of the DiversionInfo class
Top
Properties
  NameDescription
Public propertyCounter
The count of the total number of diversions that have occurred. -1 if not presented in response.
Public propertyExtensions
Extension diversion parameters presented in response.
Public propertyLimit
Maximum number of diversions that have allowed. -1 if not presented in response.
Public propertyPrivacy
Indicates if presentation is allowed or prohibited.
Public propertyReason
The reason that the last diversion occurred.
Public propertyScreen
Indicates whether the number is user provided and screened or network provided.
Public propertyTarget
The number to which the call was being routed when the last diversion occurred.
Public propertyTargetSIPAddress
The address to which the call was being routed when the last diversion occurred.
Top
See Also