<div>
<style type="text/css">
td a, td a:link, td a:visited, td a:hover, td a:active {background:transparent;font-family: Arial, sans-serif;text-decoration:underline;}
td a:link {color:#369;}
td a:visited {color:#444;}
td a:hover, td a:active {color:#036;}
td a:hover {text-decoration:none;}
</style>
<font size="2" color="black" face="Arial, Helvetica, sans-serif" style="font-family: Arial, sans-serif;font-size: 13px;color:#000">
<table align="center" border="0" cellpadding="5" cellspacing="0" width="98%">
<tr>
<td style="vertical-align:top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color:#f2f2f2;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;color:#000;">
<tr>
<td width="100%" style="font-family: Arial, sans-serif; font-size: 13px; color:#000;padding:5px 10px">
<a href="http://bamboo.asterisk.org/browse/AST18-LUCID-I386/log" style="font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#000">AST18-LUCID-I386-334</a>
<span style="font-family: Arial, sans-serif; font-size: 14px;"> has been queued, but there's no agent capable of building it.</span>
</td>
</tr>
</table>
<br>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;">
<tr>
<td width="60%" style="font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px">
<a href="http://bamboo.asterisk.org/browse/AST18-LUCID-I386/log" style="text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036" >Code Changes</a>
</td>
<td width="40%" style="font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px">
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width="20" style="vertical-align:top;padding:10px 0 0px 10px">
<img src="http://bamboo.asterisk.org/images/icons/businessman.gif" width="15" height="15">
</td>
<td width="100%" style="font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px">
<a href="http://bamboo.asterisk.org/browse/author/tilghman" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
tilghman</a><br>
Merged revisions 312287 via svnmerge from <br/>
<a href="https://origsvn.digium.com/svn/asterisk/branches/1.6.2">https://origsvn.digium.com/svn/asterisk/branches/1.6.2</a><br/>
<br/>
................<br/>
r312287 | tilghman | 2011-04-01 05:51:24 -0500 (Fri, 01 Apr 2011) | 14 lines<br/>
<br/>
Merged revisions 312285 via svnmerge from <br/>
<a href="https://origsvn.digium.com/svn/asterisk/branches/1.4">https://origsvn.digium.com/svn/asterisk/branches/1.4</a><br/>
<br/>
........<br/>
r312285 | tilghman | 2011-04-01 05:36:42 -0500 (Fri, 01 Apr 2011) | 7 lines<br/>
<br/>
Found some leaking file descriptors while looking at ast_FD_SETSIZE dead code.<br/>
<br/>
(issue #18969)<br/>
Reported by: oej<br/>
Patches: <br/>
20110315__issue18969__14.diff.txt uploaded by tilghman (license 14)<br/>
........<br/>
................<br/>
</td>
<td width="60" style="font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px">
(312288)
</td></tr>
<tr><td width="20" style="vertical-align:top;padding:10px 0 0px 10px">
<img src="http://bamboo.asterisk.org/images/icons/businessman.gif" width="15" height="15">
</td>
<td width="100%" style="font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px">
<a href="http://bamboo.asterisk.org/browse/author/rmudgett" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
rmudgett</a><br>
CallCompletionRequest()/CallCompletionCancel() exit non-zero if fail.<br/>
<br/>
The CallCompletionRequest()/CallCompletionCancel() dialplan applications<br/>
exit nonzero on normal failure conditions. The nonzero exit causes the<br/>
dialplan to hangup immediately. The dialplan author has no opportunity to<br/>
report success/failure to the user.<br/>
<br/>
* Made always return zero so the dialplan can continue.<br/>
<br/>
* Made set CC_REQUEST_RESULT/CC_REQUEST_REASON and<br/>
CC_CANCEL_RESULT/CC_CANCEL_REASON channel variables respectively. Also<br/>
documented the values set.<br/>
<br/>
* Reduced the warning about no core instance in CallCompletionCancel() to<br/>
a debug message. It is a normal event and should not be output at the<br/>
WARNING level.<br/>
<br/>
(closes issue #18763)<br/>
Reported by: p_lindheimer<br/>
Patches:<br/>
ccss.patch uploaded by p lindheimer (license 558) Modified<br/>
Tested by: p_lindheimer, rmudgett<br/>
<br/>
JIRA SWP-3042<br/>
</td>
<td width="60" style="font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px">
(312461)
</td></tr>
<tr><td width="20" style="vertical-align:top;padding:10px 0 0px 10px">
<img src="http://bamboo.asterisk.org/images/icons/businessman.gif" width="15" height="15">
</td>
<td width="100%" style="font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px">
<a href="http://bamboo.asterisk.org/browse/author/rmudgett" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
rmudgett</a><br>
When a call going out an NT-PTMP port gets rejected, Asterisk crashes.<br/>
<br/>
If a call is sent to an ISDN phone that rejects the call with<br/>
RELEASE_COMPLETE(cause: call reject(21), or busy(17)) Asterisk crashes.<br/>
<br/>
I could not get my setup to crash. However, I could see the possibility<br/>
from a race condition between queuing an AST_CONTROL_BUSY to the core and<br/>
then queueing an AST_CONTROL_HANGUP. If the AST_CONTROL_BUSY is processed<br/>
before the AST_CONTROL_HANGUP is queued, the ast_channel could be<br/>
destroyed out from under chan_misdn.<br/>
<br/>
Avoid this particular crash scenario by not queueing the<br/>
AST_CONTROL_HANGUP if the AST_CONTROL_BUSY was queued.<br/>
<br/>
(closes issue #18408)<br/>
Reported by: wimpy<br/>
Patches:<br/>
issue18408_v1.8.patch uploaded by rmudgett (license 664)<br/>
Tested by: rmudgett, wimpy<br/>
<br/>
JIRA SWP-2679<br/>
</td>
<td width="60" style="font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px">
(312509)
</td></tr>
<tr><td colspan="3">
<br/><a href="http://bamboo.asterisk.org/browse/AST18-LUCID-I386/log" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">1 more changes...</a>
</td></tr>
</table><br>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2" align="center" style="font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top;padding:20px">
Email generated by <a href="http://bamboo.asterisk.org" style="font-family: Arial, sans-serif; font-size: 11px; color:#999">Atlassian Bamboo</a> - if you wish to stop receiving these emails edit your <a href="http://bamboo.asterisk.org/profile/userNotifications.action" style="font-family: Arial, sans-serif; font-size: 11px; color:#999">user profile</a> or <a href="http://bamboo.asterisk.org/viewAdministrators.action" style="font-family: Arial, sans-serif; font-size: 11px; color:#999">notify your administrator</a>
</td>
</tr>
</table>
</td>
<td width="150" style="vertical-align:top">
<table width="150" border="0" cellpadding="0" cellspacing="0" style="background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;">
<tr>
<td style="font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px">
Actions
</td>
</tr>
</table>
<table width="150" border="0" cellpadding="0" cellspacing="0" style="background-color:#f5f9fc;border-bottom:1px solid #bbd0e5;">
<tr>
<td style="font-family: Ariel, sans-serif; font-size: 13px; color:#036;vertical-align:top;padding:5px 10px;line-height:1.7">
<a href="http://bamboo.asterisk.org/browse/AST18-LUCID-I386/log" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">View Online</a>
<br>
<a href="http://bamboo.asterisk.org/build/admin/stopPlan.action?planKey=AST18-LUCID-I386" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">Stop Build</a>
<br>
</td>
</tr>
</table>
</td>
<tr>
</table>
</font>
</div>