VoiceGuide IVR Software Main Page
Jump to content

Information Line

Recommended Posts

I'm attempting to set up an Information line service. What I want to do is very simple. I want the caller to enter a 4 digit code and have a corresponding sound file play.

 

For example, if code 1234 is entered, I want the sound file named 1234.wav to be played. As more sound files are added, more codes automatically become available.

 

I cant figure out how to get an entered code to correspond to a sound file then play it.

 

Can anyone help?

 

Thanks in advance,

 

Victor

Share this post


Link to post

If your input module is called "GetNumbers" then your next module would be a Play sound module and you would play the file name like this:

c:\sounds\$RV[GetNumbers].wav

 

$RV[GetNumbers] would be replaced by the number that the caller entered.

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
×