AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones de teléfono
  • 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
tapiStopCallDetection (Function)
In french: telFinDétectionAppel
Stops the specified call detection that was started by tapiListen.
Example
// -- Closing the window for call management
// Stop the service for call detection
tapiStopCallDetection("IncomingCall")
Syntax
tapiStopCallDetection(<Identifier of call detection>)
<Identifier of call detection>: Character string
Identifier of service for call detection. This identifier was specified when the call detection was started by tapiListen.
Remarks
tapiStopCallDetection cannot be called in the procedure for call detection (defined by tapiListen).
WINDEVReports and QueriesUser code (UMC)

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