summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2009-11-09 16:28:31 +0000
committerMatthew Nicholson <mnicholson@digium.com>2009-11-09 16:28:31 +0000
commitaabff54c4bfb687714df72119a0241af6a14edf4 (patch)
treeaaa40c2e99c78775d8af21bd824d466099e9a7e3 /configs
parentfef304e641b301205fa231b6a201584cf7021779 (diff)
Add the 'relative-periodic-announce' option to app_queue to allow for calculating the time of announcments from the end of the previous announcment rather than from the beginning.
(closes issue #15260) Reported by: tonils git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@228947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 6752bbffd..56ebeed41 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -254,6 +254,12 @@ shared_lastcall=no
;
;random-periodic-announce=no
;
+; If set to yes, the periodic announcment frequency will be timed from the end
+; of each announcment rather than from the start of each announcment. This
+; defaults to off.
+;
+;relative-periodic-announce=yes
+;
; Should we include estimated hold time in position announcements?
; Either yes, no, or only once.
; Hold time will be announced as the estimated time.