Knowing the exten variable of the original dialplan is not a problem. The problem is just when the call is transferred via blind transfer. Asterisk does a little magic with the callerid of the legs and using Macro, just breaks it.<div>
<br></div><div>If Joe at ext 100 call Sally at ext 200 and then Joe transfers the call to Bob at ext 300, then Bob will see the callerid 200 on his phone. That is not true if the dial is made inside a Macro. In this way, Bob will see ~~~~s~~~~</div>
<div><br></div><div>The macro can be something as simple as:</div><div><br></div><div>macro dialpeer(number) {</div><div>   dial(SIP/number);</div><div>}</div><div><br></div><div>Leandro<br><br><div class="gmail_quote">2013/2/24 Mitul Limbani <span dir="ltr">&lt;<a href="mailto:mitul@enterux.in" target="_blank">mitul@enterux.in</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p>Hi,</p>
<p>You might want to use ${MACRO_EXTEN} variable inside to preserve exten variable of the original dialplan exten variable.</p>
<p>Mitul</p>
<div class="gmail_quote"><div><div class="h5">On Feb 24, 2013 4:04 PM, &quot;Leandro Dardini&quot; &lt;<a href="mailto:ldardini@gmail.com" target="_blank">ldardini@gmail.com</a>&gt; wrote:<br type="attribution"></div></div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
I just discover an &quot;hidden&quot; problem with AEL macro I want to have your feedback. If you use a macro to dial out, like &amp;dialout(${EXTEN}), the leg extension will became ~~~~s~~~~ and if it happens you transfer the call, that will be the callerid appearing on the other phone display.<div>


I am just rewriting all the dialplan getting rid of the macro and using gosub, even if asterisk is complaining about  &quot;application call to gosub affects flow of control, and needs to be re-written using AEL if, while, goto, etc. keywords instead!&quot;, but I am not seeing any other way...</div>


<div><br></div><div>Leandro</div><div><br></div><div><br></div>
<br></div></div><span class="HOEnZb"><font color="#888888">--<br>
_____________________________________________________________________<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/mailman/listinfo/asterisk-users</a><br></font></span></blockquote></div>
<br>--<br>
_____________________________________________________________________<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/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>