|
Aug
30
|
If you are running on an old version of asterisk @ home then this is how you update asterisk to the latest version and also zaptel
PLEASE NOTE:
If you are using the fax part or a@h then this will kill the fax side as it will not know about the modules
#Asterisk Update cd /usr/src/
rm -rf asterisk
rm -rf zaptel
rm -rf asterisk-addons
rm -rf libpri
rm -rf asterisk-sounds wget http://downloads.digium.com/pub/asterisk/releases/asterisk-1.2.24.tar.gz tar zxfv asterisk-1.2.24.tar.gz
mv asterisk-1.2.24 asterisk
#Zaptel Update
wget http://downloads.digium.com/pub/zaptel/releases/zaptel-1.2.20.1.tar.gz
tar -zxvf zaptel-1.2.20.1.tar.gz mv zaptel-1.2.20.1 zaptel
#addons
wget http://downloads.digium.com/pub/asterisk/releases/asterisk-addons-1.2.7.tar.gz
tar -zxvf asterisk-addons-1.2.7.tar.gz mv asterisk-addons-1.2.7 asterisk-addons
#libpri
wget http://downloads.digium.com/pub/libpri/releases/libpri-1.2.5.tar.gz
tar -zxvf libpri-1.2.5.tar.gz
mv libpri-1.2.5 libpri
#sounds
wget http://downloads.digium.com/pub/asterisk/releases/asterisk-sounds-1.2.1.tar.gz
tar -zxvf asterisk-sounds-1.2.1.tar.gz
mv asterisk-sounds-1.2.1 asterisk-sounds
./rebuildastsrc.sh
reboot
Related posts:
- Asterisk 1.2.18 and Zaptel 1.2.17.1 and Addons 1.2.6 and Libpri 1.2.4 If you are running on an old version of asterisk...
- Asterisk 1.2.17 and Zaptel 1.2.16 and Addons 1.2.5 and Libpri 1.2.4 If you are running on an old version of asterisk...
- Change Booting Kernel If you have ran a yum update -y on you...
- Asterisk wont start after cent os upgrade to 2.6.9-42.0.2.EL After running yum -y update you will find that asterisk...
- Configuring Sipura 2000 and Linksys PAP2 for Asterisk [*]Open your Web browser and log on to the...




