Ozeki VoIP SDK Class library
CreateCallObject Method (iline, dial, callType)
NamespacesOzeki.VoIP.SDKISoftPhoneCreateCallObject(IPhoneLine, String, CallType)
Call a number.
Declaration Syntax
C#Visual BasicVisual C++
IPhoneCall CreateCallObject(
	IPhoneLine iline,
	string dial,
	CallType callType
)
Function CreateCallObject ( 
	iline As IPhoneLine,
	dial As String,
	callType As CallType
) As IPhoneCall
IPhoneCall^ CreateCallObject(
	IPhoneLine^ iline, 
	String^ dial, 
	CallType callType
)
Parameters
iline (IPhoneLine)
The relative phone line object to the created phone call object.
dial (String)
The phone number to dial.
callType (CallType)
Media types used for the phone call. (It can be modified during the call.)
Return Value
IPhoneCall
The created phone call.

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