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: 1.8.12.0 (1.8.12)
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