[Asterisk-Users] AGI kill

2005-03-16 Thread Pepe Aracil
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. Sorry for my poor english :) Thanks. ___

RE: [Asterisk-Users] AGI kill

2005-03-16 Thread Nir Simionovich
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pepe Aracil Sent: Wednesday, March 16, 2005 12:21 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] AGI kill Hello. When the caller hangup the phone, asterisk kills my AGI python script

RE: [Asterisk-Users] AGI kill

2005-03-16 Thread Stefan Reuter
You can't! As far as I can tell, once Asterisk eliminates an AGI upon hangup, it doesn't send any signal information to the AGI script. If you need to run some clean ups, the proper way to do so would be to execute an AGI upon hangup, utilizing DeadAGI. You can also use FastAGI instead of

RE: [Asterisk-Users] AGI kill

2005-03-16 Thread Nir Simionovich
:57 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] AGI kill You can't! As far as I can tell, once Asterisk eliminates an AGI upon hangup, it doesn't send any signal information to the AGI script. If you need to run some clean ups, the proper way

RE: [Asterisk-Users] AGI kill

2005-03-16 Thread Stefan Reuter
On Wed, 2005-03-16 at 13:08 +0200, Nir Simionovich wrote: You are correct, FastAGI is a valid option. However, if he's basing his application on Asterisk Stable, FastAGI is not available in the stable version. My version of Asterisk 1.0.6 includes FastAGI support and works pretty well.

RE: [Asterisk-Users] AGI kill

2005-03-16 Thread Nir Simionovich
: [Asterisk-Users] AGI kill On Wed, 2005-03-16 at 13:08 +0200, Nir Simionovich wrote: You are correct, FastAGI is a valid option. However, if he's basing his application on Asterisk Stable, FastAGI is not available in the stable version. My version of Asterisk 1.0.6 includes FastAGI support and works

Re: [Asterisk-Users] AGI kill

2005-03-16 Thread Steven Critchfield
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