summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-10-12 20:06:37 +0000
committerMark Michelson <mmichelson@digium.com>2007-10-12 20:06:37 +0000
commitfbcd884e1be5bb20d09d2c065e57fb4f938ed0e4 (patch)
tree84d6958fa29b4d5267993055faaf0aafa1f8a347 /configs
parent24e2567e2d56013593fa0e07a059dbeadec77fe6 (diff)
Allow for the position announcement to be turned off if desired.
(closes issue #8515, reported by bruno_rocha, initial patch by bruno_rocha, final patch by qwell) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85527 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample7
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 052ca79ba..a56060c17 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -199,7 +199,12 @@ monitor-type = MixMonitor
; or "less than 2 minutes" when appropriate.
;
;announce-holdtime = yes|no|once
-
+;
+; Queue position announce?
+; Either yes or no. If turned off, only the holdtime will be announced (as
+; configured in announce-holdtime)
+;
+;announce-position = yes
;
; What's the rounding time for the seconds?
; If this is non-zero, then we announce the seconds as well as the minutes