Brandon Report post Posted 03/06/2004 01:54 AM Team, I have a system that allows someone to listen to the following: Directions Business Information Hours of business What I would like to do is have the system play a certain .wav file when the .wav file is not found for directions. I would like to play a different .wav file when the .wav file is not found for hours of business etc..... Can this be possible by using the path tab in the script editor. Example: on {waverr_badformat} goto [Module] instead of using waverr_badformat is there something like waverr_notfound? Thanks, -Brandon Share this post Link to post
SupportTeam Report post Posted 03/06/2004 02:15 AM You could re-record the "SoundFileNotFound.wav" sound file with your own message. Is this sufficient? You cannot indicate what to do if the file is not found using the paths tab. What you may want to do is to use a VB Script module to check for file presence & set an RV from within it to indicate what file you would like to play in a Play module - and then have the Play module just play the sound filename contained in the RV set from within VB Script... Share this post Link to post
Brandon Report post Posted 03/06/2004 02:24 AM I want to have multiple SoundFileNotFound.wav recordings. I will go the vbs route. Thank you! -Brandon Share this post Link to post