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

Scott Griepentrog (JIRA) noreply at issues.asterisk.org
Thu Jul 10 13:59:56 CDT 2014


Scott Griepentrog created ASTERISK-24021:
--------------------------------------------

             Summary: Reference debugging has incorrect path in res_musiconhold.c
                 Key: ASTERISK-24021
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24021
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
            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