[Asterisk-java-cvs] CVS: asterisk-java/xdocs index.xml,1.4,1.5
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-03-08 02:26:55
|
Update of /cvsroot/asterisk-java/asterisk-java/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4217/xdocs Modified Files: index.xml Log Message: Added information about ongoing FastAGI implementation Updated information about adding custom events and actions Index: index.xml =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -p -r1.4 -r1.5 --- index.xml 24 Feb 2005 22:25:36 -0000 1.4 +++ index.xml 8 Mar 2005 02:26:45 -0000 1.5 @@ -50,15 +50,17 @@ </subsection> <subsection name="Status"> <p>Currently asterisk-java supports the actions and events - provided by the standard installation of Asterisk. Future - releases will add the ability to easily extend them by user - provided events and actions.</p> + provided by the standard installation of Asterisk but you can + easily extend them by your own events and actions.</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> + <p>There is also some work on an implementation of the FastAGI protocol + as the currently available java implementations (see below) are both + subject to the strict terms of the GPL.</p> </subsection> <subsection name="Download"> <p>Asterisk-java is currently available via cvs only.</p> |