Click or drag to resize

IExtensionFactoryCreateSIPClientExtension Method

Creates a SIP extension that can register to a remote PBX (such as a VoIP provider or another Ozeki PBX instance).

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
ISIPClientExtension CreateSIPClientExtension(
	string extensionID,
	PhoneLineConfiguration config
)

Parameters

extensionID
Type: SystemString
The local identifier of the extension.
config
Type: Ozeki.VoIPPhoneLineConfiguration
The configuration for the SIP client.

Return Value

Type: ISIPClientExtension
See Also