yes, it&#39;s originating the call and never responding.<br><br><div class="gmail_quote">On Mon, May 16, 2011 at 3:47 PM, Alex Balashov <span dir="ltr">&lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 05/16/2011 03:44 PM, vip killa wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
you are incorrect, the while loop never exits...and i already have<br>
async=&gt;1<br>
</blockquote>
<br></div>
I meant this while() loop:<br>
<br>
   while(my @row = $res-&gt;fetchrow())<br>
<br>
In other words, it is possible for additional rows to be added to the table after the SELECT query has been made and prior to the conclusion of this loop, which will incur a sleep(2) penalty.<br>
<br>
That&#39;s not terribly important, though.<br>
<br>
So, just to make sure I understand, you&#39;re calling the $astman-&gt;action with the Originate parameters and it&#39;s sitting there and blocking until the Originate completes with a final disposition, despite the presence of the Async option?<div>
<div></div><div class="h5"><br>
<br>
-- <br>
Alex Balashov - Principal<br>
Evariste Systems LLC<br>
260 Peachtree Street NW<br>
Suite 2200<br>
Atlanta, GA 30303<br>
Tel: <a href="tel:%2B1-678-954-0670" value="+16789540670" target="_blank">+1-678-954-0670</a><br>
Fax: <a href="tel:%2B1-404-961-1892" value="+14049611892" target="_blank">+1-404-961-1892</a><br>
Web: <a href="http://www.evaristesys.com/" target="_blank">http://www.evaristesys.com/</a><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>
</div></div></blockquote></div><br>