Ozeki VoIP SDK Class library
CreatePhoneLine Method (SIPAccount, transportType, srtpMode)
NamespacesOzeki.VoIP.SDKISoftPhoneCreatePhoneLine(SIPAccount, TransportType, SRTPMode)
Create one phoneline object for SIPAccount.
Declaration Syntax
C#Visual BasicVisual C++
IPhoneLine CreatePhoneLine(
	SIPAccount SIPAccount,
	TransportType transportType,
	SRTPMode srtpMode
)
Function CreatePhoneLine ( 
	SIPAccount As SIPAccount,
	transportType As TransportType,
	srtpMode As SRTPMode
) As IPhoneLine
IPhoneLine^ CreatePhoneLine(
	SIPAccount^ SIPAccount, 
	TransportType transportType, 
	SRTPMode srtpMode
)
Parameters
SIPAccount (SIPAccount)
SIP account for registration or creating phone line.
transportType (TransportType)
Protocol used for SIP communication.
srtpMode (SRTPMode)
Secure RTP mode.
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