[ Content | View menu ]

FreeSWITCH 1.0.1 Quicky

December 14, 2008

Not to ignore the non-Asterisk crowd, here’s the quick start for FreeSWITCH on a CentOS 5.1 server base: yum install subversion autoconf automake libtool gcc-c++ ncurses-devel make cd /usr/src wget http://files.freeswitch.org/freeswitch-1.0.1.tar.gz tar xvfz freeswitch-1.0.1.tar.gz cd <freeswitch dir> ./configure make all install make sounds-install make moh-install

Geek Stuff - 0 Comments

Hello Vonage, Goodbye…

December 10, 2008

Just finished the LNT (local number transfer) process to transfer our home phone number to a new ITSP — CallCentric is the new game in town for us. Vonage had been sitting at $34/month out-the-door price for all-you-can-eat VOIP service. Vonage was a great deal in the beginning, but our QOS/pricing relationship was all askew! [...]

Geek Stuff - 0 Comments

Asterisk 1.6.x Quicky

December 5, 2008

A quick configure/make/make install can be had with Ubuntu 8.10 and the latest Asterisk 1.6 drop with the following minimal goodies (steeper requirements if you’re going beyond a SIP VOIP stack): apt-get install build-essential apt-get install libncurses5-dev apt-get install libssl-dev apt-get install openssh-server I’ve been using an old Sony Viao TX — don’t forget to [...]

Crib Search,Geek Stuff - 0 Comments

AWS Asterisk How-to

September 25, 2008

This is a summary of Ronald Lewis’ how-to efforts for creating a working asterisk server in the clouds… Why repeat it here? Ron’s staging his howto in Scribd! 8-( First, sign up for an AWS account and install Elasticfox in Firefox. With these in place (test it and make sure you can instantiate an AWS [...]

Crib Search,Geek Stuff - 2 Comments