IExtensionFactory Interface |
Namespace: Ozeki.VoIP
The IExtensionFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateSIPClientExtension |
Creates a SIP extension that can register to a remote PBX (such as a VoIP provider or another Ozeki PBX instance).
|
![]() | CreateSIPTrunk |
Creates a SIP extension for a SIP trunk.
|
![]() | GetRegistrationCount |
Gets the number of registrations with the specified SIP account.
|
![]() | GetRegistrations |
Gets the SIP extensions who registered with the specified SIP account.
|
![]() | RegisterSIPClientExtension |
Registers the SIP client to the PBX.
|
![]() | RegisterSIPTrunk |
Registers the SIP trunk extension to the system.
|
![]() | UnregisterSIPClientExtension |
Unregisters the SIP client from the PBX.
|
![]() | UnregisterSIPTrunk |
Unregisters the SIP trunk extension from the system.
|