Wednesday, October 27, 2010

Updating Your Allstar Node

With some changes I read about in the mail groups for Allstar, I desided to update. So I researched how to do it, and here are the steps I took for successful results:

cd /usr/src
rm -rf astsrc
wget http://allstarlink.org/svn-trunk.tar.gz -O- | tar xzv
mv trunk astsrc
cd astsrc
make upgrade-acid

If you installed the Asterisk Add-On to play MP3s like I did, you will also need to reinstall it.

cd /tmp/
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-addons-1.4.13.tar.gz
tar -xf asterisk-addons-1.4.13.tar.gz
cd asterisk-addons-1.4.13
make clean
./configure
make install
service asterisk restart
--
KI6PSP (Ed)

No comments:

Post a Comment