Ozeki VoIP SDK Class library
CreateCallObject Method (line, dial)
NamespacesOzeki.VoIP.SDKISoftPhoneCreateCallObject(IPhoneLine, String)
Creates a phone call with the specified dialed number.
Declaration Syntax
C#Visual BasicVisual C++
IPhoneCall CreateCallObject(
	IPhoneLine line,
	string dial
)
Function CreateCallObject ( 
	line As IPhoneLine,
	dial As String
) As IPhoneCall
IPhoneCall^ CreateCallObject(
	IPhoneLine^ line, 
	String^ dial
)
Parameters
line (IPhoneLine)
The phone line the call will be created on.
dial (String)
The dialed number or the dialed SIP address (eg. '4001' or '4001@example.com' or 'sip:4001@example.com').
Return Value
IPhoneCall
The created phone call object.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290