Click or drag to resize
SIPMappingField Enumeration
Defines SIP header fields for mapping SIP header with a call property.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum SIPMappingField
Members
  Member nameValueDescription
RequestUri_User0 The user part of the Request-URI header.
RequestUri_Host1 The host part of the Request-URI header.
Contact_User2 The user part of the Contact header.
Contact_Host3 The host part of the Contact header.
To_DisplayName4 The display name part of the To header.
To_User5 The user part of the To header.
To_Host6 The host part of the To header.
From_DisplayName7 The display name part of the From header.
From_User8 The user part of the From header.
From_Host9 The host part of the From header.
RemotePartyID_CalledParty_DisplayName10 The display name part of the Remote-Party-ID header with 'party=called' parameter.
RemotePartyID_CalledParty_User11 The user part of the Remote-Party-ID header with 'party=called' parameter.
RemotePartyID_CalledParty_Host12 The host part of the Remote-Party-ID header with 'party=called' parameter.
RemotePartyID_CallingParty_DisplayName13 The display name part of the Remote-Party-ID header with 'party=calling' parameter.
RemotePartyID_CallingParty_User14 The user part of the Remote-Party-ID header with 'party=calling' parameter.
RemotePartyID_CallingParty_Host15 The host part of the Remote-Party-ID header with 'party=calling' parameter.
PAssertedIdentity_DisplayName16 The display name part of the P-Asserted-Identity header.
PAssertedIdentity_User17 The user part of the P-Asserted-Identity header.
PAssertedIdentity_Host18 The host part of the P-Asserted-Identity header.
UserAgent19 The value of the User-Agent header.
See Also