summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-05-14 18:08:54 +0000
committerJason Parker <jparker@digium.com>2007-05-14 18:08:54 +0000
commit2d1b06faef31c408bc552fb0a8b859280710a3d4 (patch)
treefc89935e00743f7d8bdfa15136d247211c31d398 /configs
parent83c00e346efd90278d3b84a6bc5691b645ed157e (diff)
Don't allow rounding seconds to weird values that may cause "unexpected" results.
Issue 9514. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64263 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 474630852..e5d8131e8 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -195,6 +195,7 @@ monitor-type = MixMonitor
; 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.
+; Value values are 0, 1, 5, 10, 15, 20, and 30.
;
; announce-round-seconds = 10
;