Click or drag to resize

IExtensionFactory Interface


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

The IExtensionFactory type exposes the following members.

Methods
 NameDescription
Public methodCreateSIPClientExtension Creates a SIP extension that can register to a remote PBX (such as a VoIP provider or another Ozeki PBX instance).
Public methodCreateSIPTrunk Creates a SIP extension for a SIP trunk.
Public methodGetRegistrationCount Gets the number of registrations with the specified SIP account.
Public methodGetRegistrations Gets the SIP extensions who registered with the specified SIP account.
Public methodRegisterSIPClientExtension Registers the SIP client to the PBX.
Public methodRegisterSIPTrunk Registers the SIP trunk extension to the system.
Public methodUnregisterSIPClientExtension Unregisters the SIP client from the PBX.
Public methodUnregisterSIPTrunk Unregisters the SIP trunk extension from the system.
Top
See Also