Click or drag to resize
IExtension Interface

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

The IExtension type exposes the following members.

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
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
See Also