[asterisk-bugs] [Asterisk 0017373]: no cdr records if no cdr.conf since 1.6.2 branch
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 24 14:50:16 CDT 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=17373
======================================================================
Reported By: wdoekes
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17373
Category: Documentation
Reproducibility: always
Severity: text
Priority: normal
Status: new
Asterisk Version: 1.6.2.8-rc1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-05-21 09:37 CDT
Last Modified: 2010-05-24 14:50 CDT
======================================================================
Summary: no cdr records if no cdr.conf since 1.6.2 branch
Description:
Hi there,
I've upgraded to the 1.6.2 branch from 1.6.1 a little while ago and first
now I realise I'm missing a couple of CDR records in my cdr_odbc backend.
The cause: in 1.6.2 in main/cdr.c a new check is added.
(in do_reload)
if (config == CONFIG_STATUS_FILEMISSING || config ==
CONFIG_STATUS_FILEUNCHANGED || config == CONFIG_STATUS_FILEINVALID) {
return 0;
}
In 1.6.1 Logging was Enabled without a cdr.conf, in 1.6.2 it is Disabled.
(I'm guessing you'll be marking this as WONTFIX as it is probably
documented somewhere that you need a cdr.conf. I hope this report is useful
to someone though.)
Regards,
Walter Doekes
OSSO B.V.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-05-24 14:50 pabelanger Severity minor => text
2010-05-24 14:50 pabelanger Category CDR/General =>
Documentation
======================================================================
More information about the asterisk-bugs
mailing list