VoiceGuide IVR Software Main Page
Jump to content

Get Numbers Modules

Recommended Posts

Dear Sir/Madam

In module Get Numbers. Can i assign a file *.wav in line "Ask caller to enter number:" from Run VB Script Module?

Example:

please view Script "sample.vgs".

- I want that:

if Input_Nhom_LH=1 then

line "Ask caller to enter number:"=1.wav

else Input_Nhom_LH=2

line "Ask caller to enter number:"=2.wav

else Input_Nhom_LH=3

line "Ask caller to enter number:"=3.wav

.....

else Input_Nhom_LH=n

line "Ask caller to enter number:"=n.wav

end if.

Please help me!

Thank you.

sample.vgs

Share this post


Link to post

Yes. The way you would approach this is to assign the filename to a new Result Variable and then specify that Result Variable in the Get Numbers module.

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
×