Re: [Asterisk-Users] Question about AGI vs. FastAGI vs. straight C/DB development

2005-03-08 Thread Mohit Muthanna
Opinions? Would any of you bother writing an IVR-only application (like the app_voicemail application) in C? Why or why not? I would strongly advise against using C _unless absolutely necessary_. While it is true that you will see performance gains by using C (linked in that is), the tradeoff

[Asterisk-Users] Question about AGI vs. FastAGI vs. straight C/DB development

2005-03-07 Thread beonice
Folks, I want to build a custom IVR for my setup. I've got it working (well, the bells and whistles are not there yet, but the basic stuff works) using AGI, but I'm worried about how well this will scale. I've seen references to FastAGI, and presumably this will be more efficient. Question,

Re: [Asterisk-Users] Question about AGI vs. FastAGI vs. straight C/DB development

2005-03-07 Thread Steven Critchfield
On Mon, 2005-03-07 at 14:21 -0800, beonice wrote: Folks, I want to build a custom IVR for my setup. I've got it working (well, the bells and whistles are not there yet, but the basic stuff works) using AGI, but I'm worried about how well this will scale. I've seen references to FastAGI,

RE: [Asterisk-Users] Question about AGI vs. FastAGI vs. straight C/DB development

2005-03-07 Thread Karl H. Putz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steven Critchfield Sent: Monday, March 07, 2005 6:08 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Question about AGI vs. FastAGI vs. straight C/DB development

Re: [Asterisk-Users] Question about AGI vs. FastAGI vs. straight C/DB development

2005-03-07 Thread beonice
--- Steven Critchfield [EMAIL PROTECTED] wrote: On Mon, 2005-03-07 at 14:21 -0800, beonice wrote: --- snip --- Would it make more sense to write a custom application in C instead, designing it to work sort-of like the built-in app_voicemail.c and others? I do know C, but is it

RE: [Asterisk-Users] Question about AGI vs. FastAGI vs. straight C/DB development

2005-03-07 Thread Steven Critchfield
] Question about AGI vs. FastAGI vs. straight C/DB development snip You said a magic word there, customers. You need to become versed in the ins and outs of licensing. If you write it in C and distribute it, you must also offer to those you distribute asterisk your modifications and linked