mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge queue-reset branch to Asterisk
From a user point-of-view, this adds new CLI commands and Manager Actions to better facilitate the reloading of queues and the resetting of their statistics. The new CLI commands are the "queue reload" and "queue reset stats" commands. The new manager actions are the QueueReload and QueueReset commands. Review: http://reviewboard.digium.com/r/115 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@175663 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -736,6 +736,9 @@ Queue changes
|
||||
* Added a new parameter for member definition, called state_interface. This may be
|
||||
used so that a member may be called via one interface but have a different interface's
|
||||
device state reported.
|
||||
* Added new CLI and Manager commands relating to reloading queues. From the CLI, see
|
||||
"queue reload", "queue reset stats". Also see "manager show command QueueReload" and
|
||||
"manager show command QueueReset."
|
||||
* New configuration option: randomperiodicannounce. If a list of periodic announcements is
|
||||
specified by the periodic-announce option, then one will be chosen randomly when it is time
|
||||
to play a periodic announcment
|
||||
|
Reference in New Issue
Block a user