[asterisk-users] Fast AGI library/support for C C++

2013-01-29 Thread Kashyap Darji
Dear All,

Is there anyone who is having FastAGI support for C  C++?

We do have FastAGI working for the JAVA and rest of the language / script.

But I am unable to find FastAGI for C/C++.

Please let us know how to write FastAGI using C/C++.

Thanks in Advance,
Kashyap
--
_
-- 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

Re: [asterisk-users] Fast AGI library/support for C C++

2013-01-29 Thread Kashyap Darji
Dear JimC,

Thanks for your comment, but if possible then could you please give some
reference link or example of the using the same what you have suggested.

Thanks in Advance,
Kashyap



On Wed, Jan 30, 2013 at 4:12 AM, James Cloos cl...@jhcloos.com wrote:

  AJS == A J Stiles asterisk_l...@earthshod.co.uk 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 cl...@jhcloos.com 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

--
_
-- 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