aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 15:40:38 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 15:40:38 +0000
commit7e93d0bc48360990a7e603800fdf17700341db74 (patch)
treeaad0aa58eba21cfb5f57438c0b8351454ccd5cc1 /CHANGES
parentde7d8b6bd2b05576789d991e51bf1e5c6b8a37af (diff)
Add option 'keepstats' which will keep queue statistics during a reload. (issue #7908 reported by jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44150 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f9c692010..4db325621 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,3 +17,5 @@ Changes since Asterisk 1.4-beta was branched:
can use --with-cap to specify the path.
* H323 remote hold notification support added (by NOTIFY message
and/or H.450 supplementary service)
+ * Added keepstats option to queues.conf which will keep queue
+ statistics during a reload.