Click or drag to resize
DialInfo Class
Contains dial information of a call.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class DialInfo : IEquatable<DialInfo>

The DialInfo type exposes the following members.

Constructors
  NameDescription
Public methodDialInfo(String)
Initializes a new instance of the DialInfo class.
Public methodDialInfo(SIPAddress)
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.
Public methodDialInfo(SIPAddress, SIPAddress)
Initializes a new instance of the DialInfo class.
Public methodDialInfo(SIPAddress, String)
Initializes a new instance of the DialInfo class.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodSetCallerID (Defined by ExDialInfo.)
Public Extension MethodToInternalDialInfo (Defined by ExDialInfo.)
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
See Also