aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 20:46:00 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 20:46:00 +0000
commit3f232df739388df8de4c691fc3018fd2f90e0607 (patch)
treec2c05852ad7600c442c785aaac1660c1931e13b2 /configs/queues.conf.sample
parent587bd0e26fc1998529ec91511a27aafac104fa7c (diff)
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
Diffstat (limited to 'configs/queues.conf.sample')
-rw-r--r--configs/queues.conf.sample7
1 files changed, 2 insertions, 5 deletions
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")