russellbryant.net

Open Source Software Engineering

russellbryant.net header image 4

Entries Tagged as 'Asterisk'

Technology Independent Static Control

April 1st, 2009 · 1 Comment

Greetings everyone, Today, I released a module that allows you to insert static into your phone calls. Are you looking for something to help you get off of annoying phone calls? If so, this module may be for you. The code is posted for public review and download on the Asterisk project code review site, [...]

[Read more →]

Tags: Asterisk · Development

Asterisk Developers European Meet-Up

March 30th, 2009 · No Comments

John Todd originally posted this message to the asterisk-dev mailing list. I will be attending, and would love to see you there! — [Note: Please pass this note along to European developers who you may know are not actively scanning the -dev list!] The European Asterisk development community may be the largest number of active [...]

[Read more →]

Tags: Asterisk · Development

Google Summer of Code 2009 – We’re in!

March 18th, 2009 · 1 Comment

As originally reported on the asterisk-dev list, the Asterisk project’s application for participation in the Google Summer of Code 2009 has been accepted. Hooray! For potential students interested in working with us, our ideas list is here, and feel free to contact me directly at russell (AT) digium (DOT) com if you have any questions.

[Read more →]

Tags: Asterisk · Development

MFC/R2 support in Asterisk 1.6.2

March 17th, 2009 · 6 Comments

Yesterday, official support for MFC/R2 signaling in chan_dahdi was merged, and will be included in Asterisk 1.6.2. Here is the commit. To get a head start on testing Asterisk 1.6.2 with R2 support, check out the code from the 1.6.2 branch: $ svn co http://svn.digium.com/svn/asterisk/branches/1.6.2 asterisk-1.6.2 Before compiling Asterisk, you will need to compile and [...]

[Read more →]

Tags: Asterisk · Development

Asterisk 1.4.24 Released

March 17th, 2009 · No Comments

The Asterisk Development Team is proud to announce release of Asterisk 1.4.24, and is available for immediate download at http://downloads.digium.com/ In addition to other bug fixes, this release candidate fixes several crash issues, and resolved some remaining issues related to call pickup and call parking that were discovered after the release of Asterisk 1.4.23. In [...]

[Read more →]

Tags: Asterisk · In the News · Release · Zaptel

Google Summer of Code 2009

March 9th, 2009 · 4 Comments

I just kicked off a discussion about submitting an application for the Asterisk project to participate in this year’s Google Summer of Code.  See my post on asterisk-dev here. ——————————————————– Greetings, The Asterisk project participated in the Google Summer of Code program in 2005, but has not since then. I would like to apply again [...]

[Read more →]

Tags: Asterisk · Development

Release Summary for Asterisk Releases

February 25th, 2009 · 4 Comments

I just posted some information on a script I have been working on to generate a release summary to the asterisk-dev list. ——————– Greetings, In the past, when we made a new release of Asterisk, the only file that you had to get an idea of what changed in that release was the ChangeLog, which [...]

[Read more →]

Tags: Asterisk · Development · Release

XML Documentation of Dialplan Applications and Functions

October 29th, 2008 · 1 Comment

I posted an update on one of the development projects going on to the asterisk-dev mailing list. We are restructuring the way documentation is managed for the interfaces inside of Asterisk and the first phase of the project will likely be merged soon. Check out the update here. From the update: ===== Project Background ===== [...]

[Read more →]

Tags: Asterisk · Development

Asterisk 1.6.1-beta1 Now Available

October 3rd, 2008 · No Comments

The Asterisk.org development team has released Asterisk 1.6.1-beta1. While Asterisk 1.6.0 was in the beta and release candidate stage, the development team was also working on merging new things for Asterisk 1.6.1. Now that 1.6.0 has been released, the testing cycle for Asterisk 1.6.1 has begun. To see the list of new features in Asterisk [...]

[Read more →]

Tags: Asterisk · Development

Porting Code to Asterisk 1.6.0

October 3rd, 2008 · No Comments

Asterisk 1.6.0 has now been officially released. One of the questions that is going to come up over time is how to port custom code that was written for older versions of Asterisk up to Asterisk 1.6. For Asterisk 1.6.0, we included a document that describes every C level API change between Asterisk 1.4 and [...]

[Read more →]

Tags: Asterisk · Development