AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones de teléfono
  • Limitation
  • Required configuration
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
tapiHangUp (Function)
In french: telRaccroche
Hangs up a phone line started with tapiDial or tapiAnswerCall.
Example
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

Limitation

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.
Component: wd290com.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local