Ozeki VoIP SDK Class library
CreateDirectIPCallObject Method (iline, dialParams, remoteAddress)
NamespacesOzeki.VoIP.SDKISoftPhoneCreateDirectIPCallObject(IPhoneLine, DirectIPDialParameters, String)
Makes a call to a remote address.
Declaration Syntax
C#Visual BasicVisual C++
IPhoneCall CreateDirectIPCallObject(
	IPhoneLine iline,
	DirectIPDialParameters dialParams,
	string remoteAddress
)
Function CreateDirectIPCallObject ( 
	iline As IPhoneLine,
	dialParams As DirectIPDialParameters,
	remoteAddress As String
) As IPhoneCall
IPhoneCall^ CreateDirectIPCallObject(
	IPhoneLine^ iline, 
	DirectIPDialParameters^ dialParams, 
	String^ remoteAddress
)
Parameters
iline (IPhoneLine)
The phone line the call will be created on.
dialParams (DirectIPDialParameters)
The parameters for the outgoing call (such as dialed number or media types).
remoteAddress (String)
The remote endpoint where the SIP messages will be sent.
Return Value
IPhoneCall
The created phone call object.

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