ISoftPhoneCreatePhoneLine(SIPAccount) Method |
Creates a line for the specified SIP account which uses default settings
(UDP protocol for SIP, automatic NAT configuration, no SRTP support).
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
SyntaxIPhoneLine CreatePhoneLine(
SIPAccount sipAccount
)
Function CreatePhoneLine (
sipAccount As SIPAccount
) As IPhoneLine
IPhoneLine^ CreatePhoneLine(
SIPAccount^ sipAccount
)
abstract CreatePhoneLine :
sipAccount : SIPAccount -> IPhoneLine
Parameters
- sipAccount SIPAccount
- The SIP account.
Return Value
IPhoneLineThe created phone line.
See Also