<div dir="ltr">You could try either the predial-handler or the dial-macro M.</div><div class="gmail_extra"><br clear="all"><div><br clear="all"><div>---<br>Dennis Guse</div>
</div>
<br><br><div class="gmail_quote">On Wed, Jul 2, 2014 at 3:06 PM, Joshua Colp <span dir="ltr"><<a href="mailto:jcolp@digium.com" target="_blank">jcolp@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Anurag Rana wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
</blockquote>
<br>
Kia ora,<div class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am trying to execute some AGI script no matter what extension is called.<br>
There is 'h' extension to call AGI script when any call hangs up no<br>
matter what extension hangup.<br>
<br>
for example -><br>
<br>
[some-context]<br>
<br>
/// something here which call AGI script no matter what extension<br>
receive call.<br>
<br>
exten => 111,1,Dial(SIP/111)<br>
exten => 112,1,Dial(SIP/112)<br>
<br>
exten => h,1,AGI(pt.py)   ;; executes no matter what extension hang up<br>
</blockquote>
<br></div>
Have your first priority be a pattern match of something like _X. which executes your AGI. Then have your second priority be the specialized logic (such as the Dial above). That should do what you want.<br>
<br>
Cheers,<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Joshua Colp<br>
Digium, Inc. | Senior Software Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br>
Check us out at: <a href="http://www.digium.com" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><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>