regs at kinetix.gr
2008-Aug-20 13:04 UTC
[asterisk-users] Reproduce DeadAGI behavior with AGI
Hi, I decided to migrate my scripts from DeadAGI to AGI (FastAGI). The "no-exit-on-hangup" behavior suited me just fine with DeadAGI. How can I make my AGI scripts (which are executed on another AGI server) NOT to exit when a hangup is detected? I used AGISIGHUP=no before calling the AGI script but it didn't work. I am using asterisk-java 0.3.1. on asterisk 1.4.21.1. Regards,
Asterisk-Java won't kill your script on a hangup, it will simply throw exceptions if you ask for anything from the hung up channel. If you'd like to show some of your code, to get an explanation for what's happening, check out the Asterisk-Java users list at http://asterisk-java.org/development/mail-lists.html. Martin Smith, Systems Developer martins at bebr.ufl.edu Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221> -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of > regs at kinetix.gr > Sent: Wednesday, August 20, 2008 9:05 AM > To: asterisk-users at lists.digium.com > Subject: [asterisk-users] Reproduce DeadAGI behavior with AGI > > Hi, > > I decided to migrate my scripts from DeadAGI to AGI (FastAGI). > The "no-exit-on-hangup" behavior suited me just fine with DeadAGI. > How can I make my AGI scripts (which are executed on another > AGI server) > NOT to exit when a hangup is detected? > > I used AGISIGHUP=no before calling the AGI script but it didn't work. > > I am using asterisk-java 0.3.1. on asterisk 1.4.21.1. > > Regards, > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2008 - September 22 - 25 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >