<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-CENTOS55-I386/log" style="font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#000">ASTTRUNK-CENTOS55-I386-151</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-CENTOS55-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/rmudgett" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
                       rmudgett</a><br>
                    Merged revisions 302174 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;r302174 | rmudgett | 2011-01-18 12:11:43 -0600 (Tue, 18 Jan 2011) | 102 lines<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Merged revisions 302173 via svnmerge from <br/>
&nbsp;&nbsp;<a href="https://origsvn.digium.com/svn/asterisk/branches/1.6.2">https://origsvn.digium.com/svn/asterisk/branches/1.6.2</a><br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;................<br/>
&nbsp;&nbsp;&nbsp;&nbsp;r302173 | rmudgett | 2011-01-18 12:07:15 -0600 (Tue, 18 Jan 2011) | 95 lines<br/>
&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;Merged revisions 302172 via svnmerge from <br/>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://origsvn.digium.com/svn/asterisk/branches/1.4">https://origsvn.digium.com/svn/asterisk/branches/1.4</a><br/>
&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;........<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;r302172 | rmudgett | 2011-01-18 12:04:36 -0600 (Tue, 18 Jan 2011) | 88 lines<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Issues with DTMF triggered attended transfers.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Issue #17999<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1) A calls B. B answers.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2) B using DTMF dial *2 (code in features.conf for attended transfer).<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3) A hears MOH. B dial number C<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4) C ringing. A hears MOH.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5) B hangup. A still hears MOH. C ringing.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6) A hangup. C still ringing until &quot;atxfernoanswertimeout&quot; expires.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For v1.4 C will ring forever until C answers the dead line. (Issue #17096)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Problem: When A and B hangup, C is still ringing.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Issue #18395<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SIP call limit of B is 1<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1. A call B, B answered<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2. B *2(atxfer) call C<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3. B hangup, C ringing<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4. Timeout waiting for C to answer<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5. Recall to B fails because B has reached its call limit.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Because B reached its call limit, it cannot do anything until the transfer<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it started completes.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Issue #17273<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Same scenario as issue 18395 but party B is an FXS port.&nbsp; Party B cannot<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do anything until the transfer it started completes.&nbsp; If B goes back off<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hook before C answers, B hears ringback instead of the expected dialtone.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**********<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Note for the issue #17273 and #18395 fix:<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DTMF attended transfer works within the channel bridge.&nbsp; Unfortunately,<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;when either party A or B in the channel bridge hangs up, that channel is<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;not completely hung up until the transfer completes.&nbsp; This is a real<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;problem depending upon the channel technology involved.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For chan_dahdi, the channel is crippled until the hangup is complete.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Either the channel is not useable (analog) or the protocol disconnect<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;messages are held up (PRI/BRI/SS7) and the media is not released.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For chan_sip, a call limit of one is going to block that endpoint from any<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;further calls until the hangup is complete.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For party A this is a minor problem.&nbsp; The party A channel will only be in<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this condition while party B is dialing and when party B and C are<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;conferring.&nbsp; The conversation between party B and C is expected to be a<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;short one.&nbsp; Party B is either asking a question of party C or announcing<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;party A.&nbsp; Also party A does not have much incentive to hangup at this<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;point.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For party B this can be a major problem during a blonde transfer.&nbsp; (A<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blonde transfer is our term for an attended transfer that is converted<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;into a blind transfer.&nbsp; :)) Party B could be the operator.&nbsp; When party B<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hangs up, he assumes that he is out of the original call entirely.&nbsp; The<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;party B channel will be in this condition while party C is ringing, while<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attempting to recall party B, and while waiting between call attempts.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WARNING:<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The ATXFER_NULL_TECH conditional is a hack to fix the problem.&nbsp; It will<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;replace the party B channel technology with a NULL channel driver to<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;complete hanging up the party B channel technology.&nbsp; The consequences of<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this code is that the 'h' extension will not be able to access any channel<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;technology specific information like SIP statistics for the call.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ATXFER_NULL_TECH is not defined by default.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**********<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(closes issue #17999)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reported by: iskatel<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tested by: rmudgett<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JIRA SWP-2246<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(closes issue #17096)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reported by: gelo<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tested by: rmudgett<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;JIRA SWP-1192<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(closes issue #18395)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reported by: shihchuan<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tested by: rmudgett<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(closes issue #17273)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reported by: grecco<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tested by: rmudgett<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Review: <a href="https://reviewboard.asterisk.org/r/1047/">https://reviewboard.asterisk.org/r/1047/</a><br/>
&nbsp;&nbsp;&nbsp;&nbsp;........<br/>
&nbsp;&nbsp;................<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">
                     (302178)
                </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/russell" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
                       russell</a><br>
                    Merged revisions 302267 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;r302267 | russell | 2011-01-18 14:19:57 -0600 (Tue, 18 Jan 2011) | 5 lines<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Don't enable AO2_DEBUG by default if AST_DEVMODE is on.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;AO2_DEBUG is not important and is causing a false compiler warning to be<br/>
&nbsp;&nbsp;generated on my Ubuntu Natty dev box.<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">
                     (302268)
                </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/jpeeler" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
                       jpeeler</a><br>
                    Merged revisions 302266 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;r302266 | jpeeler | 2011-01-18 14:19:57 -0600 (Tue, 18 Jan 2011) | 34 lines<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Merged revisions 302265 via svnmerge from <br/>
&nbsp;&nbsp;<a href="https://origsvn.digium.com/svn/asterisk/branches/1.6.2">https://origsvn.digium.com/svn/asterisk/branches/1.6.2</a><br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;........<br/>
&nbsp;&nbsp;&nbsp;&nbsp;r302265 | jpeeler | 2011-01-18 14:13:52 -0600 (Tue, 18 Jan 2011) | 27 lines<br/>
&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;Convert device state callbacks to ao2 objects to fix a deadlock in chan_sip.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;Lock scenario presented here:<br/>
&nbsp;&nbsp;&nbsp;&nbsp;Thread 1<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;holds ast_rdlock_contexts &amp;conlock<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;holds handle_statechange hints<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;holds handle_statechange hint<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;waiting for cb_extensionstate<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Locked Here: chan_sip.c line 7428 (find_call)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;Thread 2<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;holds handle_request_do &amp;netlock<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;holds find_call sip_pvt_ptr<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;waiting for ast_rdlock_contexts &amp;conlock<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Locked Here: pbx.c line 9911 (ast_rdlock_contexts)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;Chan_sip has an established locking order of locking the sip_pvt and then<br/>
&nbsp;&nbsp;&nbsp;&nbsp;getting the context lock. So the as stated by the summary, the operations in<br/>
&nbsp;&nbsp;&nbsp;&nbsp;thread 2 have been modified to no longer require the context lock.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;(closes issue #18310)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;Reported by: one47<br/>
&nbsp;&nbsp;&nbsp;&nbsp;Patches: <br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;statecbs_ao2.mk2.patch uploaded by one47 (license 23),<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;modified by me<br/>
&nbsp;&nbsp;&nbsp;&nbsp;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;Review: <a href="https://reviewboard.asterisk.org/r/1072/">https://reviewboard.asterisk.org/r/1072/</a><br/>
&nbsp;&nbsp;........<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">
                     (302270)
                </td></tr>
    <tr><td colspan="3">
        <br/><a href="http://bamboo.asterisk.org/browse/ASTTRUNK-CENTOS55-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/ASTTRUNK-CENTOS55-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=ASTTRUNK-CENTOS55-I386" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">Stop Build</a>
    <br>
            </td>
        </tr>
    </table>
            </td>
        <tr>
    </table>
</font>
</div>