cti.ISDN_AcceptCall Method
Issues an ISDN AcceptCall - handy for not actually answering the ISDN phone line
[Visual Basic]
Public Shared Function ISDN_AcceptCall( _
ByVal
chdev As
Integer _
) As
Integer
[C#]
public static
int ISDN_AcceptCall(
int chdev);
Parameters
-
chdev
- The channel device handle.
Return Value
Ther return code of the call
See Also
cti Class | CTI32NetLib Namespace