pedgarhi Report post Posted 05/16/2005 10:47 AM Hello. I'm working with VoiceGuide for Dialogic (version 6.0.1055 enterprise edition). I have a VBScript module in my script configured with the option "wait until VB Script completes" and without any "timeout" path defined. This module calls a function that spends 1.5 minutes but, just one minute after the module starts the flow control returns and the "fail" path is taken. You can see in the attached log file that the trace shows: "Terminating process (timeout reached)". Why isn't VoiceGuide waiting until de VB Script completes? Where is this timeout defined? Can it be configured? Any idea? 0516vgm__timeout_.txt Share this post Link to post
SupportTeam Report post Posted 05/16/2005 11:47 AM Are you certain the timeout path is defined in that modele? There is a message in the trace: 121957,27 1 path 'timeout' not found Share this post Link to post
pedgarhi Report post Posted 05/16/2005 12:02 PM The problem is that I have not defined a "timeout" path because I don't need it, but the module is ending by a timeout. How can it be? Share this post Link to post
SupportTeam Report post Posted 05/16/2005 12:18 PM The VBScript module has a default safety timeout of 60 seconds. You need to define a timeout path if you want to change this default timeout. Just set the timeout path to 300 etc... Share this post Link to post