[Asterisk-java-cvs] CVS: asterisk-java/xdocs index.xml,1.27,1.28
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-08-31 04:38:49
|
Update of /cvsroot/asterisk-java/asterisk-java/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10019/xdocs Modified Files: index.xml Log Message: Updated to include note about Asterisk 1.2 compatibility and release candidates of AJ 0.2 Index: index.xml =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/index.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -p -r1.27 -r1.28 --- index.xml 19 Aug 2005 18:33:32 -0000 1.27 +++ index.xml 31 Aug 2005 04:38:39 -0000 1.28 @@ -32,7 +32,8 @@ supports both interfaces that Asterisk provides for this scenario: The <a href="http://www.voip-info.org/wiki-Asterisk+AGI">FastAGI</a> protocol and the <a - href="http://www.voip-info.org/wiki-Asterisk+manager+API">Manager API</a>.</p> + href="http://www.voip-info.org/wiki-Asterisk+manager+API">Manager API</a>.<br/> + Asterisk-Java is compatible with Asterisk 1.0 and 1.2.</p> <p>The FastAGI implementation supports all <a href="apidocs/net/sf/asterisk/fastagi/command/package-summary.html">commands</a> currently available from Asterisk.</p> @@ -58,7 +59,11 @@ href="http://sourceforge.net/projects/asterisk-java/">sourceforge project page</a>.</p> <p>Asterisk-Java 0.2 will be available with the upcoming - Asterisk release 1.2.</p> + Asterisk release 1.2. It will support all new features of Asterisk + 1.2 but will still be compatible with 1.0.x Asterisk servers. + A release candidate of Asterisk-Java 0.2 is 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 |