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.4.54.0
Syntax
IPhoneLine CreateDirectIPPhoneLine(
	DirectIPPhoneLineConfig config
)

Parameters

config  DirectIPPhoneLineConfig
An object containing configuration options for the phone line.

Return Value

IPhoneLine
The created line.
See Also