cti.ISDN_SetChanState Method
Sets the PRI channel in service or out of service
[Visual Basic]
Public Shared Function ISDN_SetChanState( _
ByVal
chdev As
Integer, _
ByVal
state As
Integer _
) As
Integer
[C#]
public static
int ISDN_SetChanState(
int chdev,
int state);
Parameters
-
chdev
- Channel device
-
state
- 0=IN_SERVICE 1=MAINTENANCE 2=OUT OF SERVICE
Return Value
0=successful
See Also
cti Class | CTI32NetLib Namespace