<!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 bgcolor="#ffffff" text="#000000">
You are looking for the AGI: <a class="moz-txt-link-freetext" href="http://www.voip-info.org/wiki-Asterisk+AGI">http://www.voip-info.org/wiki-Asterisk+AGI</a><br>
<br>
Anthony<br>
<br>
James FitzGibbon wrote:
<blockquote
 cite="midb1c051a50708080930r7994cd41h7362928e586a2759@mail.gmail.com"
 type="cite">On 8/8/07, <b class="gmail_sendername">Mike</b> &lt;<a
 href="mailto:list@virtutel.ca">list@virtutel.ca</a>&gt; wrote:
  <div><span class="gmail_quote"></span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'd
be most thankful for some link to a page that shows how to write such a<br>
function in Asterisk.</blockquote>
  <div><br>
There is a test application in the source tree (not built by default I
believe), but it doesn't look like anyone has made an equivalent sample
function.
  <br>
  <br>
However, many of the functions in 1.4 are pretty simple, and would be a
good jumping off point.&nbsp; Take func_sha1.c for example: 83 lines in the
file, 4 functions and one macro.&nbsp; You could copy that and do the proper
renaming to make MY_FUNKY_NEW_FUNC that does exactly what func_sha1
does (or alternatively, nothing by getting rid of the bulk of the
sha1() function therein.
  <br>
  <br>
How big it gets as you add whatever magic that function should perform
is up to you of course.<br>
  <br>
  </div>
  </div>
-- <br>
j.
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
</blockquote>
<br>
</body>
</html>