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

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