[Home]

Summary:ASTERISK-17974: DTMF events are not logged to console due to possible variable init error
Reporter:Luke H (luckman212)Labels:
Date Opened:2011-06-07 07:31:35Date Closed:2011-07-20 11:24:36
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Constant
Related
Issues:
is related toASTERISK-17850 inverse / incorrect behavior for CLI / console logging of DTMF
Environment:Attachments:
Description:Even when 'dtmf' is enabled for 'console' in /etc/logger.conf no DTMF events are shown in CLI sessions connected via SSH.  This seems to be caused by an out-of-sync value for the LOG_DTMF variable when it is first initialized.  Somehow it is set differently than the other LOG variables e.g. LOG_NOTICE or LOG_WARNING.  As soon as a 'logger set level DTMF on' command is issued from the console, the state is corrected and the DTMF events start appearing.  

This issue only seems to affect the console; file logs are logging the DTMF events correctly.

--
somewhat related:
https://issues.asterisk.org/jira/browse/ASTERISK-17850
Comments:By: Jonathan Rose (jrose) 2011-07-20 11:24:36.088-0500

There are commit messages here already.