[asterisk-bugs] [JIRA] (ASTERISK-24024) Reference debugging has incorrect path in res_musiconhold.c

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Jul 10 16:36:01 CDT 2014


Matt Jordan created ASTERISK-24024:
--------------------------------------

             Summary: Reference debugging has incorrect path in res_musiconhold.c
                 Key: ASTERISK-24024
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24024
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/General
            Reporter: Scott Griepentrog
            Severity: Trivial


In res_musiconhold.c, the implementation of REF_DEBUG has a hard coded path to the ref log file instead of using the AST_LOG_DIR path.

{noformat}
            FILE *ref = fopen("/tmp/refs", "a");
{noformat}

Additionally, the wiki documentation for "Reference Count Debugging" (https://wiki.asterisk.org/wiki/display/AST/Reference+Count+Debugging) is out of date and does not match the current implementation.




--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list