Update of /cvsroot/asterisk-java/asterisk-java
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4209
Added Files:
ChangeLog README
Log Message:
Added
--- NEW FILE: ChangeLog ---
asterisk-java 0.1
* Fixed bug in action id creation
* Changed logging to use either log4j or java.util.logging
* Fixed ExecCommand
--- NEW FILE: README ---
README for asterisk-java
========================
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.
The FastAGI implementation supports all commands currently available from
Asterisk.
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).
A complete list of the available events and actions is available in the
javadocs.
|