rleflore Report post Posted 10/18/2004 10:22 PM I would like to automate a process that would: - Dial using VG to call fax.com automated toll-free number (866.366.7409), - wait 15 seconds after connection, - enter 1 of 3,000 numbers from a database, (I'm not sure HOW THE DTMF CODES GET TRANSLATED?) - enter the pound sign (#) to confirm entry, - wait 5 seconds, - Hangup the line, - redial the Fax.com automated toll-free number again. repeat the process until all 3,000 numbers have been entered. How can I program VG to execute the necessary DTMF codes the fax.com 800 number script is requesting when prompted ? -Thanks! Share this post Link to post
SupportTeam Report post Posted 10/19/2004 01:12 AM Just use the "Play" module to play the DTMF tones directly. eg: specifying 5551234 in Play module will result in that module playing those digits. To load the phone numbers to play just attach a Result Variable containing the number to each dial entry and then use that RV within the play module to play the number. Share this post Link to post