forked from asterisk-java/asterisk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ANNOUNCEMENT
39 lines (33 loc) · 1.7 KB
/
ANNOUNCEMENT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
ANNOUNCEMENT: Asterisk-Java 0.3.1 released
Asterisk-Java 0.3.1, the free Java library for Asterisk PBX integration,
has been released.
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.
Asterisk-Java 0.3.1 is a maintenance release that solves the
following issues:
* [AJ-81] - executeCliCommand() always executes "show voicemail users"
* [AJ-86] - getChannelByName doesn't return the latest channel
* [AJ-80] - getMeetMeRooms() should only return active rooms
* [AJ-68] - Support for Bridge Action
* [AJ-74] - Support Strategy property in QueueParamsEvent
Asterisk-Java takes advantage of the features of Java 5.0 and therefore
requires a Java Virtual Machine of at least version 1.5.0.
Asterisk-Java is used in several commercial environments and by
the following Open Source projects:
* Asterisk-JTAPI
JTAPI implementation for Asterisk.
http://asterisk-jtapi.sf.net/
* Asterisk-IM
A plugin for the Openfire 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.
http://www.igniterealtime.org/projects/openfire/
* 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.
http://adm.hamnett.org/
Asterisk-Java is available under Apache 2.0 license at http://asterisk-java.org