<p>Hi,<br>
Though I cant say its a bug or feature, but the way you think it should work then try setting correct priority..i.e 1 in custom and then 2 in the other context.<br>
Somehow I&#39;m having a feeling that this won&#39;t work.<br>
Also AFAIK macros are being replaced by Go-SUB thing. Macros cant be called in another macro in a cascaded manner in the dialplan. Also they dont reas any DTMF for the current running macro rather for the dialplan context which called thd macro. </p>

<p>Thanks,<br>
Sammy Go.</p>
<div class="gmail_quote">On Sep 4, 2012 2:09 AM, &quot;Olivier&quot; &lt;<a href="mailto:oza_4h07@yahoo.fr">oza_4h07@yahoo.fr</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br><br><br>In Freepbx 2.10, for instance, you can read several instances of the following pattern :<br><br><br>In extensions.conf <br>#include extensions_additional.conf<br>#include extensions_custom.conf<br><br><br>

In extensions_additional.conf<br>[macro-hangupcall]<br>include =&gt; macro-hangupcall-custom<br>exten =&gt; s,1,Noop(foobar1)<br><br><br>In extensions_custom.conf<br>[macro-hangupcall-custom]<br>exten =&gt; s,1,Noop(foobar2)<br>

<br><br>When using &quot;dialplan show s@macro-hangupcall&quot;, asterisk (1.8.12) displays both foobar1 and foobar2 dialplans, in this order.<br>Then asterisk ignores foobar2 dialplan and only run foobar1 diaplan.<br><br>

Would you rate this a bug or a feature ?<br>To me, asterisk should both :<br>1. list  foobar2 dialplan first (with dialplan show) as the include statement is the first one,<br>2. run  foobar2 dialplan it is the first listed.<br>

<br>Opinions ?<br>Suggestions ?<br><br>Regards<br><br>
<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>