On Wed, 2005-03-16 at 11:20 +0100, Pepe Aracil wrote:
> Hello.
> 
> When the caller hangup  the phone, asterisk kills my AGI python script 
> without 
> notification.
> I caught all signals, but none was trigered.
> How can i trap this event to resume some operations.

Asterisk doesn't send any signal upon hangup. Asterisk closes the pipes
that show up as STDIN and STDOUT for your AGI app. You need to deal with
it gracefully.
-- 
Steven Critchfield <[EMAIL PROTECTED]>

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to