Click or drag to resize

ISoftPhoneCreatePhoneLine(PhoneLineConfiguration) Method

Creates a line with the specified configuration.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
IPhoneLine CreatePhoneLine(
	PhoneLineConfiguration config
)

Parameters

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

Return Value

IPhoneLine
The created line.
See Also