IF tapiDial(EDT_PhoneNumber, "LineStatus") = True THEN
Info("Click OK to hang up")
tapiHangUp()
END
Syntax
Hanging up a phone line that was opened by tapiDial
tapiHangUp()
Hanging up a phone line that was opened by tapiAnswerCall Hide the details
tapiHangUp(<Call identifier>)
<Call identifier>: Integer
Identifier of the call to end. This identifier is defined in the WLanguage procedure called by tapiAnswerCall.
Remarks
tapiHangUp cannot be called in the procedure for call detection (defined by
tapiListen).
Required configuration
Telephony functions use TAPI 2.0 technology and/or TAPI 3.1 technology. These technologies can be used on all systems.