<< August 2006 | Home | October 2006 >>

Asterisk-Java 0.3 Milestone 1

Asterisk-Java 0.3 Milestone 1 has been released and is available from http://asterisk-java.org/download/0.3-m1. The package name has been changed from net.sf.asterisk to org.asteriskjava and it makes use of Java 5 features so you need at least a JDK 1.5.

A whole bunch of new features has been added including support for SSL secured connections to the Manager API and the new org.asteriskjava.live package that handles call tracking and allows you to build applications like click2call very easily and without all the hassles involved in directly using the Manager API.

Here is the Changelog:

Bug

  • [AJ-17] - call.getChannel() is null when using AsteriskManager.originateCall()
  • [AJ-25] - Timing issue with ResourceBundleMappingStrategy
  • [AJ-27] - ManagerReader Interrupt
  • [AJ-31] - getParameter() Bug
  • [AJ-32] - Incorrect usage of ConnectEvent
  • [AJ-33] - no setter for the dnd field
  • [AJ-34] - redirect action for 2 channels not works
  • [AJ-36] - Bug with CommandAction: result is overwritten each time
  • [AJ-37] - Default CompositeMappingStrategy doesn't honor fastagi-mapping.properties
  • [AJ-39] - Missing property "callerId" on ExtensionStatusEvent

New Feature

  • [AJ-28] - Add support for login with eventMask
  • [AJ-29] - Add support for non-shared instances to ResourceBundleMappingStrategy and ClassNameMappingStrategy

Task

  • [AJ-18] - Change to maven2
  • [AJ-19] - Change package name to org.asteriskjava
  • [AJ-26] - Fix @version javadoc tags which are broken since moving to svn

Documentation for 0.3-m1 is available at http://asterisk-java.org/0.3-m1/.

Asterisk-Java 0.3 will be released with the release of Asterisk 1.4.

Asterisk 1.4 beta released

Digium has released a first beta of Asterisk 1.4 which is scheduled for October.

It is available from http://www.asterisk.org.

Now its time to review the changes and see what finally made it into the new stable branch of Asterisk and adjust Asterisk-Java accordingly. I hope there won't be too much to add to Asterisk-Java as we already closely followed the development of Asterisk. If all goes well Asterisk-Java 0.3 should be available with full Asterisk 1.4 support short time after the final Asterisk 1.4 release.

Tags :