<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(68, 68, 68); ">Hi all,<div><br>
</div><div>I&#39;m running Asterisk 1.6.2.7 using the following pseudo-dialplan (not actual dialplan, because of complexity):</div><div><br></div><div>[something]</div><div>exten =&gt; s,1,Answer()</div><div>exten =&gt; s,n,AGI(blah,arg1,arg2)</div>
<div>exten =&gt; s,n,Playback(blah)</div><div>exten =&gt; s,n,DoMoreStuff()</div><div>exten =&gt; s,n,Hangup()</div><div><br></div><div>What I&#39;d like to do, is have Asterisk launch my AGI script and continue executing dialplan without waiting for the AGI to finish executing. I&#39;m aware that I can do this manually in my AGI by forking, but I&#39;d like to avoid doing it that way if possible.</div>
<div><br></div><div>I remember reading something a long time ago saying that there was a way to do this, but I can&#39;t seem to find that documentation again. Am I crazy, or is this possible to do without modifying my code?</div>
<div><br></div><div>Thanks for all help.</div><div><br></div><font color="#888888"><div>-Randall</div></font></span>