CTI32 Class Library

cti.RingStation Method 

Rings an MSI station.

[Visual Basic]
Public Shared Function RingStation( _
   ByVal chdev As Integer, _
   ByVal rings As Integer _
) As Integer
[C#]
public static int RingStation(
   int chdev,
   int rings
);

Parameters

chdev
The channel device for the MSI station returned from CTIOpenStation().
rings
Number of rings to wait before returning with NO ANSWER.

Return Value

0=Connected 1=Busy 2=No Answer -1=Error

See Also

cti Class | CTI32NetLib Namespace