January 2, 2008 – 11:16 pm
I got freeswitch working with google talk. There were a few bugs in mod_dingaling that were causing segfaults, they’re fixed in the latest update. I called from gtalk on my XP vm to my e65 via SIP, audio is working. I commented out the line <param name=”ext-rtp-ip” value=”$${external_rtp_ip}”/> from conf/jingle_profiles/client.xml . To make calls from [...]
December 31, 2007 – 8:29 am
One of the reasons I chose to spend time with freeswitch over yate was google talk integration. Was a good choice, I think, for more than just gtalk. The endpoint that talks to gtalk is mod_dingaling, and it’s not compiled by default. So to enable it, uncomment #endpoints/mod_dingaling from modules.conf in your source tree and [...]
December 30, 2007 – 9:52 am
I updated my FreeSWITCH svn tree the other day and was surprised how much had changed. The configuration structure was completely rearranged. I had to start from scratch. Lots of new goodies, though. My VoIP provider has their own voicemail system that kicks in after 20 seconds, there doesn’t appear to be a way to [...]
December 15, 2007 – 3:01 pm
I’ve somewhat been following the development of FreeSWITCH, described as a softswitch, although I see they’ve added PBX to the description now. It’s still in beta, about to be released any day now(tm). It doesn’t have the features of asterisks out of the box, however, it’s extendable with javascript, perl, python, java, C of cause, [...]
August 22, 2007 – 9:24 pm
While listening to Ray LaMontagne, I’ve been playing with freeswitch on Ubuntu Feisty. Starting from a bare bones feisty, well, actually a bare bones dapper (openvz template I downloaded) upgraded to feisty in one fell swoop. Getting freeswitch: apt-get install subversion subversion-tools svn checkout http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch apt-get install autoconf automake libtool libmudflap0-dev libltdl3-dev\\ flex bison [...]
Continuing with my experimentation, I’ve switched back to lighttpd and fastcgi. I set fastcgi to run with 20 processes (threads?), any more and it starts swapping under load with 256 concurrent requests. Interestingly it was only swapping in, not out, I don’t know what was going on there, but I’ll leave it for now. It [...]
I’ve just installed and started playing around with WordPress on my Linode with my brand spanking new domain http://chesterton.id.au, this will be my first post, in fact. Amongst other firsts. Installing WordPress required installing MySQL, Apache and PHP. That’s a fair amount of software for a small UML with 256M of memory. I wanted to [...]