[Asterisk-java-cvs] CVS: asterisk-java ChangeLog,1.7,1.8 ANNOUNCEMENT,1.1,1.2
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-08-31 07:38:07
|
Update of /cvsroot/asterisk-java/asterisk-java In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19567 Modified Files: ChangeLog ANNOUNCEMENT Log Message: Updated for 0.2-rc1 Index: ChangeLog =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -p -r1.7 -r1.8 --- ChangeLog 7 Aug 2005 18:59:55 -0000 1.7 +++ ChangeLog 31 Aug 2005 07:37:59 -0000 1.8 @@ -1,4 +1,6 @@ -Asterisk-Java 0.2 +Asterisk-Java 0.2-rc1 + * Added Support for the new Actions, Events and Commands + of Asterisk 1.2 * Fixed getting the uniqueId from a successful originate in the DefaultAsteriskManager * Added isConnected() method to ManagerConnection Index: ANNOUNCEMENT =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/ANNOUNCEMENT,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -p -r1.1 -r1.2 --- ANNOUNCEMENT 3 May 2005 16:51:02 -0000 1.1 +++ ANNOUNCEMENT 31 Aug 2005 07:37:59 -0000 1.2 @@ -1,20 +1,38 @@ -ANNOUNCEMENT: Asterisk-java 0.1 released +ANNOUNCEMENT: Asterisk-Java 0.2-rc1 released -Asterisk-java 0.1 a Java control for the Asterisk PBX has been released. +Asterisk-Java 0.2-rc1, a Java control for the Asterisk PBX, has been +released. -The Asterisk-java package consists of a set of Java classes that allow +The Asterisk-Java package consists of a set of Java classes that allow you to easily build Java applications that interact with an Asterisk -PBX Server. Asterisk-java supports both interfaces that Asterisk -provides for this scenario: The FastAGI protocol and the Manager API. +PBX Server. Asterisk-Java supports both interfaces that Asterisk +provides for this scenario: The FastAGI protocol and the Manager API. -The FastAGI implementation supports all commands currently available -from Asterisk. +The 0.2-rc1 release candidate focuses on the new features of +Asterisk 1.2-beta1 though it still supports Asterisk 1.0.x. +The changes include + * Support for the new Actions, Events and Commands of Asterisk 1.2 + * New support for event generating Actions, i.e. Actions + that send their result as a series of Event rather than + the usual ManagerResults. See the sendEventGeneratingAction() + methods in ManagerConnection for more information. + * New base class for AGI scripts that allows you write cleaner + AGI scripts as you don't have to pass the channel variable + to all methods. + * New convenience constructors for manager actions + * Some minor bug fixes -The Manager API implementation supports receiving events from the -Asterisk server (e.g. call progess, registered peers, channel state) -and sending actions to Asterisk (e.g. originate call, -agent login/logoff, start/stop voice recording). +Asterisk-Java is used in several commercial environments and by +the following Open Source projects: + * Asterisk-IM + A plugin for the Jive Messenger XMPP (jabber) server. It provides + integrated presence between your IM client and phone, notification + of incoming calls by IM and originate calls from supported IM + clients. + * Asterisk Desktop Manager (ADM) + A desktop application that will allow for automatic on-call volume + reduction, one click dial from clipboard, integrated phonebook + and more. -Asterisk-java is available under Apache 2.0 license at +Asterisk-Java is available under Apache 2.0 license at http://asterisk-java.sourceforge.net - |