Difference between revisions of "Zaptel installation for MOR FREE LiveCD 0.5"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: At first install LiveCD to your HDD, then execute: apt-get update aptitude -f --with-recommends dist-upgrade<br> shutdown -r now<br> apt-get -y install linux-headers-`uname -r` bison ...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
At first install LiveCD to your HDD, then execute:
First install LiveCD to your HDD, then execute:


  apt-get update
  apt-get update
Line 15: Line 15:
  make install
  make install
  make config
  make config
Then recompile Asterisk.

Latest revision as of 11:07, 29 April 2010

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.