I need to extend the ring time for all extensions before the call goes to voicemail. It looks like the current timeout is set to 20 seconds (4 rings). Is there a way in the GUI for me to edit this timeout?
I see in the tl-userexten-base script a timeout set at 20 seconds but I don't know if that can/should be edited.
Submitted by eeman on Mon, 11/15/2010
Permalink
Submitted by brycejlowe on Mon, 11/15/2010
Permalink
Submitted by eeman on Mon, 11/15/2010
Permalink
Submitted by brycejlowe on Mon, 11/15/2010
Permalink
the RINGTIME global variable
the RINGTIME global variable is already set to 30 seconds, which is being ignored by the 20 second ring time defined.
Submitted by eeman on Mon, 11/15/2010
Permalink
submitted the bug to alex
submitted the bug to alex requesting
Set(TIMEOUT=20) changed to
Set(TIMEOUT=${RINGTIME})
each user can adjust their number of rings in their user portal. By default its 4 rings but each user can customize their own setting.