Click or drag to resize

ISoftPhoneUnregisterPhoneLine Method

Unregisters the SIP account from the softphone. If the SIP account is registered with a SIP server, the softphone will send an unregister request asynchronously to the SIP registrar/proxy.

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

Parameters

phoneLine  IPhoneLine
The line object which will be unregistered.
See Also