ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Phone functions
  • 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
Selects the TAPI device that will be used during the following telephony operations:
Example
// Retrieves the list of TAPI devices
sTAPIList is string = tapiDeviceList()

// Displays the list in a Combo Box control
ListAdd(COMBO_TAPI, sTAPIList) 
...
// Selects the TAPI device chosen in the Combo Box control
tapiDevice(COMBO_TAPI[COMBO_TAPI])
Syntax
<Result> = tapiDevice(<Device name>)
<Result>: Boolean
  • True if the device was selected. The selected device will be used for all the other telephony operations.
  • False if an error occurred.
<Device name>: Character string
Name of the device to use. The list of telephony devices is returned by tapiDeviceList.
Remarks

Limitation

tapiDevice 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
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/02/2023

Send a report | Local help