|
Apr
26
|
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
#Asterisk Update
cd /usr/src/
rm -rf asterisk
wget http://ftp.digium.com/pub/asterisk/asterisk-1.2.18.tar.gz
tar zxfv asterisk-1.2.18.tar.gz
mv asterisk-1.2.18 asterisk
#Zaptel Update
cd /usr/src
rm -rf zaptel
wget http://ftp.digium.com/pub/zaptel/zaptel-1.2.17.1.tar.gz
tar -zxvf zaptel-1.2.17.1.tar.gz
mv zaptel-1.2.17.1 zaptel
#addons
cd /usr/src
rm -rf asterisk-addons
wget http://ftp.digium.com/pub/asterisk/asterisk-addons-1.2.6.tar.gz
tar -zxvf asterisk-addons-1.2.6.tar.gz
mv asterisk-addons-1.2.6 asterisk-addons
#libpri
cd /usr/src
rm -rf libpri
wget http://ftp.digium.com/pub/libpri/libpri-1.2.4.tar.gz
tar -zxvf libpri-1.2.4.tar.gz
mv libpri-1.2.4 libpri
./rebuildastsrc.sh
reboot
Related posts:
- Asterisk 1.2.24 and Zaptel 1.2.20.1 and Addons 1.2.7 and Libpri 1.2.5 and Sounds 1.2.1 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...




