Below you will find pages that utilize the taxonomy term “asterisk-dev”
July 1, 2008
Speeding up Asterisk with the Hoard Memory Allocator
A little over a year I ago, I made a post to the Asterisk-dev mailing list looking for someone to do some load testing with the Hoard Memory Allocator.
Chris Tooley just recently gave it a test run and saw a boost of about 10% in the number of call setups per second that his machine could handle.
I would encourage others to give this a try when load testing your system.
May 20, 2008
John Todd Joins Digium as Open Source Community Director
I am excited to point out the John Todd has joined Digium as the new Open Source Community Director. John joins us with a vast amount of experience within the Asterisk community and beyond. Without further introduction, I will just point to John’s recent message to the development community in this mailing list post.
Also, see the Digium press release, as well.
May 19, 2008
More Work on Asterisk as a Softphone ... Inside Firefox?!
Luigi Rizzo, a community developer for the Asterisk project has posted a message to the developers mailing list talking about some of the work that he and his students are working on. Previously, I pointed out how they had done work to allow you to use Asterisk as a softphone that supports video. Now, it sounds like they are taking this even further.
He talks about:
1) Merge console channel drivers in Asterisk.
February 3, 2008
Request for Testing: CLI Command Audit
Michiel van Baak has just completed some work for Asterisk 1.6 that cleans up a lot of the inconsistencies in the Asterisk CLI command interface. The code is now ready for testing.
See Michiel’s post on the asterisk-dev list.
See the related issue on the issue tracker.
January 19, 2008
Release Candidates and Nighly Builds
Over the past week, there has been some debate over potential changes to our release process in the ares of release candidates and nightly builds. I have responded with some thoughts of my own on these issues:
See the post on the asterisk-dev list.
December 31, 2007
New Channel Driver: chan_console
I just merged a new channel driver into Asterisk trunk which will be in Asterisk 1.6. The module is called chan_console. It is a new console channel driver which uses portaudio as a cross platform audio interface instead of using something like ALSA or OSS directly. I wrote it to give myself a console channel driver that I could use on my Mac. However, portaudio supports a number of other audio interfaces, as well.
December 31, 2007
team/russell/chan_refcount: Improving Asterisk Performance
I have a branch that is ready for testing that makes some significant changes to the Asterisk channel handling core. The changes improve the data structure management for Asterisk channels. This will provide a large performance benefit. See the following post to the asterisk-dev mailing list for more information, as well as where to get the code for testing.
Asterisk-dev - Request for Testing: team/russell/chan_refcount
October 18, 2007
Asterisk 1.6 Release Management Proposal
I have published a document describing the details of the release management for Asterisk 1.6. See the full post to the mailing list here.
A few weeks ago, I proposed to this list that we create a new release series that is managed with a short release cycle to introduce smaller sets of new features. I also wanted to increase the emphasis that we put on testing new sets of functionality for potential regressions.
September 20, 2007
Thoughts on Asterisk release management
The process of developing, releasing, and maintaining Asterisk 1.4 has certainly been a learning experience. I have been putting a lot of thought into the things that we have been dealing with and would like to propose some changes to the way that we manage releases.
Over the past few years we have gone from not having managed releases, to Asterisk 1.0, 1.2, and now 1.4. Over this time period we have transitioned from everyone using the development code directly to now nobody using the development code for any real purpose.
August 29, 2007
Asterisk-dev: Application timeouts, Periodic and Scheduled Announcements
I have made a post to the asterisk-dev mailing list describing a small project I am working on. I am making a way to create application timeouts, scheduled announcements, and periodic announcements that can be used with any Asterisk application. The results of the discussion will determine if this feature goes anywhere or hits the bit bucket.