>>>>> "AJS" == A J Stiles <[email protected]> writes:
>> Please let us know how to write FastAGI using C/C++. AJS> You don't need it! C, being a compiled language, doesn't suffer from AJS> interpreter overheads and therefore doesn't require such bodgery. You can also use inetd(8) or xinetd(8) to handle the tcp side of things; it can call your AGI app whenever asterisk makes the tcp connection, and keep it open for future calls. Then, just use stdin and stdout as you would for a normal AGI app. -JimC -- James Cloos <[email protected]> OpenPGP: 1024D/ED7DAEA6 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
