Click or drag to resize

CallOptionalHeaders Class

Contains the values of the optional SIP headers of an INVITE request.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPCallOptionalHeaders

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class CallOptionalHeaders

The CallOptionalHeaders type exposes the following members.

Constructors
  NameDescription
Public methodCallOptionalHeaders
Creates an instance of the CallOptionalHeaders class.
Top
Properties
  NameDescription
Public propertyAllowedMethods
Gets the methods allowed by the call party.
Public propertyCustomHeaders
Gets additional headers defined by the user.
Public propertyDiversionInfo
Gets information about the diversion.
Public propertyOptionalHeaderValues
Gets additional headers defined by the user.
Public propertyRedirectionInfo
Gets information about the redirection.
Public propertyUserAgent
Gets the user-agent of the call party.
Public propertyWarning
Gets the value of the Warning header. (usually present when the other party was busy)
Top
Extension Methods
  NameDescription
Public Extension MethodAddToSIPMessage (Defined by CallExtendedInfoEx.)
Top
See Also