Ozeki VoIP SDK Class library
UnregisterPhoneLine Method (phoneLine)
NamespacesOzeki.VoIP.SDKISoftPhoneUnregisterPhoneLine(IPhoneLine)
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.
Declaration Syntax
C#Visual BasicVisual C++
void UnregisterPhoneLine(
	IPhoneLine phoneLine
)
Sub UnregisterPhoneLine ( 
	phoneLine As IPhoneLine
)
void UnregisterPhoneLine(
	IPhoneLine^ phoneLine
)
Parameters
phoneLine (IPhoneLine)
The line object which will be unregistered.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290