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: 1.8.12.0 (1.8.12)
Syntax
public class CallOptionalHeaders

The CallOptionalHeaders type exposes the following members.

Constructors
  NameDescription
Public methodCallOptionalHeaders
Creates an instance of the CallOptionalHeaders class.
Top
Extension Methods
  NameDescription
Public Extension MethodAddToSIPMessage (Defined by CallExtendedInfoEx.)
Top
Properties
  NameDescription
Public propertyAllowedMethods
Gets the methods allowed by the call party.
Public propertyCustomHeaders
Gets additional headers defined by the user.
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
See Also