ISoftPhoneCreateDirectIPPhoneLine Method |
Creates a line with the specified configuration which can receive calls via direct IP dialing.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IPhoneLine CreateDirectIPPhoneLine(
DirectIPPhoneLineConfig config
)
Function CreateDirectIPPhoneLine (
config As DirectIPPhoneLineConfig
) As IPhoneLine
IPhoneLine^ CreateDirectIPPhoneLine(
DirectIPPhoneLineConfig^ config
)
abstract CreateDirectIPPhoneLine :
config : DirectIPPhoneLineConfig -> IPhoneLine
Parameters
- config
- Type: Ozeki.VoIPDirectIPPhoneLineConfig
An object containing configuration options for the phone line.
Return Value
Type:
IPhoneLineThe created line.
See Also