<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/AST14-LENNY-PPC/log" style="font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#000">AST14-LENNY-PPC-87</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/AST14-LENNY-PPC/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>
Add AELSub, which provides a stable entry point into AEL subroutines.<br/>
<br/>
This commit needs some explanation, given that we're adding a new application<br/>
into an existing release branch. This is generally a violation of our release<br/>
policy, except in very limited circumstances, and I believe this is one of<br/>
those circumstances.<br/>
<br/>
The problem that this solves is one of the sanity of using multiple dialplan<br/>
languages to define a dialplan. In the case of the reporter, he or she is<br/>
using AEL is define subroutines, while using Realtime extensions to invoke<br/>
those subroutines. While you can do this, it's based upon the reality of AEL<br/>
using actual dialplan extensions; however, there is no guarantee that the<br/>
details of _how_ AEL is compiled into extensions will remain stable. In fact,<br/>
at the time of this commit, it has already changed twice, once in a<br/>
fundamental way.<br/>
<br/>
Now normally, a new application would only be added to trunk. However, this<br/>
application is explicitly to create a stable user-level API between versions,<br/>
and adding it to trunk only will not solve the user's problem of switching<br/>
between 1.6.2 and 1.8, nor will it help anybody switching from 1.8 to 1.10.<br/>
Therefore, it needs to go into existing release branches. For the sake of<br/>
consistency, and also because one of the changes was between 1.4 and 1.6.x,<br/>
I am also electing to commit this to 1.4.<br/>
<br/>
(closes issue #18910)<br/>
Reported by: alexandrekeller<br/>
Patches: <br/>
20110304__issue18919__1.6.2.diff.txt uploaded by tilghman (license 14)<br/>
20110304__issue18919__1.4.diff.txt uploaded by tilghman (license 14)<br/>
Tested by: alexandrekeller<br/>
</td>
<td width="60" style="font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px">
(310435)
</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/AST14-LENNY-PPC/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=AST14-LENNY-PPC" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">Stop Build</a>
<br>
</td>
</tr>
</table>
</td>
<tr>
</table>
</font>
</div>