VoiceGuide IVR Software Main Page
Jump to content

Special Wave To Each Number

Recommended Posts

hi,

can some one tells me how to to do this,after getting a specific number from the caller i will need to paly a special wave based on the number he entered?

using one module to speaks the wave,(i 'll have more than 100 wave files to be played)?

i know how to write vb, i will use if condition, but i don't know how to play the file??

thnx

Share this post


Link to post

You can set the RV inside the VBScript to hold the filename which you want to play and then use that RV in the Play module.

 

or,

 

you could use the entered number as part of the filename and specify the file to be played like this:

 

MySoundFile_$RV[GetCode].wav

 

and then is caller enters 1234 in module GetCode then the file MySoundFile_1234.wav would get played.

 

or,

 

you could start file play form with VBScript module using VG's COM interface...

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
×