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: 1.8.12.0 (1.8.12)
Syntax
void UnregisterPhoneLine(
	IPhoneLine phoneLine
)

Parameters

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