[Asterisk-java-cvs] CVS: asterisk-java/xdocs index.xml,1.11,1.12
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-04-10 10:26:52
|
Update of /cvsroot/asterisk-java/asterisk-java/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4214/xdocs Modified Files: index.xml Log Message: Updated status: Added note about GJTAPI implementation. Updated download: Changed order (official releases is now at the top) Index: index.xml =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/index.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -p -r1.11 -r1.12 --- index.xml 9 Apr 2005 11:54:47 -0000 1.11 +++ index.xml 10 Apr 2005 10:26:42 -0000 1.12 @@ -53,29 +53,38 @@ License, Version 2.0</a>.</p> </subsection> <subsection name="Status"> - <p>I am currently preparing the first release of asterisk-java. It will probably - be available by the end of april. Meanwhile you can try it out by accessing - the code base in cvs (see below).</p> + <p>I am currently preparing the first release of Asterisk-java. + It will probably be available by the end of april. + Meanwhile you can try out a release candidate available + from the <a + href="http://sourceforge.net/projects/asterisk-java/">sourceforge + project page</a>.</p> <p>Ideas for the future include a stateful higher level API that supports operations like "get list of currently active calls" or "place call" with objects like "Call" or "Channel" that are transparently updated as the state of the corresponding object within the asterisk server - changes.</p> + changes. An option is to provide an implementation of the + <a href="http://java.sun.com/products/jtapi/">Java + Telephony API (JTAPI)</a> based on the + <a href="http://gjtapi.sourceforge.net/">Generic JTAPI and + JCC Project (GJTAPI)</a>.</p> </subsection> <subsection name="Download"> - <p>Asterisk-java is available via cvs from sourcforge:</p> + <p>Official releases and release candidates are available on the <a + href="http://sourceforge.net/projects/asterisk-java/">sourceforge + project page</a>.</p> + <p>You can also download a + <a href="http://maven.reucon.com/maven/asterisk-java/distributions/">snapshot</a>.</p> + <p>Please feel free to provide any feedback or ask for support via the + <a href="mail-lists.html">Asterisk-java user's mailing list</a>.</p> + <p>Asterisk-java is also available via cvs from sourcforge:</p> <source><![CDATA[ cvs -d:pserver:ano...@cv...:/cvsroot/asterisk-java login cvs -z3 -d:pserver:ano...@cv...:/cvsroot/asterisk-java co asterisk-java ]]></source> <p>When prompted for a password for <i>anonymous</i>, simply press the Enter key.</p> - <p>Official releases and release candidates are available on the <a - href="http://sourceforge.net/projects/asterisk-java/">sourceforge - project page</a>.</p> - <p>You can also download a - <a href="http://maven.reucon.com/maven/asterisk-java/distributions/">snapshot</a>.</p> </subsection> <subsection name="Related Projects"> <p><a href="http://tanesha.net/Wiki/JastAgi.html">Jast Agi</a> |