Updating asterisk to version 1.2.7.1

Copy link to current version from asterisk home page. This example uses 1.2.7.1 – adjust for current version.

Terminal commands:

cd /usr/src
wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.7.1.tar.gz
tar -zxvf asterisk-1.2.7.1.tar.gz
cd asterisk-1.2.7.1
make upgrade
make clean; make install

Zaptel:
cd /usr/src
wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.5.tar.gz
tar -zxvf zaptel-1.2.5.tar.gz
cd zaptel-1.2.5
make clean; make install

Libpri:
cd /usr/src
wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.2.tar.gz
tar -zxvf libpri-1.2.2.tar.gz
cd libpri-1.2.2
make clean; make install

Addons:
cd /usr/src
wget http://ftp.digium.com/pub/asterisk/releases/asterisk-addons-1.2.2.tar.gz
tar -zxvf asterisk-addons-1.2.2.tar.gz
cd asterisk-addons-1.2.2
make clean; make install

Sounds:
cd /usr/src
wget http://ftp.digium.com/pub/asterisk/releases/asterisk-sounds-1.2.1.tar.gz
tar -zxvf asterisk-sounds-1.2.1.tar.gz
cd asterisk-sounds-1.2.1
make clean; make install

Reboot:
shutdown -r now

One Response to “Updating asterisk to version 1.2.7.1”

  1. Keystone IT » Blog Archive » freePBX Says:

    [...] I just installed freePBX on a test system and was so impressed I put it on my main asterisk system (asterisk at home 2.7 with packages further updated manually) . It is a much needed overhaul of AMP. AMP was useful but a little clunky and sometimes needed prodding to work properly. freePBX has a much slicker feel, and a few great new features. [...]

Leave a Reply

You must be logged in to post a comment.