ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Identifier of call dialed. 0 if an error occurred. The error details are returned by ErrorInfo.
Line or device to use. Reminder: The list of telephony devices is returned by tapiDeviceList.
Phone number to dial.
Name of WLanguage procedure used to manage the progress of dialing. This procedure has the following format: PROCEDURE <Procedure name>(<Line status>, <Parameter>) The first procedure parameter (<Line status>) is an integer that can take the following values: tapiLineBusyThe line is currently busy.tapiLineConnectedThe line is connected.tapiLineDialingDialing in progress.Remark: If TAPI 3.1 technology is used, this constant is no longer returned.tapiLineDialToneThe line gets a dial tone.tapiLineDisconnectedThe correspondent has hung up.tapiLineProceedingThe call is dialed: searching for the correspondent.tapiLineRingBackRinging in progress.The second procedure parameter (<Parameter>) is the custom parameter passed to tapiLineDial.Caution: this procedure must contain no call to the debugger (no breakpoint, no STOP keyword, no auto-stop expression, ...).
Maximum wait duration (in seconds). Beyond this duration, the function assumes there is no response (no one picked up). This parameter can correspond to: an integer corresponding to the number of seconds,a Duration variable,Versions 23 and laterthe direct indication of duration (1 s or 10 ms for example). New in version 23the direct indication of duration (1 s or 10 ms for example). the direct indication of duration (1 s or 10 ms for example). This parameter corresponds to 15 seconds by default.
Parameter passed to the WLanguage procedure.
Differences between tapiDial and tapiLineDial
Limitation
Required configuration
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: