<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/AST162-FREEBSD81-I386/log" style="font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#000">AST162-FREEBSD81-I386-140</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/AST162-FREEBSD81-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/twilson" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
                       twilson</a><br>
                    Merged revisions 310888 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/>
&nbsp;&nbsp;r310888 | twilson | 2011-03-16 11:58:42 -0500 (Wed, 16 Mar 2011) | 29 lines<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Don't delay DTMF in core bridge while listening for DTMF features<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;This patch is mostly the work of Olle Johansson. I did some cleanup and<br/>
&nbsp;&nbsp;added the silence generating code if transmit_silence is set.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;When a channel listens for DTMF in the core bridge, the outbound DTMF is not<br/>
&nbsp;&nbsp;sent until we have received DTMF_END. For a long DTMF, this is a disaster. We<br/>
&nbsp;&nbsp;send 4 seconds of DTMF to Asterisk, which sends no audio for those 4 seconds.<br/>
&nbsp;&nbsp;Some products see this delay and the time skew on RTP packets that results and<br/>
&nbsp;&nbsp;start ignoring the audio that is sent afterward.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;With this change, the DTMF_BEGIN frame is inspected and checked. If it matches<br/>
&nbsp;&nbsp;a feature code, we wait for DTMF_END and activate the feature as before. If<br/>
&nbsp;&nbsp;transmit_silence=yes in asterisk.conf, silence is sent if we paritally match a<br/>
&nbsp;&nbsp;multi-digit feature. If it doesn't match a feature, the frame is forwarded<br/>
&nbsp;&nbsp;along with the DTMF_END without delay. By doing it this way, DTMF is not delayed.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;(closes issue #15642)<br/>
&nbsp;&nbsp;Reported by: jasonshugart<br/>
&nbsp;&nbsp;Patches: <br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;issue_15652_dtmf_ast-1.4.patch.txt uploaded by twilson (license 396)<br/>
&nbsp;&nbsp;Tested by: globalnetinc, jde<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;(closes issue #16625)<br/>
&nbsp;&nbsp;Reported by: sharvanek<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Review: <a href="https://reviewboard.asterisk.org/r/1092/">https://reviewboard.asterisk.org/r/1092/</a><br/>
&nbsp;&nbsp;Review: <a href="https://reviewboard.asterisk.org/r/1125/">https://reviewboard.asterisk.org/r/1125/</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">
                     (310889)
                </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/twilson" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
                       twilson</a><br>
                    Don't keep trying to write to a closed connection<br/>
<br/>
See security advisory AST-2011-003.<br/>

                </td>
                <td width="60" style="font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px">
                     (310992)
                </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/twilson" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
                       twilson</a><br>
                    Fix crash on fdopen failure<br/>
<br/>
See security advisory AST-2011-004<br/>
<br/>
(closes issue #18845)<br/>
Reported by: cmaj<br/>
Patches: <br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;patch-main-tcptls-1.8.3-rc2-open-session-crash-take2.diff.txt uploaded by cmaj (license 830)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;patch-main-tcptls-1.8.3-rc2-open-session-crash-take3.diff.txt uploaded by cmaj (license 830)<br/>
Tested by: cmaj, twilson<br/>

                </td>
                <td width="60" style="font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px">
                     (310996)
                </td></tr>
    <tr><td colspan="3">
        <br/><a href="http://bamboo.asterisk.org/browse/AST162-FREEBSD81-I386/log" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">6 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/AST162-FREEBSD81-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=AST162-FREEBSD81-I386" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">Stop Build</a>
    <br>
            </td>
        </tr>
    </table>
            </td>
        <tr>
    </table>
</font>
</div>