Asterisk-Java 0.3 Milestone 2

Asterisk-Java 0.3 Milestone 2 has been released and is available from http://asterisk-java.org/download/0.3-m2.

Here is the Changelog:

Bug

  • [AJ-47] – AGI does not support multi line data
  • [AJ-48] – UserEvent does not work with Asterisk 1.4
  • [AJ-51] – Problems with non-english locales
  • [AJ-52] – Fix shutdown when using the live api

Improvement

  • [AJ-41] – Add ability to get ManagerConnection from AsteriskServer
  • [AJ-49] – Support socket read timeout

New Feature

  • [AJ-35] – Support timestamp property on manager events
  • [AJ-42] – Add support QueueSummary action to Queue manager interface
  • [AJ-44] – Support PauseMonitor and UnpauseMonitor actions
  • [AJ-45] – Support ZapRestart action

Task

  • [AJ-53] – Refactor BaseAgiScript to extend AgiOperations and implement AgiScript so users can extend AgiOperation to provide their own add-on features

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

Related posts:

  1. Asterisk-Java 0.3 Milestone 1

4 thoughts on “Asterisk-Java 0.3 Milestone 2

  1. Thanks for your quick response! Actually we were previously using 0.2 with Asterisk 1.2.x. Now, we want to migrate from Asterisk 1.2.x to 1.4.x, consequently 0.2 to 0.3. Is the current trunk stable enough to be used for the production environment?