> > > Using FastAGI() as Duane recommended will probably help a lot in this > > regard, but if you have C programming skills, then you might as well > > just write modules directly for Asterisk as that will be the least > > amount of overhead. >
Fastagi is better for a number of reasons. For one thing there are many many things that can go wrong with an asterisk module and make the whole system crash. This case is much smaller (I've never seen it happen) with fastagi. Even C programming with Fastagi is quite simpler than writing modules, there are things like accessing multiple calls and their environments which you just can't do from an AGI. But even then there is the manager interface. Really the only reason to write a module or built in function is to either extend the dialplan, write or extend a new channel or do some sort of signal processing. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
