Click or drag to resize
DirectIPDialInfo Class
Provides data for direct IP dialing.
Inheritance Hierarchy

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

The DirectIPDialInfo type exposes the following members.

Constructors
  NameDescription
Public methodDirectIPDialInfo(String)
Creates a new instance of the DirectIPDialInfo class.
Public methodDirectIPDialInfo(SIPAddress)
Creates a new instance of the DirectIPDialInfo class.
Public methodDirectIPDialInfo(String, SIPAddress)
Creates a new instance of the DirectIPDialInfo class.
Public methodDirectIPDialInfo(SIPAddress, SIPAddress)
Creates a new instance of the DirectIPDialInfo class.
Top
Methods
  NameDescription
Public methodClone
Creates a deep copy of the instance.
(Inherited from DialInfo.)
Public methodEquals(Object) (Inherited from DialInfo.)
Public methodEquals(DialInfo) (Inherited from DialInfo.)
Public methodSetDefaults
Updates the null values using the given SIP identity address.
(Inherited from DialInfo.)
Public methodToString (Inherited from DialInfo.)
Top
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.
(Inherited from DialInfo.)
Public propertyCallerID
Gets the ID of the caller.
(Inherited from DialInfo.)
Public propertyDialed
Gets the dialed number or dialed user ID.
(Inherited from DialInfo.)
Public propertyDialedString
Gets the string the user dialed.
(Inherited from DialInfo.)
Public propertySIPCallerID
Gets the full SIP address of the caller.
(Inherited from DialInfo.)
Public propertySIPDialed
Gets the full SIP address of the dialed number.
(Inherited from DialInfo.)
Top
See Also