<div dir="ltr"><div>Hi</div><div><br></div><div>Probably are this bug, my Asterisk version is 1.8.15.0(the version of report is 1.8.15.1).</div><div><br></div><div>I see that the problem occurs when the call is answered, if busy, fail, unanswered, the field dst is correct. I see too that when the problem occurs the dcontext field is set as name of the macro(aparently, the return in macro no works).</div>
<div><br></div><div> I will go try with others versions and report the status.</div><div><br></div><div>Thank's.</div><div><br></div><div class="gmail_extra"><div><div dir="ltr"><div><br></div>Att,<div><b>Rafael dos Santos Saraiva</b></div>
<div><div><a href="http://br.linkedin.com/pub/rafael-saraiva/52/aab/230" target="_blank"><img src="http://www.linkedin.com/img/webpromo/btn_liprofile_blue_80x15_pt_BR.png"></a><br></div></div></div></div>
<br><br><div class="gmail_quote">2014-07-12 7:33 GMT-03:00 Johan Wilfer <span dir="ltr"><<a href="mailto:lists@jttech.se" target="_blank">lists@jttech.se</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2014-07-11 15:38, Rafael dos Santos Saraiva skrev:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
I'm using a macro to dial in a AEL dialplan. The problem is the macro do<br>
not set the field  CDR(dst), showing only ~~s~~.<br>
<br>
I tried various configurations, but without solutions.<br>
<br>
This is the macro:<br>
macro dial-out(destno,dialstring,<u></u>route_descr,interno) {<br>
__TRANSFER_CONTEXT=ipbx;<br>
if(${interno} = 1) {<br>
Set(__PICKUPMARK=${destno});<br>
if(${ODBC_verify_user(${<u></u>CALLERID(num)})} > 0) {<br>
t = tT;<br>
} else {<br>
t = t;<br>
}<br>
} else {<br>
t = T;<br>
}<br>
Dial(${dialstring}/${destno},<u></u>30,${t});<br>
return;<br>
}<br>
<br>
</blockquote>
<br>
I don't know if this is maybe related to this: <a href="https://issues.asterisk.org/jira/browse/ASTERISK-20441" target="_blank">https://issues.asterisk.org/<u></u>jira/browse/ASTERISK-20441</a><br>
<br>
If it is this is a bug in the AEL compiler I think.<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-- <br>
Johan Wilfer<br>
<br>
-- <br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</font></span></blockquote></div><br></div></div>