bigbluebutton-Github/asteriskjava
Richard Alam 158e27c515 - implement several appkonference events
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2295 af16638f-c34d-0410-8cfa-b39d5352b314
2009-08-16 01:55:08 +00:00
..
.settings git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
dist git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
lib/clover git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
src - implement several appkonference events 2009-08-16 01:55:08 +00:00
.classpath git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
.project git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
ANNOUNCEMENT git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
atlassian-ide-plugin.xml git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
CHANGES git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
checkstyle.xml git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
codestyle.xml git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
LICENSE.txt git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
pom.xml git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00
README.txt git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2289 af16638f-c34d-0410-8cfa-b39d5352b314 2009-08-15 20:57:12 +00:00

README for Asterisk-Java
========================

== INTRODUCTION ==

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.

See docs/tutorial.html for examples.

== LEGAL ==

Asterisk-Java is subject to the terms detailed in the license agreement 
accompanying it.

== GETTING ASTERISK-JAVA ==

Asterisk-Java is available from http://asterisk-java.org

== SYSTEM REQUIREMENTS ==

Asterisk-Java needs a Java Virtual Machine of at least version 1.6
(Java SE 6.0).