VoiceGuide IVR Software Main Page
Jump to content

if File Not Found - Then Play Certain .wav File

Recommended Posts

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

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

I want to have multiple SoundFileNotFound.wav recordings.

 

I will go the vbs route. Thank you!

 

-Brandon

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×