[Asterisk-java-cvs] CVS: asterisk-java/docs index.html,1.2,1.3
Brought to you by:
srt
|
From: Stefan R. <sr...@us...> - 2005-02-20 21:09:42
|
Update of /cvsroot/asterisk-java/asterisk-java/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6303/docs Modified Files: index.html Log Message: fixed spelling Index: index.html =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/docs/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -p -r1.2 -r1.3 --- index.html 23 Oct 2004 07:19:45 -0000 1.2 +++ index.html 20 Feb 2005 21:09:28 -0000 1.3 @@ -10,7 +10,7 @@ <h2>What is asterisk-java?</h2> <p>The asterisk-java package consists of a set of Java classes that allow -you to connect to connect to an +you to connect to an <a href="http://www.asterisk.org">Asterisk PBX Server</a> via <a href="http://www.voip-info.org/wiki-Asterisk+manager+API">Asterisk's Manager API</a> from any Java application.</p> @@ -44,6 +44,9 @@ cvs -z3 -d:pserver:ano...@cv... </pre> <p>When prompted for a password for <i>anonymous</i>, simply press the Enter key.</p> +<p>More information is available on the +<a href="http://www.sourceforge.net/projects/asterisk-java">sourceforge +project page</a>.</p> <h2>Related Projects</h2> <p>_dw has developed a similar kind of software for Python called @@ -55,13 +58,18 @@ to Asterisk PBX functionality from Java. socket-level interface into the Asterisk manager app (like asterisk-java) but a true Java-Asterisk integration at the Thread level.</p> +<p><a href="http://www.voip-info.org/wiki-JAGIServer">JAGIServer</a> +a 100% Pure Java application server for Asterisk using the FastAGI protocol, +which is a TCP/IP wrapper around the Asterisk Gateway Interface AGI protocol +for call handling and processing caller input.</a> + <h2>Contact</h2> You can reach me at <code>srt</code> at <code>reucon</code> dot <code>net</code>. <p> <a href="http://sourceforge.net" target="_top"><img src="http://sourceforge.net/sflogo.php?group_id=118998&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" align="right"/></a> -<i>Copyright © 2004 Stefan Reuter. All Rights Reserved.</i> +<i>Copyright © 2004, 2005 Stefan Reuter. All Rights Reserved.</i> </p> |