Click or drag to resize
ISoftPhoneCreateCallObject Method (IPhoneLine, DialParameters)
Creates a phone call with the specified parameters.

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

Parameters

line
Type: Ozeki.VoIPIPhoneLine
The phone line the call will be created on.
dialParams
Type: Ozeki.VoIPDialParameters
The parameters for the outgoing call (such as dialed number or media types).

Return Value

Type: IPhoneCall
The created phone call object.
See Also