Create one phoneline object for SIPAccount without SRTP support an automatic NAT settings.
| C# | Visual Basic | Visual C++ |
IPhoneLine CreatePhoneLine( SIPAccount SIPAccount, TransportType transportType )
Function CreatePhoneLine ( SIPAccount As SIPAccount, transportType As TransportType ) As IPhoneLine
IPhoneLine^ CreatePhoneLine( SIPAccount^ SIPAccount, TransportType transportType )
- SIPAccount (SIPAccount)
- SIP account for registration or creating phone line.
- transportType (TransportType)
- Protocol used for SIP communication.
IPhoneLine
The created phone line.
The created phone line.
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