Two B-Channel transfer. Hooks two PRI channels together at the switch and drops the lines from the IVR.
[Visual Basic]
Public Shared Function TBCT( _
ByVal
dev1 As
Integer, _
ByVal
dev2 As
Integer _
) As
Integer
[C#]
public static
int TBCT(
int dev1,
int dev2);
Parameters
-
dev1
- dtidev of 1st active channel
-
dev2
- dtidev of 2nd active channel
Return Value
0=successful -1=failure
See Also
cti Class | CTI32NetLib Namespace