Click or drag to resize
ISoftPhoneCreateCallObject Method (IPhoneLine, String)
Creates a phone call with the specified dialed number.

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

Parameters

line
Type: Ozeki.VoIPIPhoneLine
The phone line the call will be created on.
dial
Type: SystemString
The dialed number or the dialed SIP address (eg. '4001' or '4001@example.com' or 'sip:4001@example.com').

Return Value

Type: IPhoneCall
The created phone call object.
See Also