Click or drag to resize

ISIPUAC Interface


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

The ISIPUAC type exposes the following members.

Properties
 NameDescription
Public propertyBaseConfig Gets the base configuration for the SIP extension.
(Inherited from ISIPClientCommon)
Public propertyConfig Gets the configuration for the SIP client.
(Inherited from ISIPClientConfigurable)
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 propertyInstantMessaging 
Public propertyKeepAliveManager 
Public propertyOptions 
Public propertyOutboundCallHeaderMapper Gets the SIP header mapper for outgoing SIP messages.
(Inherited from ISIPClientCommon)
Public propertyRegister 
Public propertySourceIdentifier 
Public propertySubscribe 
Public propertyTransport 
Top
Methods
 NameDescription
Public methodClose 
Public methodGetManagerT Gets the specified manager of the UA instance with T type.
(Inherited from IUserAgentInstance)
Public methodGetNextCSeq Retrieves the next out-of-dialog CSeq.
(Inherited from IUserAgentInstance)
Public methodGetRequestURI
(Inherited from IUserAgentInstance)
Public methodRecognize
(Inherited from IUserAgentInstance)
Top
See Also