ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Phone functions
  • 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
tapiOrigin (Function)
In french: telOrigine
Allows you to determine the type of call (incoming or outgoing).
Syntax
<Result> = tapiOrigin([<Call identifier>])
<Result>: Integer constant
Origin of the call.
tapiOriginConferenceCall in conference mode (several people).
tapiOriginExternalCall coming from the outside.
The use of this variable depends on the type of device used, on the driver, ...
tapiOriginInboundIncoming call: communication coming from the outside.
The use of this variable depends on the type of device used, on the driver, ...
tapiOriginInternalCall internal to PABX
tapiOriginOutboundOutgoing call: communication toward the outside.
tapiOriginUnavailableThe origin of the call is not defined.
The use of this variable depends on the type of device used, on the driver, ...
tapiOriginUnknownThe origin of the call is not defined.
The use of this variable depends on the type of device used, on the driver, ...
<Call identifier>: Optional integer
Identifier of the call to be handled. This identifier is defined in the WLanguage procedure called by tapiListen.
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: wd290com.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help