Re: [asterisk-users] Python AGI's and hangups

2021-12-08 Thread Steve Edwards
On Wed, 8 Dec 2021, Dovid Bender wrote: Could some change had been made to Asterisk that would alter how the Python script dies when there is a hangup? The setting of the '${AGISIGHUP}' channel variable should be checked. The output of 'agi set debug on' may yield clues. Do AGIs in other

[asterisk-users] Python AGI's and hangups

2021-12-08 Thread Dovid Bender
Hi, I am trying to help a friend that is using Asterisk along with a Python AGI. In the code I see: agi.execute(pystrix.agi.core.StreamFile(MY_PATH+'/'+msg)) try: agi.execute(pystrix.agi.core.RecordFile(rec_file, format='wav',