<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://reviewboard.asterisk.org/r/2742/">https://reviewboard.asterisk.org/r/2742/</a>
     </td>
    </tr>
   </table>
   <br />




<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('https://reviewboard.asterisk.org/static/rb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for Asterisk Developers and Tilghman Lesher.</div>
<div>By wdoekes.</div>








<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Bugs: </b>


 <a href="https://issues.asterisk.org/jira/browse/ASTERISK-21775">ASTERISK-21775</a>, 

 <a href="https://issues.asterisk.org/jira/browse/ASTERISK-22252">ASTERISK-22252</a>


</div>



<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
Asterisk
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">This review concerns cleanup of the res_musiconhold code.

(1) Removed the special REF_DEBUG code which -- as far as I could tell -- only caused problems when enabling REF_DEBUG.
    @tilghman: if the code should still be in there, could you explain why?
    See bug: ASTERISK-22252

(2) Reduce duplicate code, remove unreachable code, remove commented-out code.
   
    Among other things:
    - Removing the HANDLE_REF argument to moh_register(). Doing the unref manually
      takes only one line of code.
    - init_app_class() gets a bit less code, but is now reused by another caller. I
      had to add &quot;XXX: why don&#39;t we check for failure (ast_timer_open()) here?&quot;
      because I didn&#39;t get why there was a difference.
    - Renamed `mohclass` to `other` in moh_register(). The module won&#39;t get an A for
      properly named variables.

(3) Use `init_files_class` instead of `moh_scan_files` directly, because it returns
    &lt;0 for failure and &gt;0 for success and it was only checked for zero (= no files).

(4) Added the patch by Michael Young from ASTERISK-21775, which seems correct to me.

(5) free()&#39;s were encountered that should be ast_free()&#39;s.
    The astobj2.c:162 INTERNAL_OBJ: bad magic number 0xdeaddead for object 0x7faf44978818
    errors I get are not solved, but they&#39;re still here when noloading musiconhold,
    so they&#39;re unrelated.

(6) Added comment about LOGIC by tilghman:
    - This referred to the previous situation the bare class pointer was compared
      against the state-&gt;class pointer. This was changed to take state-&gt;name into
      account.
    - When we get to this part, class is reffed, so comparing anything to class should
      be ok, even if state-&gt;class is not reffed. Right?

(7) Fixed so realtime cachedrtclasses works with non-files mode.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Used the refcounter(1) to check that things were fine when:
- moh reload&#39;ing
- playing standard musiconhold (&quot;files&quot;)
- playing cached RT musiconhold (&quot;files&quot;)
- playing uncached RT musiconhold (&quot;files&quot;)
- playing standard musiconhold (&quot;quietmp3&quot;)
- playing cached RT musiconhold (&quot;quietmp3&quot;)
- playing uncached RT musiconhold (&quot;quietmp3&quot;)

Tested that the quietmp3 mode re-used the same spawned mpg123 for both realtime MOH classes when CACHERTCLASSES is true.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>/trunk/res/res_musiconhold.c <span style="color: grey">(396165)</span></li>

</ul>

<p><a href="https://reviewboard.asterisk.org/r/2742/diff/" style="margin-left: 3em;">View Diff</a></p>







  </td>
 </tr>
</table>




  </div>
 </body>
</html>