Ozeki VoIP SDK Class library
CreateCallObject Method (iline, dial, callType, from)
NamespacesOzeki.VoIP.SDKISoftPhoneCreateCallObject(IPhoneLine, String, CallType, DialInfo)
Call a number.
Declaration Syntax
C#Visual BasicVisual C++
IPhoneCall CreateCallObject(
	IPhoneLine iline,
	string dial,
	CallType callType,
	DialInfo from
)
Function CreateCallObject ( 
	iline As IPhoneLine,
	dial As String,
	callType As CallType,
	from As DialInfo
) As IPhoneCall
IPhoneCall^ CreateCallObject(
	IPhoneLine^ iline, 
	String^ dial, 
	CallType callType, 
	DialInfo^ from
)
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.)
from (DialInfo)
Sender information
Return Value
IPhoneCall
The created phone call.

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