Zaptel installation for MOR FREE LiveCD 0.5

From Kolmisoft Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

First install LiveCD to your HDD, then execute:

apt-get update
aptitude -f --with-recommends dist-upgrade
shutdown -r now
apt-get -y install linux-headers-`uname -r` bison openssl libssl-dev libeditline0 libeditline-dev libedit-dev libnewt-dev
cd /usr/src wget http://downloads.digium.com/pub/zaptel/zaptel-1.4.8.tar.gz tar xzvf zaptel-1.4.8.tar.gz
ln -s /usr/src/zaptel-1.4.8 /usr/src/zaptel
cd /usr/src/zaptel
make clean ./configure make make install make config

Then recompile Asterisk.