[Asterisk-Dev] RE: RE: Basically a C AGI app.

taintedham-mailinglists at yahoo.com taintedham-mailinglists at yahoo.com
Thu Feb 10 14:11:32 MST 2005


> Oh, there's one more thing to consider: The C API
> apparently has zero
> compatibility standards. This means that any of your
> apps are subject to
> breaking at any point with no warning :). At least
> with AGI, there's more
> effort to ensure everything keeps working.

Ya, that actually was my point in asking.  I've done a
little development using the C api.  I was surprised
how quickly the API changed.  Make it really really
hard to invest anytime in anything other than AGI

That is why I just wanted to see if there were (or
maybe could be) some higher level function calls that
would allow the equiv. of AGI in C.

The C scripting engine is just silly.  The point of
using C is so that the application ISN'T scripted and
therefore has the advantages of compiled runtime.

Is there some higher level API that doesn't change as
often.... Or do I need to basically create my own
library from decomposing the Goto,AGI, and others?

Where do I go to grab variable from the env? (that
would be helpful)

--Dave



More information about the asterisk-dev mailing list