Click or drag to resize

ISoftPhoneCreateCallObject(IPhoneLine, DialParameters) Method

Creates a phone call with the specified parameters.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
IPhoneCall CreateCallObject(
	IPhoneLine line,
	DialParameters dialParams
)

Parameters

line  IPhoneLine
The phone line the call will be created on.
dialParams  DialParameters
The parameters for the outgoing call (such as dialed number or media types).

Return Value

IPhoneCall
The created phone call object.
See Also