Ozeki VoIP SDK Class library
CreatePhoneLine Method (SIPAccount, transportType)
NamespacesOzeki.VoIP.SDKISoftPhoneCreatePhoneLine(SIPAccount, TransportType)
Create one phoneline object for SIPAccount without SRTP support an automatic NAT settings.
Declaration Syntax
C#Visual BasicVisual C++
IPhoneLine CreatePhoneLine(
	SIPAccount SIPAccount,
	TransportType transportType
)
Function CreatePhoneLine ( 
	SIPAccount As SIPAccount,
	transportType As TransportType
) As IPhoneLine
IPhoneLine^ CreatePhoneLine(
	SIPAccount^ SIPAccount, 
	TransportType transportType
)
Parameters
SIPAccount (SIPAccount)
SIP account for registration or creating phone line.
transportType (TransportType)
Protocol used for SIP communication.
Return Value
IPhoneLine
The created phone line.
Remarks
It creates a communication channel for the SIP server specified by the port number in the SIP account. This is the software model of a phisical phone line that is necessary for all phone calls.

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