mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add option 'keepstats' which will keep queue statistics during a reload. (issue #7908 reported by jmls)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44150 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
; read into their recorded queues. Default is 'yes'.
|
||||
;
|
||||
persistentmembers = yes
|
||||
;
|
||||
; Keep Stats
|
||||
; Keep queue statistics during a reload. Default is 'no'
|
||||
;
|
||||
keepstats = no
|
||||
;
|
||||
; AutoFill Behavior
|
||||
; The old/current behavior of the queue has a serial type behavior
|
||||
|
Reference in New Issue
Block a user