Click or drag to resize
IExtensionBase Interface
Interface for SIP and other type of extensions.

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

The IExtensionBase type exposes the following members.

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