<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/ASTTRUNK-SNOWLEOPARD-X8664/log" style="font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#000">ASTTRUNK-SNOWLEOPARD-X8664-248</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/ASTTRUNK-SNOWLEOPARD-X8664/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/rmudgett" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
                       rmudgett</a><br>
                    Merged revisions 320796 via svnmerge from <br/>
<a href="https://origsvn.digium.com/svn/asterisk/branches/1.8">https://origsvn.digium.com/svn/asterisk/branches/1.8</a><br/>
<br/>
........<br/>
&nbsp;&nbsp;r320796 | rmudgett | 2011-05-25 11:23:11 -0500 (Wed, 25 May 2011) | 17 lines<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Give zombies a safe channel driver to use.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Recent crashes from zombie channels suggests that they need a safe home to<br/>
&nbsp;&nbsp;goto.&nbsp; When a masquerade happens, the physical part of the zombie channel<br/>
&nbsp;&nbsp;is hungup.&nbsp; The hangup normally sets the channel private pointer to NULL.<br/>
&nbsp;&nbsp;If someone then blindly does a callback to the channel driver, a crash is<br/>
&nbsp;&nbsp;likely because the private pointer is NULL.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;The masquerade now sets the channel technology of zombie channels to the<br/>
&nbsp;&nbsp;kill channel driver.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Related to the following issues:<br/>
&nbsp;&nbsp;(issue #19116)<br/>
&nbsp;&nbsp;(issue #19310)<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Review: <a href="https://reviewboard.asterisk.org/r/1224/">https://reviewboard.asterisk.org/r/1224/</a><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">
                     (320820)
                </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>
                    Merged revisions 320823 via svnmerge from <br/>
<a href="https://origsvn.digium.com/svn/asterisk/branches/1.8">https://origsvn.digium.com/svn/asterisk/branches/1.8</a><br/>
<br/>
........<br/>
&nbsp;&nbsp;r320823 | rmudgett | 2011-05-25 12:06:38 -0500 (Wed, 25 May 2011) | 18 lines<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;The AMI Newstate event contains different information between v1.4 and v1.8.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;The addition of connected line support in v1.8 changes the behavior of the<br/>
&nbsp;&nbsp;channel caller ID somewhat.&nbsp; The channel caller ID value no longer time<br/>
&nbsp;&nbsp;shares with the connected line ID on outgoing call legs.&nbsp; The timing of<br/>
&nbsp;&nbsp;some AMI events/responses output the connected line ID as caller ID.<br/>
&nbsp;&nbsp;These party ID's are now separate.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;* The ConnectedLineNum and ConnectedLineName headers were added to many<br/>
&nbsp;&nbsp;AMI events/responses if the CallerIDNum/CallerIDName headers were also<br/>
&nbsp;&nbsp;present.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;(closes issue #18252)<br/>
&nbsp;&nbsp;Reported by: gje<br/>
&nbsp;&nbsp;Tested by: rmudgett<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Review: <a href="https://reviewboard.asterisk.org/r/1227/">https://reviewboard.asterisk.org/r/1227/</a><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">
                     (320825)
                </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>
                    Merged revisions 320883 via svnmerge from <br/>
<a href="https://origsvn.digium.com/svn/asterisk/branches/1.8">https://origsvn.digium.com/svn/asterisk/branches/1.8</a><br/>
<br/>
........<br/>
&nbsp;&nbsp;r320883 | rmudgett | 2011-05-25 17:25:18 -0500 (Wed, 25 May 2011) | 17 lines<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Native SIP CCSS sends bad CC cancel SUBSCRIBE message.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;The SUBSCRIBE message used to cancel a CC request has incorrect To/From<br/>
&nbsp;&nbsp;SIP headers.&nbsp; They are reversed and the dialog tags are the same when they<br/>
&nbsp;&nbsp;should not be.&nbsp; If pedantic mode was disabled, then the cancel would have<br/>
&nbsp;&nbsp;succeeded despite the incorrect message.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;* The SIP_OUTGOING flag was not set correctly for the dialog and I had to<br/>
&nbsp;&nbsp;move some CC subscribe handling code as a result.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;* Initialized the dialog subscribed type to CALL_COMPLETION earlier.&nbsp; If a<br/>
&nbsp;&nbsp;CC request SUBSCRIBE message comes in and the CC instance is not found,<br/>
&nbsp;&nbsp;the 404 response was duplicated.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;JIRA AST-568<br/>
&nbsp;&nbsp;JIRA SWP-3493<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">
                     (320884)
                </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/ASTTRUNK-SNOWLEOPARD-X8664/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=ASTTRUNK-SNOWLEOPARD-X8664" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">Stop Build</a>
    <br>
            </td>
        </tr>
    </table>
            </td>
        <tr>
    </table>
</font>
</div>