Defines call properties for SIP header modification.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxPublic Enumeration CallProperty
public enum class CallProperty
MembersMember name | Value | Description |
---|
CustomValue | 0 |
Value defined by user.
|
CallerID | 1 |
The ID of the caller.
|
CallerDisplayName | 2 |
The display name of the caller.
|
CallerHostPort | 3 |
The hostport part of the caller.
|
CalledNumber | 4 |
The dialed number.
|
CalledDisplayName | 5 |
The display name for the dialed number.
|
CalledHostPort | 6 |
The hostport part of the dialed number.
|
See Also