<div>
<style type="text/css">
.successful a, .successful a:visited, .successful a:link, .successful a:hover,.successful a:active {color:#393}
.failed a, .failed a:visited, .failed a:link, .failed a:hover,.failed a:active {color:#d62829}
.notexecuted a, .notexecuted a:visited, .notexecuted a:link, .notexecuted a:hover,.notexecuted a:active {color:#ffcc66}
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:#e4f5e3;border-top:1px solid #b4e2b4;border-bottom:1px solid #b4e2b4;color:#393;">
                        <tr>
                                <td width="20" style="vertical-align:top;padding:5px 0 5px 10px">
                                        <img src="http://bamboo.asterisk.org/images/jt/icn_plan_passed.gif" width="15" height="15">
                                </td>
                                <td width="100%" style="font-family: Arial, sans-serif; font-size: 13px; color:#393;padding:5px 10px">
<a href="http://bamboo.asterisk.org/browse/ASTTRUNK/" style="font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#393">Asterisk - Trunk</a> >
<a href="http://bamboo.asterisk.org/browse/ASTTRUNK-FREEBSD81/" style="font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#393">FreeBSD 8.1</a> >
<a href="http://bamboo.asterisk.org/browse/ASTTRUNK-FREEBSD81-178/" style="font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#393">#178</a>
                                        <span class="successful" style="font-family: Arial, sans-serif; font-size: 14px;"> was successful.</span>
<span class="successful" style="font-family: Arial, sans-serif; font-size: 13px;">
<br/> This build occurred because it is a dependant of <a href="http://bamboo.asterisk.org/browse/ASTTRUNK-LUCID-386">ASTTRUNK-LUCID-386</a>.
<br/><strong>96</strong> tests in total.
</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-FREEBSD81-178/commit/" 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">
<a href="http://bamboo.asterisk.org/browse/ASTTRUNK-FREEBSD81-178/commit/" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">View all 14 code changes</a><img src="http://bamboo.asterisk.org/images/icons/more.gif" width="15" height="15" style="vertical-align:middle;padding:2px">
</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 309445 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/>
r309445 | rmudgett | 2011-03-04 09:22:04 -0600 (Fri, 04 Mar 2011) | 46 lines<br/>
<br/>
Get real channel of a DAHDI call.<br/>
<br/>
Starting with Asterisk v1.8, the DAHDI channel name format was changed for<br/>
ISDN calls to: DAHDI/i<span>/<number>[:<subaddress>]-<sequence-number><br/>
<br/>
There were several reasons that the channel name had to change.<br/>
<br/>
1) Call completion requires a device state for ISDN phones. The generic<br/>
device state uses the channel name.<br/>
<br/>
2) Calls do not necessarily have B channels. Calls placed on hold by an<br/>
ISDN phone do not have B channels.<br/>
<br/>
3) The B channel a call initially requests may not be the B channel the<br/>
call ultimately uses. Changes to the internal implementation of the<br/>
Asterisk master channel list caused deadlock problems for chan_dahdi if it<br/>
needed to change the channel name. Chan_dahdi no longer changes the<br/>
channel name.<br/>
<br/>
4) DTMF attended transfers now work with ISDN phones because the channel<br/>
name is "dialable" like the chan_sip channel names.<br/>
<br/>
For various reasons, some people need to know which B channel a DAHDI call<br/>
is using.<br/>
<br/>
* Added CHANNEL(dahdi_span), CHANNEL(dahdi_channel), and<br/>
CHANNEL(dahdi_type) so the dialplan can determine the B channel currently<br/>
in use by the channel. Use CHANNEL(no_media_path) to determine if the<br/>
channel even has a B channel.<br/>
<br/>
* Added AMI event DAHDIChannel to associate a DAHDI channel with an<br/>
Asterisk channel so AMI applications can passively determine the B channel<br/>
currently in use. Calls with "no-media" as the DAHDIChannel do not have<br/>
an associated B channel. No-media calls are either on hold or<br/>
call-waiting.<br/>
<br/>
(closes issue #17683)<br/>
Reported by: mrwho<br/>
Tested by: rmudgett<br/>
<br/>
(closes issue #18603)<br/>
Reported by: arjankroon<br/>
Patches:<br/>
issue17683_18603_v1.8_v2.patch uploaded by rmudgett (license 664)<br/>
Tested by: stever28, rmudgett<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">
(309446)
</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/user/tilghman" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
Tilghman Lesher</a><br>
Merged revisions 309808 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/>
r309808 | tilghman | 2011-03-06 18:54:42 -0600 (Sun, 06 Mar 2011) | 14 lines<br/>
<br/>
Merged revisions 309251 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/>
r309251 | tilghman | 2011-03-01 19:06:02 -0600 (Tue, 01 Mar 2011) | 7 lines<br/>
<br/>
Revert previous 2 commits, and instead conditionally redefine the same macro used in flex 2.5.35 that clashed with our workaround.<br/>
<br/>
Not surprisingly, the workaround was exactly the same code as was provided by<br/>
the Flex maintainers, albeit in two different places, in different macros.<br/>
<br/>
This should fix the FreeBSD builds, which have an older version of Flex.<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">
(309809)
</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/user/mmichelson" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
Mark Michelson</a><br>
Merged revisions 309765 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/>
r309765 | mmichelson | 2011-03-06 18:13:36 -0600 (Sun, 06 Mar 2011) | 3 lines<br/>
<br/>
Indicate that Asterisk uses the Allow header to determine if MESSAGE requests should be sent.<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">
(309766)
</td></tr>
<tr><td colspan="3">
<br/><a href="http://bamboo.asterisk.org/browse/ASTTRUNK-FREEBSD81-178/commit" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">11 more changes...</a>
</td></tr>
</table><br>
</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-FREEBSD81-178" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">View Online</a>
<br>
<a href="http://bamboo.asterisk.org/browse/ASTTRUNK-FREEBSD81-178?commentMode=true" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">Add Comments</a>
<br>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<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>
</tr>
</table>
</font>
</div>