Click or drag to resize

IExtension Interface


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

The IExtension type exposes the following members.

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