Click or drag to resize

IExtensionBase Interface

Interface for SIP and other type of extensions.

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

The IExtensionBase type exposes the following members.

Properties
 NameDescription
Public propertyExtensionID Gets the ID of the extension.
Public propertyType Gets the type of the extension (e.g. SIP).
Top
Methods
 NameDescription
Public methodOnMessageReceived This will be called when an extension sent a message to this extension.
Top
See Also