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

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

The SIPUserAgentDetails type exposes the following members.

Constructors
  NameDescription
Public methodSIPUserAgentDetails
Initializes a new instance of the SIPUserAgentDetails class
Top
Methods
  NameDescription
Public methodUpdate
Updates the properties with the values from an OPTIONS message.
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
See Also