<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/3698/">https://reviewboard.asterisk.org/r/3698/</a>
     </td>
    </tr>
   </table>
   <br />










<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On July 2nd, 2014, 10:14 a.m. CDT, <b>Tilghman Lesher</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  



<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
 <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
    <a href="https://reviewboard.asterisk.org/r/3698/diff/1/?file=61807#file61807line51" style="color: black; font-weight: bold; text-decoration: underline;">/trunk/UPGRADE.txt</a>
    <span style="font-weight: normal;">

     (Diff revision 1)

    </span>
   </th>
  </tr>
 </thead>



 
 

 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2"></font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
    <th bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">51</font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">   use the Set dialplan application instead of the MSet dialplan application.<span class="ew">  </span></pre></td>
  </tr>

 </tbody>

</table>

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I would think that they could continue to use the MSet application if they wanted some of the old semantics; however, Set will now only work with the new (since 1.6.0) semantics.</pre>
 </blockquote>





</blockquote>
<pre style="margin-left: 1em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Why should we continue to support the old semantics?</pre>
<br />




<p>- Matt</p>


<br />
<p>On July 1st, 2014, 7:54 p.m. CDT, Matt Jordan wrote:</p>








<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.ab6f3b1072c9.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for Asterisk Developers.</div>
<div>By Matt Jordan.</div>


<p style="color: grey;"><i>Updated July 1, 2014, 7:54 p.m.</i></p>









<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;">Per the discussion on the asterisk-dev mailing list [1], this patch removes the following:

* cdr_sqlite
* chan_gtalk
* chan_jingle
* chan_h323
* res_jabber
* app_saycountpl
* app_readfile
* app_dahdibarge

It removes the following applications/functions:

* WaitMusicOnHold
* SetMusicOnHold
* SIPCHANINFO

And it removes the colon delimiter from the SIPPEER function.

It also removes all compatibility options that were configurable from asterisk.conf, as these all applied to compatibility with Asterisk 1.4 systems.

Corey pointed out a number of other deprecated applications/functions, and those should get removed as well - but I wanted to get round #1 up and going since the channel drivers in particular are a bit odious with the media rework going on.

[1] http://lists.digium.com/pipermail/asterisk-dev/2014-June/068363.html</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;">Asterisk compiles without the various modules and loads correctly.</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/utils/conf2ael.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/utils/ael_main.c <span style="color: grey">(417729)</span></li>

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

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

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

 <li>/trunk/res/ael/pval.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/pbx/pbx_realtime.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/main/pbx.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/main/asterisk.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/include/asterisk/options.h <span style="color: grey">(417729)</span></li>

 <li>/trunk/configs/jingle.conf.sample <span style="color: grey">(417729)</span></li>

 <li>/trunk/configs/jabber.conf.sample <span style="color: grey">(417729)</span></li>

 <li>/trunk/configs/gtalk.conf.sample <span style="color: grey">(417729)</span></li>

 <li>/trunk/configs/asterisk.conf.sample <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/noexport.map <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/compat_h323.cxx <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/compat_h323.h <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/cisco-h225.cxx <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/cisco-h225.h <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/cisco-h225.asn <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/chan_h323.h <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/caps_h323.cxx <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/caps_h323.h <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/ast_ptlib.h <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/ast_h323.cxx <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/ast_h323.h <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/TODO <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/README <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/Makefile.in <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/INSTALL.openh323 <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/h323/ChangeLog <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/chan_sip.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/chan_jingle.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/chan_h323.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/chan_gtalk.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/channels/Makefile <span style="color: grey">(417729)</span></li>

 <li>/trunk/apps/app_readfile.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/apps/app_dahdibarge.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/addons/app_saycountpl.c <span style="color: grey">(417729)</span></li>

 <li>/trunk/addons/Makefile <span style="color: grey">(417729)</span></li>

 <li>/trunk/UPGRADE.txt <span style="color: grey">(417729)</span></li>

 <li>/trunk/CHANGES <span style="color: grey">(417729)</span></li>

</ul>

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







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








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