VoiceGuide IVR Software Main Page
Jump to content

Multiple Projects

Recommended Posts

HI,

 

I have a query which returns a result set like

 

Burnaby

Vancouver

 

What is the best way to build a string to be played by the TTS engine,

Press 1 for Burnaby, Press 2 for Vancouver?

 

Thanks,

Paul

Share this post


Link to post

Thanks I use them all of the time.

 

I was looking to see if anyone had a sample scripts to take a record set

New York

New Jersey

 

and form it into a string "Press 1 for New York Press 2 for New Jesery","New York", "New Jersey"

So we could gather digits and know which city they picked. We ended up doing it is CLR as it seemed easier to call from VBS that writing a script. I will store all three paramters in variables.

 

Paul

Share this post


Link to post

If the "New York" and "New Jersey" etc were to be stored in RV's RV$[DB_1_1] and RV$[DB_1_2] respectively then the TTS string would be like this:

 

Press 1 for RV$[DB_1_1] Press 2 for RV$[DB_1_2]

 

is this what you are after or is it something else that you need to set up?

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
×