<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2743.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi :)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm writing a simple AGI for a little callingcard 
system</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I need to return to my AGI when call is terminated 
from caller or called, because I want to permit to the caller to place another 
call...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm writing my AGI in php and when I 
have</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>$ritorno = $agi-&gt;agi_exec("EXEC DIAL <A 
href="mailto:Local/8@SIP_inbound|30|H">Local/8@SIP_inbound|30|H</A>");</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When the called ANSWER my AGI finish</FONT></DIV>
<DIV><FONT face=Arial size=2>Is it possible to wait DIAL execution in AGI and 
continue AGI execution after DIAL finish?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thx :)</FONT></DIV>
<DIV><FONT face=Arial size=2>-Igor-</FONT></DIV></BODY></HTML>