VoiceGuide IVR Software Main Page
Jump to content

Max Ivr Call Length

Recommended Posts

Hello,

 

Is there a global setting that will limit the total call length, or the total time on one menu? I am having integration problems with the PBX and VG is not detecting the end of a call. So occasionally a call is not hung up on. (Often this is in one of VG's default Voice Mail menus) All of the IVR menus I created are supposed to have a "Timeout" and usually hangup in a up to 100 seconds. I am slowly resolving the PBX integration issues but in the mean time is there a global, maximum time VG will stay on one menu unit it hangs up?

 

Thank you,

 

Benjamin

Share this post


Link to post

v7.5.1 onward will let you set the max time for the script. It will be achieved by setting the $RV[CallMaxTime] to the maximum time allowed (in seconds).

Current versions do not have an option to set max time limit for a call.

 

Does your PBX play a disconnect tone when caller hangs up? Are you having trouble making the changes in ConfigLine.xml to detect this disconnect tone?

 

(instructions are here: http://www.voiceguide.com/vghelp/source/html/disconnectiondetect.htm )

 

 

 

As far as the scripts themselves:

 

Each module that plays a sound file and expects a response will only replay the message the specified number of times. If a module that expects a response from caller does not receive a response after a set number of replays then the call will be hung up - or a 'timeout' or a 'fail' path will be taken if it is set in that module

 

From script design point of view, a 'timeout' or 'fail' path from one module that expects a response from caller should not point to another module that again expects some response from caller. And such paths should not be used to create loops that will result in script cycling through a set of modules over and over all by itself.

 

The voicemail system scripts that are supplied with VoiceGuide will hangup the call if there is no response from caller. The voicemail scripts will not loop through any modules if there is no response from caller.

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
×