From 3f232df739388df8de4c691fc3018fd2f90e0607 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Thu, 14 Feb 2008 20:46:00 +0000 Subject: Change the queue holdtime announcement to happen at any interval (not just greater than two minutes). Remove the saying of less-than for holdtime announcements since it can lead to awkward holdtime announcements. Using '1' as a queue-round-seconds value is no longer valid. (closes issue #9736) Reported by: caio1982 Patches: queue_announce5.diff uploaded by caio1982 (license 22) Tested by: caio1982, putnopvut git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103687 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/queues.conf.sample | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'configs') diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index fb4e9bd3d..bef075b70 100644 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -212,8 +212,7 @@ shared_lastcall=no ; ; Should we include estimated hold time in position announcements? ; Either yes, no, or only once. -; Hold time will be announced as the estimated time, -; or "less than 2 minutes" when appropriate. +; Hold time will be announced as the estimated time. ; ;announce-holdtime = yes|no|once ; @@ -226,7 +225,7 @@ shared_lastcall=no ; What's the rounding time for the seconds? ; If this is non-zero, then we announce the seconds as well as the minutes ; rounded to this value. -; Valid values are 0, 1, 5, 10, 15, 20, and 30. +; Valid values are 0, 5, 10, 15, 20, and 30. ; ; announce-round-seconds = 10 ; @@ -247,8 +246,6 @@ shared_lastcall=no ;queue-seconds = queue-seconds ; ("Thank you for your patience.") ;queue-thankyou = queue-thankyou - ; ("less than") -;queue-lessthan = queue-less-than ; ("Hold time") ;queue-reporthold = queue-reporthold ; ("All reps busy / wait for next") -- cgit v1.2.3