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

Wait a minute--Tiger's iChat can do Jabber

Posted by Scott Laird Tue, 29 Jun 2004 04:39:44 GMT

I didn’t see this in any of today’s discussions on Apple’s new ’Tiger’ OS X announcements, but it’s turned up in the Tiger Server documentation: Tiger’s iChat can talk to Jabber servers. So, apparently it’s not AIM-only anymore.

I’m still waiting for iChat’s audio and video conferencing to support random SIP servers. Please, Apple?

Posted in  | Tags , , ,  | 1 comment