Guest Renato Correia Report post Posted 11/15/2004 12:23 PM 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
SupportTeam Report post Posted 11/15/2004 09:40 PM Please post the script which you are using. Share this post Link to post
Guest Renato Correia Report post Posted 11/16/2004 05:43 PM Here is the script. Thanks a lot, Renato Correia AtendedorAutom_tico.vgs Share this post Link to post
SupportTeam Report post Posted 11/16/2004 07:35 PM 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
Guest Renato Correia Report post Posted 11/17/2004 03:00 PM Thanks a lot, I not a expert in this subject Renato Correia Share this post Link to post