[asterisk-bugs] [Asterisk 0015820]: "keepstats" directive mistakenly(?) reverted?

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Sep 2 23:19:18 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15820 
====================================================================== 
Reported By:                kshumard
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15820
Category:                   Applications/app_queue
Reproducibility:            N/A
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           SVN 
Regression:                 Yes 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 215681 
Request Review:              
====================================================================== 
Date Submitted:             2009-09-02 18:51 CDT
Last Modified:              2009-09-02 23:19 CDT
====================================================================== 
Summary:                    "keepstats" directive mistakenly(?) reverted?
Description: 
The "keepstats" directive was removed in r175776. Was this intentional? If
not, can it be restored? If it was intentional, can the documentation be
updated to reflect that it was removed?
====================================================================== 

---------------------------------------------------------------------- 
 (0110102) kshumard (reporter) - 2009-09-02 23:19
 https://issues.asterisk.org/view.php?id=15820#c110102 
---------------------------------------------------------------------- 
Hrm, my svn-fu must not be that great. :/

I don't think this is an issue for moy; I think this applies to both the
1.6.2 branch and SVN trunk. The keepstats option exists in 1.6.0 and 1.6.1,
but not in 1.6.2 or trunk. Is that expected? As near as I can tell, it's
not just a rename of the option -- but even if it is, the docs for 1.6.2
and -trunk are still wrong.

I can try to dig deeper to figure out when this changed if necessary, but
perhaps I'd best leave that to the SVN experts. ;)

emma:/usr/src/ast# ls -l
total 6
drwxr-xr-x 26 root root 1624 2009-08-28 10:43 asterisk-1.6.0.14
drwxr-xr-x 26 root root 1624 2009-08-28 10:49 asterisk-1.6.1.5
drwxr-xr-x 27 root root 1552 2009-08-29 11:00 asterisk-1.6.2.0-rc1
drwxr-sr-x 30 root src  1576 2009-09-02 23:11 asterisk-trunk-r215802
emma:/usr/src/ast# grep keepstats */apps/app_queue.c
asterisk-1.6.0.14/apps/app_queue.c:                     if ((general_val =
ast_variable_retrieve(cfg, "general", "keepstats")))
asterisk-1.6.1.5/apps/app_queue.c:                      if ((general_val =
ast_variable_retrieve(cfg, "general", "keepstats")))
emma:/usr/src/ast# grep keepstats */configs/queues.conf.sample
asterisk-1.6.0.14/configs/queues.conf.sample:keepstats = no
asterisk-1.6.1.5/configs/queues.conf.sample:keepstats = no
asterisk-1.6.2.0-rc1/configs/queues.conf.sample:keepstats = no
asterisk-trunk-r215802/configs/queues.conf.sample:keepstats = no
emma:/usr/src/ast# 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-09-02 23:19 kshumard       Note Added: 0110102                          
======================================================================




More information about the asterisk-bugs mailing list