Guest mb34 Report post Posted 10/03/2005 08:27 PM (edited) I posted the following some time ago and got only one reply. [Two sentances relating to quote supplied by Katalina removed] Any other takers??? I can go possibly to $150-$250, that's is all I have budgeted. I have at least one of the XMLHTTP calls done in VBScript. It contacts the PHP script and gets the data. Don't know how to interact with this using VG. -------------------------------------------------------------------------------- VG 4.9.0 Need a script to do the following: ( ASK = prompt; GET = retrieve DTMF; QUERY = get data from php script on web site ) 1) Welcome 2) ASK for team number 3) GET Team Number 4) ASK for PIN 5) GET PIN 6) Call VBScript to QUERY PIN from PHP script on web site 7) If correct, ASK for Game number, else error and go back to 2 (Originally said 4) 8) GET Game Number 9) QUERY game deatils from php script on web site 10) Play back game details, confirm 11) Confirm game details 12) If correct game, ASK for visitor score, else error and go back to 8 13) GET Visitor score, 14) Confirm entered score 15) ASK for Home Score 16) Confirm entered score 17) Confirm game details to post 18) Post to php scrip on web site 19) Email confirmation to 3 addresses 20) Hang up Originally, use SAPI to do all prompts, will change to voice files when all tested and ready to go. Please use XMLHTTP to retrieve info from PHP scripts as I DO NOT want to shell to IE using Windows scripting host. like in the Yahoo finance example. I have PHP scripts written and will upload for testing. Anyone doing this will need to know script parameters and expected results. Please contact me via email at web@austinmetrobaseball.com Edited 10/03/2005 11:53 PM by mb34 Share this post Link to post
Guest mb34 Report post Posted 10/03/2005 08:54 PM Oh, almost forgot, need to record the CallerID info to store with the scores. Share this post Link to post