#!/bin/sh
wget http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.22.tar.gz
wget http://downloads.digium.com/pub/asterisk/asterisk-addons-1.4-current.tar.gz
apt-get install build-essential autoconf autotools-dev automake libtool ncurses-dev libssl-dev zlib1g-dev
tar zxvf asterisk-1.4.22.tar.gz
tar zxvf asterisk-addons-1.4-current.tar.gz
cd asterisk-1.4.22
./configure
make
make install
make samples
cd ..
cd asterisk-addons-1.4.7
./configure
make
make install
install :
http://condorcet.iris.free.fr/spip.php?article19
http://www.voip-info.org/wiki/view/Asterisk+config+sip.conf
http://www.voip-info.org/wiki/view/Asterisk+config+extensions.conf
wget http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.22.tar.gz
wget http://downloads.digium.com/pub/asterisk/asterisk-addons-1.4-current.tar.gz
apt-get install build-essential autoconf autotools-dev automake libtool ncurses-dev libssl-dev zlib1g-dev
tar zxvf asterisk-1.4.22.tar.gz
tar zxvf asterisk-addons-1.4-current.tar.gz
cd asterisk-1.4.22
./configure
make
make install
make samples
cd ..
cd asterisk-addons-1.4.7
./configure
make
make install
install :
http://condorcet.iris.free.fr/spip.php?article19
http://www.voip-info.org/wiki/view/Asterisk+config+sip.conf
http://www.voip-info.org/wiki/view/Asterisk+config+extensions.conf

