Asterisk-Java 1.0.0.M3 Released
We have released milestone 3 of Asterisk-Java 1.0.0. Next to a few bug fixes this new milestone makes Asterisk-Java OSGi compliant, adds support for the modern SLF4J logging framework and makes debugging easier through built-in support for network tracing.
You can browse the full changelog to see which issues have been resolved.
The new release is available as a plain jar and a zip distribution at http://www.asterisk-java.org/download/1.0.0.M3. You can also browse the documentation and javadocs online.
The new milestone is also available through Maven:
<dependency>
<groupId>org.asteriskjava</groupId>
<artifactId>asterisk-java</artifactId>
<version>1.0.0.M3</version>
</dependency>
Please report back any issues you encounter while using milestone 3 through our issue tracker. If you like to have a certain feature or bug fix included in the next version vote for it in Jira.
References