Establishes a full duplex connection between two channels on the same ScBus enabled device thus allowing the two voice channels on separate timeslots to be bridged together. This function can be used when a conference call or a supervised transfer is not possible betwen the two parties.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void RouteCalls(
	string FirstChannelName,
	string SecondChannelName
)
Public Sub RouteCalls ( _
	FirstChannelName As String, _
	SecondChannelName As String _
)
public:
void RouteCalls(
	String^ FirstChannelName, 
	String^ SecondChannelName
)

Parameters

FirstChannelName
String
The first Channel name to be bridged.
SecondChannelName
String
The second Channel name to be bridged.

Remarks

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

Examples

Bridge the first two channels together.
C#: objDevice.RouteCalls("dxxxB1C1","dxxxB1C2");
VB.NET: objDevice.RouteCalls("dxxxB1C1","dxxxB1C2")

See Also

Inkostar Namespace