Menu

JAsterisk / News: Recent posts

Updated Source code is availabe at cvs.

Jasterisk-1.0.0a is available at cvs repository.

Posted by Jong-suk Lee 2004-11-11

Jastersk 0.7.0a Released

Added Asterisk application app_java which allows users to execute Java apps from the Asterisk dial plan. Currently only static void methods taking a single string array argument are supported (ex. public static void main(String[] args)). The first argument passed is always the channel's uniqueid field. See com.safi.asterisk.examples.AppTest for an example Java application. An example dial plan entry might be:... read more

Posted by Zac Wolfe 2004-10-10

Jasterisk 0.6.1a released

A set of JNI classes providing direct access to Asterisk PBX functionality from Java. This is not a socket-level interface into the Asterisk manager app but a true Java<->Asterisk integration at the Thread level.

changes
Jasterisk v0.6.1a

new features: -implemented thread pooling for events using JDK 1.5 java.util.concurrent package.

bugs fixed: -lots of hardcoded paths (doh!). Added JAVA_HOME variable requirement.... read more

Posted by Jong-suk Lee 2004-10-05

Jasterisk 0.5 alpha released

A set of JNI classes providing direct access to Asterisk PBX functionality from Java. This is not a socket-level interface into the Asterisk manager app but a true Java<->Asterisk integration at the Thread level.

cheers

Posted by Jong-suk Lee 2004-09-29