mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +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.
ASTERISK-30437 #close
Change-Id: Ia79984b6377ef78f167ad9ea2ac084bec29955d0
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
(cherry picked from commit 3fd0b65bae)
This commit is contained in:
committed by
Asterisk Development Team
parent
bd1f8b89da
commit
d6e733d4bc
9
doc/CHANGES-staging/app_queue.txt
Normal file
9
doc/CHANGES-staging/app_queue.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Subject: app_queue
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user