VoiceGuide IVR Software Main Page
Jump to content

Jump To Another Module

Recommended Posts

In the middle of a script I need to play a sound file and then Goto another module, that will record a sound file.

Do to this I create a module that play a sound file and then create a path:

on {Timeout 0} goto [Record Message], but we don´t jump to the [Record Message] module.

Can help me?

 

Thanks a lot,

Renato Correia

Share this post


Link to post

You have "Replays" set to 2 in the module "Tecla #". The "on {Timeout 0} goto [Record Message]" path would be taken after the end of the second replay.

 

Set Replays to 0 and the "on {Timeout 0} goto [Record Message]" path will be taken after the end of the first time the file "final.wav" is played.

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
×