mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
app_queue: periodic announcement configurable start time.
This newly introduced periodic-announce-startdelay makes it possible to configure the initial start delay of the first periodic announcement after which periodic-announce-frequency takes over. UserNote: Introduce a new queue configuration option called 'periodic-announce-startdelay' which will vary the normal (historic) behavior of starting the periodic announcement cycle at periodic-announce-frequency seconds after entering the queue to start the periodic announcement cycle at period-announce-startdelay seconds after joining the queue. The default behavior if this config option is not set remains unchanged. Signed-off-by: Jaco Kroon <jaco@uls.co.za>
This commit is contained in:
committed by
asterisk-org-access-app[bot]
parent
953905b84d
commit
4db98a38f1
@@ -286,6 +286,13 @@ monitor-type = MixMonitor
|
||||
;
|
||||
;periodic-announce-frequency=60
|
||||
;
|
||||
; If given indicates the number of seconds after entering the queue the first
|
||||
; periodic announcement should be played. The default (and historic) behavior
|
||||
; is to play the first periodic announcement at periodic-announce-frequency
|
||||
; seconds after entering the queue.
|
||||
;
|
||||
;periodic-announce-startdelay=10
|
||||
;
|
||||
; Should the periodic announcements be played in a random order? Default is no.
|
||||
;
|
||||
;random-periodic-announce=no
|
||||
|
Reference in New Issue
Block a user