Click or drag to resize

ISoftPhoneCreateDirectIPPhoneLine Method

Creates a line with the specified configuration which can receive calls via direct IP dialing.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
IPhoneLine CreateDirectIPPhoneLine(
	DirectIPPhoneLineConfig config
)

Parameters

config
Type: Ozeki.VoIPDirectIPPhoneLineConfig
An object containing configuration options for the phone line.

Return Value

Type: IPhoneLine
The created line.
See Also