Used to find out whether the call is on hold.
// Is the current call on hold?
IF tapiCallIsWaiting() = True THEN
// Display a message
Message("Call put on hold")
END
Syntax
<Result> = tapiCallIsWaiting([<Call identifier>])
<Result>: Boolean
- True if the number called or the incoming call is on hold,
- False otherwise.
<Call identifier>: Optional integer
Identifier of the call to be handled. This identifier is defined in the WLanguage procedure called by tapiListen. If this parameter is not specified, the current outgoing or incoming call is handled.
Remarks
Required configuration
Telephony functions use TAPI 2.0 technology and/or TAPI 3.1 technology. These technologies can be used on all systems.