Guest Geoff R Report post Posted 03/17/2004 04:15 AM I am building a script and including a timeout path in each. However, is there a global or system timeout setting that can take care of this? So, e.g. after 30sec timeout anywhere, the call hangs up.? Thanks Geoff Share this post Link to post
SupportTeam Report post Posted 03/17/2004 04:28 AM Each module comes with it's own default timeout - which you can modify if you use an "On {timeout... " path. If you specify an action to take place after a certain timeout then that action will be taken... otherwise if a module timeouts with no input (timeout is usually 10 seconds) then VG will usually hang up the call, or go down the "fail" path from the module if it's defined. You can test it out for yourself - just see what happens in various modules when caller does not press anything... Share this post Link to post