ISoftPhoneCreatePhoneLine Method (SIPAccount) |
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: 1.8.12.0 (1.8.12)
Syntax IPhoneLine CreatePhoneLine(
SIPAccount sipAccount
)
Function CreatePhoneLine (
sipAccount As SIPAccount
) As IPhoneLine
IPhoneLine^ CreatePhoneLine(
SIPAccount^ sipAccount
)
abstract CreatePhoneLine :
sipAccount : SIPAccount -> IPhoneLine
Parameters
- sipAccount
- Type: Ozeki.VoIPSIPAccount
The SIP account.
Return Value
Type:
IPhoneLineThe created phone line.
See Also