|
|
|
|
tapiCallIsOver (Function) In french: telAppelEstTerminé Used to find out whether the incoming or outgoing call is ended. // Is the current call ended? IF tapiCallIsOver() = True THEN // Hang up the line tapiHangUp() END
Syntax
<Result> = tapiCallIsOver([<Call identifier>])
<Result>: Boolean - True if the call is ended,
- 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|