| DialInfo Class |
Namespace: Ozeki.VoIP
The DialInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| DialInfo(String) |
Initializes a new instance of the DialInfo class.
| |
| DialInfo(SIPAddress) |
Initializes a new instance of the DialInfo class.
| |
| DialInfo(String, SIPAddress) |
Initializes a new instance of the DialInfo class.
| |
| DialInfo(String, String) |
Initializes a new instance of the DialInfo class.
| |
| DialInfo(SIPAddress, SIPAddress) |
Initializes a new instance of the DialInfo class.
| |
| DialInfo(SIPAddress, String) |
Initializes a new instance of the DialInfo class.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of the instance.
| |
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(DialInfo) | ||
| SetDefaults |
Updates the null values using the given SIP identity address.
| |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| SetCallerID | (Defined by ExDialInfo.) | |
| ToInternalDialInfo | (Defined by ExDialInfo.) |
| Name | Description | |
|---|---|---|
| CallerDisplay |
Gets or sets the display name of the caller.
| |
| CallerID |
Gets the ID of the caller.
| |
| Dialed |
Gets the dialed number or dialed user ID.
| |
| DialedString |
Gets the string the user dialed.
| |
| SIPCallerID |
Gets the full SIP address of the caller.
| |
| SIPDialed |
Gets the full SIP address of the dialed number.
|