Click or drag to resize

IUserAgentInstance Interface


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public interface IUserAgentInstance : ISIPClientCommon

The IUserAgentInstance type exposes the following members.

Properties
 NameDescription
Public propertyBaseConfig Gets the base configuration for the SIP extension.
(Inherited from ISIPClientCommon)
Public propertyInboundCallHeaderMapper Gets the SIP header mapper for incoming SIP messages.
(Inherited from ISIPClientCommon)
Public propertyInstanceInfo Gets basic information about the SIP extension such as identity, contact or transport info.
(Inherited from ISIPClientCommon)
Public propertyOutboundCallHeaderMapper Gets the SIP header mapper for outgoing SIP messages.
(Inherited from ISIPClientCommon)
Top
Methods
 NameDescription
Public methodGetManagerT Gets the specified manager of the UA instance with T type.
Public methodGetNextCSeq Retrieves the next out-of-dialog CSeq.
Public methodGetRequestURI 
Public methodRecognize 
Top
See Also