Guest Diana Report post Posted 11/28/2006 10:28 AM Hello Support Team, Is it posible to use VG as a time anouncer? The caller dial into the system and then he/she hears: At the next beep it is 10h 25m and 10sec. I am wondering how you can do it with VG Rgeards. Share this post Link to post
SupportTeam Report post Posted 11/28/2006 09:32 PM Specifying the sound file sequence to create the "At the next beep it is 10h 25m and 10sec." message is straightforward. The timing of when to start playing the file would require a controlled delay before the jump is made to the Play module. You should probably use a VBScript to do the timing, the VBScript can just wait till the right time (play some oh-hold music while this is done) and then at the right time the playing can be commenced. Share this post Link to post
Guest Diana Report post Posted 11/30/2006 12:58 PM Thank you. I have an idea now that it can be done with a vb script. Is it a big script and do you have an example for me? Thank you Share this post Link to post
SupportTeam Report post Posted 11/30/2006 08:04 PM No ready to show examples, but basically you'd just want to have a loop/pause that waits until the time is right and then proceeds with starting to play the message. Share this post Link to post