Ozeki VoIP SDK Class library
CreatePhoneLine Method (sipAccount)
NamespacesOzeki.VoIP.SDKISoftPhoneCreatePhoneLine(SIPAccount)
Creates a line for the specified SIP account which uses default settings (UDP protocol for SIP, automatic NAT configuration, no SRTP support).
Declaration Syntax
C#Visual BasicVisual C++
IPhoneLine CreatePhoneLine(
	SIPAccount sipAccount
)
Function CreatePhoneLine ( 
	sipAccount As SIPAccount
) As IPhoneLine
IPhoneLine^ CreatePhoneLine(
	SIPAccount^ sipAccount
)
Parameters
sipAccount (SIPAccount)
The SIP account.
Return Value
IPhoneLine
The created phone line.

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