|
|
|
|
|
- Overview
- Required configuration
- Prerequisite
- Checking configuration
WINDEV allows you to easily manage incoming and outgoing phone calls via the WLanguage phone functions. These functions allow you to manage a voicemail, an answering machine (or other) directly from a WINDEV application. Prerequisite To use the telephony features, you must have: - a modem.
- To save and play recordings, this modem must include voice support.
- To identify the caller, the modem must support the "Caller ID".
- the Tapi 2.0 or Tapi 3.1 protocol. These technologies can be used on all systems.
Checking configuration To check the configuration of your computer, we recommend that you use WDTelDiagno.exe, provided with WINDEV. This tool is used to list the available TAPI lines and to specify the line that will be used by default by the telephony functions. This allows you to quickly detect the conflicts that may occur between the different TAPI lines. Note TAPI lines are not the same as conventional telephone lines. Before using the telephony functions, you can define through programming the TAPI device on which the calls must be detected or dialed. Use the functions: | | tapiCapability | Returns the characteristics of a telephony device. | tapiDevice | Selecciona el dispositivo TAPI que se utilizará durante las siguientes operaciones de telefonía: | tapiDeviceList | Enumera los dispositivos compatibles con TAPI 2.0 y TAPI 3.1 instalados en el ordenador actual. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|