ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Phone functions
  • Required configuration
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
tapiCalledID (Function)
In french: telNuméroAppelé
Used to find out the phone number called.
Example
NumTel is string 
NumTel = tapiCalledID(IDAppel)
Message("Appel en cours: " + NumTel + "...")
Syntax
<Result> = tapiCalledID([<Call identifier>])
<Result>: Character string
Phone number called.
<Call identifier>: Optional integer
Identifier of the call to be handled. This identifier is defined in the WLanguage procedure called by tapiListen.
The current call is handled if this parameter is not specified. For an outgoing call (tapiDial), the current call corresponds to the outgoing call.
Remarks

Required configuration

Telephony functions use TAPI 2.0 technology and/or TAPI 3.1 technology. These technologies can be used on all systems.
Component: wd300com.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help