Click or drag to resize

SIPUserAgentDetails Class

Contains basic information about a SIP user-agent endpoint such as contact, allowed methods or the name of the user-agent.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPUserAgentDetails
    Ozeki.VoIPSIPUAInstanceInfo

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class SIPUserAgentDetails

The SIPUserAgentDetails type exposes the following members.

Constructors
 NameDescription
Public methodSIPUserAgentDetailsInitializes a new instance of the SIPUserAgentDetails class
Top
Properties
 NameDescription
Public propertyAllowedMethods Gets the methods supported by the user-agent of the registered extension. If the list is empty, no Allow header sent by the UA and all methods are allowed.
Public propertyContact Gets the contact address of the SIP client.
Public propertyUserAgent Gets the user agent name sent by the client. It may be null if the client did not send it.
Top
Methods
 NameDescription
Public methodUpdate(OptionsResult) Updates the properties with the values from an OPTIONS message.
Public methodUpdate(Request) 
Top
See Also