Guest beny Report post Posted 04/30/2006 12:15 PM dear sir ! we are trying to built a proff of concept system for a spcial pay tv system. i saw you s/w and i think we can use it for this system . i have writen the attched scrip which can answer our demands. i will discribe requierments from s/w : 1. every ring open port and excpect to get 8 digit tones (without playing any announcment . 2. the 8 digit is been sent to ms odbc to check and wait for replay. 3. if replay is true or falsh it comes with a vriabld data that should be sent to other side as tones . 4. if the answer is true it also should activate vb script to other program . all transactions should be write into log . alltho we have tried it with a standart generic modem fax 56 k and us robotics external voice fax modem 28800 , i cant make it work properly. please advise a.s.a.p. is it a problem in script or h/w. thanks beny dahan PAYTV_SULOTION.vgs Share this post Link to post
SupportTeam Report post Posted 04/30/2006 10:53 PM The script would be very straightforward. It would consist of 4 modules - Play, DB Query, Play and VBScript. As you are not actually playing any sound files you should be able to use Voice modem for this. To have the Play module not play anything just specify "none" as the sound file to be played. To have the play module play DTMF tones just specify the tones to be played. See: http://www.voiceguide.com/vghelp/html/Resu...ltVariables.htm Share this post Link to post
Guest Guest Report post Posted 05/01/2006 02:23 PM thanks. i am still canot make the s/w to return tones to the calling side . is there some spcial function in script editor the variables caming back from the data base will be sent as tones or i have to make tones( or combinations) as wav file ? thanks beny Share this post Link to post
SupportTeam Report post Posted 05/01/2006 10:24 PM To play DTMF you would just specify the actual DTMF tones to be played. Eg. if you type: 123 as the sound file to be played then the 3 DTMF tones (1, 2 and 3) will be played one after another (DTMF tones length and pause lengths in between will vary from modem to modem) Which version of VG are you using? Can you enable logging and the post logs created in /log/ subdirectory which capture the call. When posting traces/scripts please .ZIP them up and post them as attachments. or i have to make tones( or combinations) as wav file ? No, no need for doing all that... Voice modems in general are so problem ridden that we recommend our customers to just get a Dialogic card... Share this post Link to post