Click or drag to resize

DialInfo Class

Contains dial information of a call.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPDialInfo
    Ozeki.VoIPDirectIPDialInfo

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class DialInfo

The DialInfo type exposes the following members.

Constructors
 NameDescription
Public methodDialInfo(SIPAddress) Initializes a new instance of the DialInfo class.
Public methodDialInfo(String) Initializes a new instance of the DialInfo class.
Public methodDialInfo(SIPAddress, SIPAddress) Initializes a new instance of the DialInfo class.
Public methodDialInfo(SIPAddress, String) Initializes a new instance of the DialInfo class.
Public methodDialInfo(String, SIPAddress) Initializes a new instance of the DialInfo class.
Public methodDialInfo(String, String) Initializes a new instance of the DialInfo class.
Top
Properties
 NameDescription
Public propertyCallerDisplay Gets or sets the display name of the caller.
Public propertyCallerID Gets the ID of the caller.
Public propertyDialed Gets the dialed number or dialed user ID.
Public propertyDialedString Gets the string the user dialed.
Public propertySIPCallerID Gets the full SIP address of the caller.
Public propertySIPDialed Gets the full SIP address of the dialed number.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of the instance.
Public methodEquals(DialInfo) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodSetDefaults Updates the null values using the given SIP identity address.
Public methodToString
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodSetCallerID
(Defined by ExDialInfo)
Public Extension MethodToInternalDialInfo
(Defined by ExDialInfo)
Top
See Also