Click or drag to resize

ISoftPhoneRegisterPhoneLine Method

Registers the SIP account to the softphone. If SIP account registration required, the softphone will send a register request asynchronously to the SIP registrar/proxy.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
void RegisterPhoneLine(
	IPhoneLine phoneLine
)

Parameters

phoneLine
Type: Ozeki.VoIPIPhoneLine
The line object which will be registered.
See Also