Update of /cvsroot/asterisk-java/asterisk-java/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22069/xdocs
Modified Files:
index.xml
Log Message:
Changed asterisk-java to Asterisk-java
Index: index.xml
===================================================================
RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/index.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -p -r1.7 -r1.8
--- index.xml 11 Mar 2005 23:39:29 -0000 1.7
+++ index.xml 13 Mar 2005 11:31:51 -0000 1.8
@@ -20,14 +20,14 @@
<document>
<properties>
<author email="srt at users.sourceforge.net">Stefan Reuter</author>
- <title>The asterisk-java Library</title>
+ <title>The Asterisk-java Library</title>
</properties>
<meta name="keywords" content="Asterisk,asterisk,Java,java,Manager API,FastAGI,AGI"/>
<body>
<section name="Asterisk Java">
<subsection name="What is asterisk-java?">
- <p>The asterisk-java package consists of a set of Java classes
- that allow you to easily build Java application that interact with an <a
+ <p>The Asterisk-java package consists of a set of Java classes
+ that allow you to easily build Java applications that interact with an <a
href="http://www.asterisk.org/">Asterisk PBX Server</a>. Asterisk-java
supports both interfaces that Asterisk provides for this scenario:
The <a href="http://www.voip-info.org/wiki-Asterisk+AGI">FastAGI</a>
@@ -78,12 +78,12 @@ cvs -z3 -d:pserver:ano...@cv...urcef
<subsection name="Related Projects">
<p><a href="http://tanesha.net/Wiki/JastAgi.html">Jast Agi</a>
is another toolkit for writing Java applications that connect to
- Asterisk using the FastAGI protocol. Available under Apache License.</p>
+ Asterisk using the FastAGI protocol. The lastest version introduces
+ a statemachine approach to handle AGI requests.
+ Available under Apache License.</p>
<p><a href="http://www.voip-info.org/wiki-JAGIServer">JAGIServer</a> is
- 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. Available under GNU General Public License.</p>
+ also supports writing Java based AGI Scripts using FastAGI.
+ Available under GNU General Public License.</p>
<p><a href="http://sourceforge.net/projects/jasterisk/">JAsterisk</a>
is a set of JNI classes providing direct access to Asterisk
PBX functionality from Java. It is not a socket-level
|