Astricon, Code Zone Adventures

Allison Smith introduces us to the Astricon Code Zone:

[audio:tt-codezone_MIXDOWN.mp3]

I am feeling especially motivated this year to make good use of the Astricon Code Zone. I seem to do well at working on development projects while I travel. Part of it is probably breaking out of my normal routine. Some of it is because I am stuck on an airplane for hours with nothing to distract me. This time, most of it is because I will be immersed in a very high concentration of Asterisk geeks for a week!

I have been trying to get some thoughts together about what things I would like to work on while I’m there. Here are some things on my mind.

  • Video on Hold – Someone on the asterisk-users mailing list asked if this was supported in Asterisk. It currently is not. However, it occurred to me that it wouldn’t be that hard to add. I have already written a rough draft. I plan to get it tested and finished up in the code zone.
  • SIP Performance – One thing that could be done to improve the performance in chan_sip is to make processing multi-threaded. I have stage 1 of this process completed, which is to run the SIP scheduler in its own thread. I would like to load test this code some more, as well as multi-thread packet processing. I have learned a _lot_ from the long and painful process of making chan_iax2 multi-threaded, so I think this will go over much smoother. Early load testing of the scheduler optimization on a multi-core machine by Joshua Colp showed a performance improvement of 300%!!! I was blown away. Hopefully we can put together some more details about these test cases soon. These results give me a lot of motivation to move forward with completing this work.
  • Distributed Call Queues – We have been talking about this one for years. It keeps coming back up. Some of the needed prerequisites, like distributed device state, are now in place. I have talked to a number of people about what this functionality needs to look like, and I think we’re ready to start developing the framework for it. Lately, Josh has been expressing interest in this, as well. So, we will likely work on this together on the trip.

If anyone has thoughts on things they would like to work on or talk about in the code zone, please share them!

I’ll see you at Astricon.

Astricon, A Time for Celebration

From the full post:

So, after a year of focus on the Asterisk code, I’m ready to get out and meet up with the Asterisk community. I will be spending as much time as possible in the code zone. I love hearing all of the stories of success and new Asterisk applications that I have never thought of. I get most of my inspiration for what new things to work on from these discussions at Astricon. I want to find great ideas, as well as the people that can help conceptualize and bring them to reality. I hope to see you there, so that I can hear your story, and your ideas, as well.

Asterisk 1.4.22-rc5, 1.6.0-rc6, and Zaptel 1.4.12.1 Released

The Asterisk.org development team has released Asterisk versions 1.4.22-rc5 and 1.6.0-rc6, as well as Zaptel version 1.4.12.1. These releases are available for immediate download from http://downloads.digium.com/.

This update for Zaptel includes a fix for an issue that would cause the build to fail if no firmware was selected to be installed. For a full list of changes, see the ChangeLog:

http://svn.digium.com/view/zaptel/tags/1.4.12.1/ChangeLog?view=markup

The Asterisk release candidates include fixes for a few crashes, as well as some less serious fixes. For a full list of changes in these release candidates, please see the appropriate ChangeLog:

http://svn.digium.com/view/asterisk/tags/1.4.22-rc5/ChangeLog?view=markup

http://svn.digium.com/view/asterisk/tags/1.6.0-rc6/ChangeLog?view=markup

These Asterisk versions also include the transition from Zaptel to DAHDI. For more information about this transition, please see the information in this previous release announcement:

http://lists.digium.com/pipermail/asterisk-announce/2008-September/000163.html

Thank you for your continued support of Asterisk!

New Versions of Asterisk and DAHDI

The Asterisk development team is pleased to announce new releases of Asterisk and DAHDI.

For more information on the reasoning behind the transition to DAHDI, please see the following post:

http://blogs.digium.com/2008/05/19/zaptel-project-being-renamed-to-dahdi/

The list of packages released today includes:

  • dahdi-linux 2.0.0-rc4
  • dahdi-linux-complete 2.0.0-rc4+2.0.0-rc2
  • asterisk 1.4.22-rc4
  • asterisk 1.6.0-rc5

All of these packages are available on http://downloads.digium.com in their respective directories. Detailed information about each package release is included below.

=== dahdi-linux-complete-2.0.0-rc3+2.0.0-rc2 ===

This release combines dahdi-linux-2.0.0-rc4 and dahdi-tools-2.0.0-rc2 into a single download, one-package installation process, so that users who are installing DAHDI for the first time don’t have to download and install the dahdi-linux and dahdi-tools packages separately.

=== dahdi-linux-2.0.0-rc4 ===

This is a release candidate of the DAHDI Linux kernel modules package, which replaces the kernel modules components of Zaptel. It contains all the functionality of Zaptel 1.4 plus many improvements, but also has some old (generally unsupported) functionality from Zaptel removed, including (but not limited to):

  • Support for Linux 2.4.x kernels
  • Support for devfs dynamic device filesystems
  • The ‘torisa’ and ‘wcusb’ drivers

Information on upgrading from Zaptel to DAHDI can be found in the included UPGRADE.txt file, which can also be read here:

http://svn.digium.com/view/dahdi/linux/tags/2.0.0-rc4/UPGRADE.txt?view=co

The change log for this release is here:

http://downloads.digium.com/pub/telephony/dahdi-linux/releases/ChangeLog-2.0.0-rc4

=== asterisk-1.4.22-rc4 ===

This release candidate includes a large number of bug fixes and also is the first release of Asterisk 1.4 that includes support for DAHDI, the package that is replacing Zaptel. This version of Asterisk can be built against *either* Zaptel or DAHDI, but since Zaptel 1.4.12 is the last release of Zaptel 1.4, users are encouraged to transition to DAHDI as soon as they can, so that they will be able to continue to receive bug fixes and other improvements.

Information on how the transition from Zaptel to DAHDI affects this Asterisk release can be found in the included Zaptel-to-DAHDI.txt file, which can also be read here:

http://svn.digium.com/view/asterisk/tags/1.4.22-rc4/Zaptel-to-DAHDI.txt?view=co

The change log for this release is here:

http://downloads.digium.com/pub/telephony/asterisk/releases/ChangeLog-1.4.22-rc4

=== asterisk-1.6.0-rc5 ===

This version of Asterisk contains a large number of enhancements and improvements over Asterisk 1.4, which can be found in the included CHANGES file, and read here:

http://svn.digium.com/view/asterisk/tags/1.6.0-rc5/CHANGES?view=co

*All* users who install this version of Asterisk are strongly encouraged to read the UPGRADE.txt file to learn about changes that affect compatibility with previous versions of Asterisk; this file can also be read here:

http://svn.digium.com/view/asterisk/tags/1.6.0-rc5/UPGRADE.txt?view=co

Information on how the transition from Zaptel to DAHDI affects this Asterisk release can be found in the included Zaptel-to-DAHDI.txt file, which can also be read here:

http://svn.digium.com/view/asterisk/tags/1.6.0-rc5/Zaptel-to-DAHDI.txt?view=co

The change log for this release is here:

http://downloads.digium.com/pub/telephony/asterisk/releases/ChangeLog-1.6.0-rc5

=== ===

Thank you for your continued support of the Asterisk project!

New Versions of Asterisk, Asterisk-addons, Zaptel, and DAHDI

The Asterisk development team is pleased to announce new releases of Asterisk, Asterisk-Addons, Zaptel, and for the first time, DAHDI.

This is a set of coordinated releases intended to begin the transition from Zaptel to DAHDI; for the reasons why this is being done, please see:

http://blogs.digium.com/2008/05/19/zaptel-project-being-renamed-to-dahdi/

The list of packages released today includes:

  • zaptel 1.2.27
  • zaptel 1.4.12
  • dahdi-linux 2.0.0-rc3
  • dahdi-tools 2.0.0-rc2
  • dahdi-linux-complete 2.0.0-rc3+2.0.0-rc2
  • asterisk 1.4.22-rc3
  • asterisk 1.6.0-rc4
  • asterisk-addons 1.6.0-rc1

All of these packages are available on http://downloads.digium.com in their respective directories. Detailed information about each package release is included below.

=== zaptel-1.2.27 ===

This will be the final release of Zaptel made from the 1.2 release branch. This release includes a number of bug fixes and other improvements, most notably compatibility with the 2.6.26 and 2.6.27
kernels and a fix for wctdm driver (for TDM400P cards) that corrects a problem introduced in 1.2.26 that caused FXO ports to not properly recognize incoming calls.

The change log for this release is here:

http://downloads.digium.com/pub/telephony/zaptel/releases/ChangeLog-1.2.27

=== zaptel-1.4.12 ===

This will be the final release of Zaptel made from the 1.4 release branch. This release includes a number of bugs fixes and other improvements, including the changes that are listed above for the Zaptel
1.2.27 release.

In addition, there are two major changes in this release:

– Support for the Digium TC400B transcoder card has been completely rewritten, and the API used by Asterisk (or any other application) to the card has been changed significantly. The result of this work is that the transcoder interface is more reliable and stable, and it supports variable-sized G.729 frames (including G.729B silence detection frames). However, that means that any Asterisk user using a TC400B who wants to upgrade to this version of Zaptel must *also* upgrade their version of
Asterisk to one of the releases included in this announcement; older versions of Asterisk will not be able to use the transcoder support in this release of Zaptel.

– To help users make the transition to DAHDI (and especially if they need to move back to Zaptel for some reason), this version of Zaptel contains installation steps that will *uninstall* the important parts of DAHDI if they are present on the system during the ‘make install’ step. This will allow a user to ‘switch back’ to Zaptel from DAHDI without having to manually uninstall any portions of DAHDI.

The change log for this release is here:

http://downloads.digium.com/pub/telephony/zaptel/releases/ChangeLog-1.4.12

=== dahdi-linux-complete-2.0.0-rc3+2.0.0-rc2 ===

This release combines dahdi-linux-2.0.0-rc3 and dahdi-tools-2.0.0-rc2 into a single download, one-package installation process, so that users who are installing DAHDI for the first time don’t have to download and install the dahdi-linux and dahdi-tools packages separately.

=== dahdi-linux-2.0.0-rc3 ===

This is the first release candidate of the DAHDI Linux kernel modules package, which replaces the kernel modules components of Zaptel. It contains all the functionality of Zaptel 1.4 plus many improvements, but also has some old (generally unsupported) functionality from Zaptel removed, including (but not limited to):

  • Support for Linux 2.4.x kernels
  • Support for devfs dynamic device filesystems
  • The ‘torisa’ and ‘wcusb’ drivers

Information on upgrading from Zaptel to DAHDI can be found in the included UPGRADE.txt file, which can also be read here:

http://svn.digium.com/view/dahdi/linux/tags/2.0.0-rc3/UPGRADE.txt?view=co

The change log for this release is here:

http://downloads.digium.com/pub/telephony/dahdi-linux/releases/ChangeLog-2.0.0-rc3

=== dahdi-tools-2.0.0-rc2 ===

This is the first release candidate of the DAHDI userspace tools package, which replaces the userspace components of Zaptel. It contains all the functionality of Zaptel 1.4 plus many improvements.

Information on upgrading from Zaptel to DAHDI can be found in the included UPGRADE.txt file, which can also be read here:

http://svn.digium.com/view/dahdi/tools/tags/2.0.0-rc2/UPGRADE.txt?view=co

The change log for this release is here:

http://downloads.digium.com/pub/telephony/dahdi-tools/releases/ChangeLog-2.0.0-rc2

=== asterisk-1.4.22-rc3 ===

This release candidate includes a large number of bug fixes and also is the first release of Asterisk 1.4 that includes support for DAHDI, the package that is replacing Zaptel. This version of Asterisk can be built against *either* Zaptel or DAHDI, but since Zaptel 1.4.12 is the last release of Zaptel 1.4, users are encouraged to transition to DAHDI as soon as they can, so that they will be able to continue to receive bug fixes and other improvements.

Information on how the transition from Zaptel to DAHDI affects this Asterisk release can be found in the included Zaptel-to-DAHDI.txt file, which can also be read here:

http://svn.digium.com/view/asterisk/tags/1.4.22-rc3/Zaptel-to-DAHDI.txt?view=co

The change log for this release is here:

http://downloads.digium.com/pub/telephony/asterisk/releases/ChangeLog-1.4.22-rc3

=== asterisk-1.6.0-rc4 ===

This release candidate marks the transition of the Asterisk 1.6 release branch from ‘beta’ status to ‘release candidate’ status, signifying that it is nearing final release. This version of Asterisk contains a large number of enhancements and improvements over Asterisk 1.4, which can be found in the included CHANGES file, and read here:

http://svn.digium.com/view/asterisk/tags/1.6.0-rc4/CHANGES?view=co

*All* users who install this version of Asterisk are strongly encouraged to read the UPGRADE.txt file to learn about changes that affect compatibility with previous versions of Asterisk; this file can also be read here:

http://svn.digium.com/view/asterisk/tags/1.6.0-rc4/UPGRADE.txt?view=co

Information on how the transition from Zaptel to DAHDI affects this Asterisk release can be found in the included Zaptel-to-DAHDI.txt file, which can also be read here:

http://svn.digium.com/view/asterisk/tags/1.6.0-rc4/Zaptel-to-DAHDI.txt?view=co

The change log for this release is here:

http://downloads.digium.com/pub/telephony/asterisk/releases/ChangeLog-1.6.0-rc4

=== asterisk-addons-1.6.0-rc1 ===

This release candidate marks the transition of the Asterisk-Addons 1.6 release branch from ‘beta’ status to ‘release candidate’ status, signifying that it is nearing final release. This version of
Asterisk-Addons contains a Bluetooth device channel driver called chan_mobile, as well as a number of smaller improvements to existing modules.

*All* users who install this version of Asterisk-Addons are strongly encouraged to read the UPGRADE.txt file to learn about changes that affect compatibility with previous versions of Asterisk-Addons; this
file can also be read here:

http://svn.digium.com/view/asterisk-addons/tags/1.6.0-rc1/UPGRADE.txt?view=co

The change log for this release is here:

http://downloads.digium.com/pub/telephony/asterisk/releases/ChangeLog-addons-1.6.0-rc1

=== ===

Thank you for your continued support of the Asterisk project!