Places the channel off-hook and dials the destination number.

Namespace:  Inkostar
Assembly:  DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void MakeCall(
	string ChannelName,
	string dialNumber
)
Public Sub MakeCall ( _
	ChannelName As String, _
	dialNumber As String _
)
public:
void MakeCall(
	String^ ChannelName, 
	String^ dialNumber
)

Parameters

ChannelName
String
The Channel name on the Dialogic board on which to make the outbound call.
dialNumber
String
The destination number to be dialled.

Remarks

This function will fail if invoked before the [device].Open() function.

Examples

Place an outbound call on the first channel by dialling 9 for access to the CO line followed by a pause and the destination number.
C#: objDevice.MakeCall("dxxxB1C1", "9,0123456789");
VB.NET: objDevice.MakeCall("dxxxB1C1", "9,0123456789")

See Also

Inkostar Namespace