Click or drag to resize
CallExtensionHeaders Class
Contains information of the extension headers an of an INVITE request.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPCallExtensionHeaders

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

The CallExtensionHeaders type exposes the following members.

Constructors
  NameDescription
Public methodCallExtensionHeaders
Initializes a new instance of the CallExtensionHeaders class
Top
Properties
  NameDescription
Public propertyCalledRemotePartyID
Gets the value of the Remote-Party-ID header that contains the "called" party parameter.
Public propertyCallingRemotePartyID
Gets the value of the Remote-Party-ID header that contains the "calling" party parameter.
Public propertyPAssertedIdentity
Gets the value of the P-Asserted-Identity header.
Public propertyPPreferredIdentity
Gets the value of the P-Preferred-Identity header.
Public propertyReferredBy
Gets the value of the Referred-By header.
Public propertyReplaces
Gets the value of the Replaces header.
Top
See Also