Defines SIP header fields for mapping SIP header with a call property.

C# | Visual Basic | Visual C++ |
public enum SIPMappingField
Public Enumeration SIPMappingField
public enum class SIPMappingField

Member | Description |
---|---|
RequestUri_User |
The user part of the Request-URI header.
|
RequestUri_Host |
The host part of the Request-URI header.
|
Contact_User |
The user part of the Contact header.
|
Contact_Host |
The host part of the Contact header.
|
To_DisplayName |
The display name part of the To header.
|
To_User |
The user part of the To header.
|
To_Host |
The host part of the To header.
|
From_DisplayName |
The display name part of the From header.
|
From_User |
The user part of the From header.
|
From_Host |
The host part of the From header.
|
RemotePartyID_CalledParty_DisplayName |
The display name part of the Remote-Party-ID header with 'party=called' parameter.
|
RemotePartyID_CalledParty_User |
The user part of the Remote-Party-ID header with 'party=called' parameter.
|
RemotePartyID_CalledParty_Host |
The host part of the Remote-Party-ID header with 'party=called' parameter.
|
RemotePartyID_CallingParty_DisplayName |
The display name part of the Remote-Party-ID header with 'party=calling' parameter.
|
RemotePartyID_CallingParty_User |
The user part of the Remote-Party-ID header with 'party=calling' parameter.
|
RemotePartyID_CallingParty_Host |
The host part of the Remote-Party-ID header with 'party=calling' parameter.
|
PAssertedIdentity_DisplayName |
The display name part of the P-Asserted-Identity header.
|
PAssertedIdentity_User |
The user part of the P-Asserted-Identity header.
|
PAssertedIdentity_Host |
The host part of the P-Asserted-Identity header.
|
UserAgent |
The value of the User-Agent header.
|
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290