Nicholas Blasgen wrote:<br><br>&gt; I&#39;ve got a very nice PHP AGI script but I want to be able to do some<br>&gt; database cleanup when the user hangs up the phone.&nbsp;&nbsp;I wish everyone would<br>&gt; hang up when they were suposed to, but some people don&#39;t.&nbsp;&nbsp;So what does
<br>&gt; Asterisk send to an AGI file when the line has been disconnected?<br><br>&gt; If I<br>&gt; remember reading somewhere correctly, I don&#39;t need to use DeadAGI.&nbsp;&nbsp;Instead<br>&gt; I&#39;m able to use normal AGI but I just need to catch a SIGTERM or something
<br>&gt; like that and process it.<br><br>
<br>Nicholas,<br><br>I solved that using the following extension:<br><br>exten =&gt; h,1,DeadAGI(log_exit.php)<br><br>If you catch any signals you&#39;re &#39;cheating&#39; asterisk.<br>Using the &#39;h&#39; extension and DeadAGI should be fine.
<br><br>-Andreas<br><br>