<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body>
Check out Tiny CC,<br>
It can compile yor C program on the fly.<br>
<br>
Sortof like scripting in C.<br>
<a href="http://fabrice.bellard.free.fr/tcc/">http://fabrice.bellard.free.fr/tcc/</a><br>
<br>
I have used for this on a few ocasions. exicution speed of C, <br>
Instant changes like a scripting language.<br>
<br>
--<br>
Christopher Dobbs<br>
<br>
Michael Giagnocavo wrote:
<blockquote
 cite="mid9AE3331DDB5E474E98A86177801F0.MAI@colo901.fullcontrol.net"
 type="cite">
  <pre wrap="">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.

-Michael

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-dev-bounces@lists.digium.com">asterisk-dev-bounces@lists.digium.com</a>
[<a class="moz-txt-link-freetext" href="mailto:asterisk-dev-bounces@lists.digium.com">mailto:asterisk-dev-bounces@lists.digium.com</a>] On Behalf Of Robert Spielmann
Sent: Thursday, February 10, 2005 3:10 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:taintedham-mailinglists@yahoo.com">taintedham-mailinglists@yahoo.com</a>; Asterisk Developers Mailing List
Subject: Re: [Asterisk-Dev] Basically a C AGI app.

On Wed, 9 Feb 2005 21:49:31 -0800 (PST)
<a class="moz-txt-link-rfc2396E" href="mailto:taintedham-mailinglists@yahoo.com">&lt;taintedham-mailinglists@yahoo.com&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I've been using Asterisk for some time now.  I've been
developing custom applications using Perl and PHP AGI
scripts.

I'm a C programmer by heart.  I would really like to
create the same functionality in C code.  Basically
create my own C app but at a high level like AGI.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Do you want to:

a) write an additional application module for Asterisk
or
b) do AGI through a program written in C instead of Perl?

Case b) is quite simple, case a) is a little harder because the Asterisk
sourcecode is not that well documented at the moment. Anyways, you can
look at the sources of applications like Goto etc. to get a feeling for
it.

Cheers
Robert

  </pre>
</blockquote>
<br>
</body>
</html>