VoiceGuide IVR Software Main Page
Jump to content

Vb

Recommended Posts

hi

 

every time run the test script the it terminated after play the say numbers 8 module, not continue to the next module, (say numbers 7).

i already update the lib_num2wav.vbs to say the number from 1 to 999 in arabic .

what is problem?

i sent the ( lib_num2wav.vbs,log file ,vgs file)

 

Regards

test.zip

Share this post


Link to post

In module [say Numbers 8] you have a path:

 

on {success} goto [say Numbers 7]

 

instead of that path use:

 

on {timeout 0} goto [say Numbers 7]

 

and you may also want to set the number or replays to 0, so that the module [say Numbers 8] only plays the number once.

 

Youi can also use some DTMF triggered paths - but caller then need to press keys on their telephone keypad in order for those paths to be taken.

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
×