Hi, There was a patch way back in Asterisk 1.2.13 (ish) that changed a console log message from a warning to a notice when NoCDR and ResetCDR are used. As these are valid dialplan commands they shouldn't generate warning messages. A quick look at the latest trunk code (3847) still has the original warnings.
As these should be notices rather than warnings, can someone please make the changes at some point. The code in question is in corelib/ cdr.c, lines 390 and 392 (in opbx_cdr_free), and lines 767 and 769 (in post_cdr). In these four lines, "LOG_WARNING" should be changed to "LOG_NOTICE". Not a big issue, just fixes another Asterisk anomoly. Cheers Rob _______________________________________________ Callweaver-users mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-users
