VoiceGuide IVR Software Main Page
Jump to content

Timeout In Vbscript Module

Recommended Posts

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

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

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

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

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
×