Click or drag to resize

ISIPClientCommon Interface

Defines properties and methods for a SIP client on both server and client side.

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

The ISIPClientCommon type exposes the following members.

Properties
 NameDescription
Public propertyBaseConfig Gets the base configuration for the SIP extension.
Public propertyInboundCallHeaderMapper Gets the SIP header mapper for incoming SIP messages.
Public propertyInstanceInfo Gets basic information about the SIP extension such as identity, contact or transport info.
Public propertyOutboundCallHeaderMapper Gets the SIP header mapper for outgoing SIP messages.
Top
See Also