Asterisk upgrades

Posted by Scott Laird Mon, 06 Nov 2006 05:28:31 GMT

I upgraded my home Asterisk server from 1.2.x to 1.4.0-beta3 today. Unfortunately, I’d ignored a bunch of deprecation warnings when I upgraded from Asterisk 1.0 to 1.2, and it looks like 1.4 removed almost everything that was deprecated in 1.2. So I spent most of an hour replacing DBget(var=some/key) with Set(var=DB(some/key)). I guess that’s an improvement, although neither form is exactly elegant.

The single biggest improvement that I’ve seen so far is Jabber support. Now, every time the phone rings, my Gmail account gets an instant message with the caller ID information.

My Asterisk config is now around 2 years old and getting kind of crufty. Sooner or later I’m going to need to rewrite it in a better language; either AEL or one of the various Ruby plugins for Asterisk. AEL looks like a big improvement over Asterisk’s traditional config language, but it’s still not a real programming language.

Tags , ,  | 2 comments

Comments

  1. JonR800 said about 10 hours later:

    I switched to AEL ASAP. It’s 100x more maintainable than the old extensions.conf. I’m really looking forward to AEL2.

    I haven’t tried any of the dialplan plugins so I can’t comment. I guess I was always worried about them going unsupported for new releases.

    The other big 1.4 addition is imap storage of voicemail.. At least that’s what I was looking forward to.

  2. Mark Ipkins said 10 months later:

    Hello, i like cars! Want to have some friends!

Comments are disabled