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:
InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
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")
C#: objDevice.RouteCalls("dxxxB1C1","dxxxB1C2");
VB.NET: objDevice.RouteCalls("dxxxB1C1","dxxxB1C2")
See Also
DiaSpringWrapper Class
Inkostar Namespace