[Asterisk-java-cvs] CVS: asterisk-java ChangeLog,1.5,1.6
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-08-06 20:37:57
|
Update of /cvsroot/asterisk-java/asterisk-java In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26520 Modified Files: ChangeLog Log Message: Updated to include BaseAGIScript Index: ChangeLog =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -p -r1.5 -r1.6 --- ChangeLog 24 Jul 2005 07:53:52 -0000 1.5 +++ ChangeLog 6 Aug 2005 20:37:49 -0000 1.6 @@ -9,6 +9,9 @@ Asterisk-Java 0.2 that send their result as a series of Event rather than the usual ManagerResults. See the sendEventGeneratingAction() methods in ManagerConnection for more information. + * Deprecated AbstractAGIScript in favor of BaseAGIScript. This + allows you write cleaner AGI scripts as you don't have to + pass the channel variable to all methods. Asterisk-Java 0.1 * Added accessors for raw attributes in ManagerResponse |