<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/2530/">https://reviewboard.asterisk.org/r/2530/</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 opticron.</div>
<div>By David Lee.</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;">When implementing playback for stasis-http, the monolithicedness of
res_stasis really started to get in my way.
This patch breaks the major components of res_stasis.c into individual
files.
* res/stasis/app.c - Stasis application tracking
* res/stasis/control.c - Channel control objects
* res/stasis/command.c - Channel command object
This refactoring also allows res_stasis applications to be loaded as
independent modules, such as the new res_stasis_answer module.
The bulk of this patch is simply moving code from one file to another,
adjusting names and adding accessors as necessary.</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;">Unit tests</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/apps/app_stasis.c <span style="color: grey">(388370)</span></li>
<li>/trunk/include/asterisk/module.h <span style="color: grey">(388370)</span></li>
<li>/trunk/include/asterisk/stasis_app.h <span style="color: grey">(388370)</span></li>
<li>/trunk/include/asterisk/stasis_app_impl.h <span style="color: grey">(PRE-CREATION)</span></li>
<li>/trunk/res/Makefile <span style="color: grey">(388370)</span></li>
<li>/trunk/res/res_stasis.c <span style="color: grey">(388370)</span></li>
<li>/trunk/res/res_stasis_answer.c <span style="color: grey">(PRE-CREATION)</span></li>
<li>/trunk/res/stasis/app.h <span style="color: grey">(PRE-CREATION)</span></li>
<li>/trunk/res/stasis/app.c <span style="color: grey">(PRE-CREATION)</span></li>
<li>/trunk/res/stasis/command.h <span style="color: grey">(PRE-CREATION)</span></li>
<li>/trunk/res/stasis/command.c <span style="color: grey">(PRE-CREATION)</span></li>
<li>/trunk/res/stasis/control.h <span style="color: grey">(PRE-CREATION)</span></li>
<li>/trunk/res/stasis/control.c <span style="color: grey">(PRE-CREATION)</span></li>
</ul>
<p><a href="https://reviewboard.asterisk.org/r/2530/diff/" style="margin-left: 3em;">View Diff</a></p>
</td>
</tr>
</table>
</div>
</body>
</html>