In article <[EMAIL PROTECTED]>, Douglas Garstang <[EMAIL PROTECTED]> wrote: > I was experimenting with FastAGI in Asterisk 1.4 and wrote some code around > it. I was using > the AGISTATUS variable to determine if I had been able to connect to the fast > agi server, > and act accordingly. > > 1.2 appears to be different. It has no such AGISTATUS variable, but more > importantly, it > appears that if you fail to connect to your FastAGI server, all dial plan > processing just > stops dead. Is there a way around this?
Yes, I modified my 1.2 code to set AGISTATUS instead of just returning -1. If you mean "is there any way around it without touching C?", I think the answer is "No". Cheers Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
