CTI32 Class Library

cti.RestartBChannel Method 

Try to re-start the B-channel on the specified channel

[Visual Basic]
Public Shared Function RestartBChannel( _
   ByVal channel As Integer _
) As Integer
[C#]
public static int RestartBChannel(
   int channel
);

Parameters

channel
User Channel

Return Value

0=successful. -1=failed.

See Also

cti Class | CTI32NetLib Namespace