PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD17] - TAPI features now working as expected
[WD17] - TAPI features now working as expected
Iniciado por guest, 13,feb. 2016 05:20 - 1 respuesta
Publicado el 13,febrero 2016 - 05:20
Hello,

I am developing a software in which there is a list of phone numbers.

The software will dial each phone number and play a small 10 sec audio file.

For this I am using the TAPI functionality of WD.

On the hardware side I am using USB GSM dongle/stick with a SIM card.

This functionality is able to get the list of modems and allow user to select a modem.

But when we use the following code to dial a number:
sPhoneNum = "+011234567890" tapiDial(sPhoneNum,"CallStatus",15) //Here CallStatus is the function that gets called during dialing tapiPlay(AudioFileName) tapiHangUp() It show that it is dialing but the number never gets dialed at all and nothing happens. The code just gets executed one line by line and completes without any error!

Please guide me and help solve this problem.

TIA

Yogi Yang
Publicado el 13,febrero 2016 - 15:09
Hi

AFAIK, TAPI requires a tapi compatible hardware with the corresponding TAPI drivers. I doubt your gsm key has that built in. I've only seen tapi used with phone pabx.

Best regards