Difference between revisions of "Zaptel installation"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: ==Centos== Guide: http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation ZAPTEL_VER="1.4.7" yum -y install gcc gcc-c++ kernel-devel bison openssl-devel libtermc...) |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Centos== | ==Debian== | ||
Guide: http://www.voip-info.org/tiki-index.php?page=Asterisk+Linux+Debian | |||
ZAPTEL_VER="1.4.11" | |||
apt-get install linux-headers-`uname -r` bison openssl libssl-dev libeditline0 libeditline-dev libedit-dev libnewt-dev | |||
---- | |||
If you get something like: | |||
Reading package lists... Done | |||
Building dependency tree... Done | |||
E: Couldn't find package linux-headers-2.6.xx.xx | |||
Do: | |||
apt-get update | |||
apt-get install aptitude | |||
aptitude -f --with-recommends dist-upgrade | |||
After some downloads/installation, reboot your computer and rerun previous apt-get command. | |||
---- | |||
cd /usr/src | |||
wget http://support.red-fone.com/downloads/zaptel/zaptel-1.4.11.tar.gz | |||
tar xzvf zaptel-"$ZAPTEL_VER".tar.gz | |||
ln -s /usr/src/zaptel-"$ZAPTEL_VER" /usr/src/zaptel | |||
cd /usr/src/zaptel | |||
make clean | |||
./configure | |||
make | |||
make install | |||
make config | |||
ztcfg -vvv | |||
<br> | |||
==Centos 5== | |||
Guide: http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation | Guide: http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation | ||
NOTE: if there are several CPU's on the server issue: | |||
yum install kernel-smp-devel | |||
---- | |||
ZAPTEL_VER="1.4. | ZAPTEL_VER="1.4.11" | ||
yum -y install gcc gcc-c++ kernel-devel bison openssl-devel libtermcap-devel ncurses-devel doxygen | yum -y install gcc gcc-c++ kernel-devel bison openssl-devel libtermcap-devel ncurses-devel doxygen | ||
cd /usr/src | cd /usr/src | ||
wget http:// | wget http://downloads.digium.com/pub/zaptel/zaptel-"$ZAPTEL_VER".tar.gz | ||
tar xzvf zaptel-"$ZAPTEL_VER".tar.gz | tar xzvf zaptel-"$ZAPTEL_VER".tar.gz | ||
ln -s /usr/src/zaptel-"$ZAPTEL_VER" /usr/src/zaptel | ln -s /usr/src/zaptel-"$ZAPTEL_VER" /usr/src/zaptel | ||
cd /usr/src/zaptel | |||
make clean | make clean | ||
Line 19: | Line 74: | ||
make install | make install | ||
make config | make config | ||
#edit /etc/zaptel | |||
chkconfig zaptel on | chkconfig zaptel on |
Latest revision as of 10:18, 11 May 2010
Debian
Guide: http://www.voip-info.org/tiki-index.php?page=Asterisk+Linux+Debian
ZAPTEL_VER="1.4.11"
apt-get install linux-headers-`uname -r` bison openssl libssl-dev libeditline0 libeditline-dev libedit-dev libnewt-dev
If you get something like:
Reading package lists... Done Building dependency tree... Done E: Couldn't find package linux-headers-2.6.xx.xx
Do:
apt-get update apt-get install aptitude aptitude -f --with-recommends dist-upgrade
After some downloads/installation, reboot your computer and rerun previous apt-get command.
cd /usr/src wget http://support.red-fone.com/downloads/zaptel/zaptel-1.4.11.tar.gz tar xzvf zaptel-"$ZAPTEL_VER".tar.gz
ln -s /usr/src/zaptel-"$ZAPTEL_VER" /usr/src/zaptel
cd /usr/src/zaptel
make clean ./configure make make install make config
ztcfg -vvv
Centos 5
Guide: http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation
NOTE: if there are several CPU's on the server issue:
yum install kernel-smp-devel
ZAPTEL_VER="1.4.11"
yum -y install gcc gcc-c++ kernel-devel bison openssl-devel libtermcap-devel ncurses-devel doxygen
cd /usr/src wget http://downloads.digium.com/pub/zaptel/zaptel-"$ZAPTEL_VER".tar.gz tar xzvf zaptel-"$ZAPTEL_VER".tar.gz
ln -s /usr/src/zaptel-"$ZAPTEL_VER" /usr/src/zaptel
cd /usr/src/zaptel
make clean ./configure make make install make config
#edit /etc/zaptel
chkconfig zaptel on service zaptel start
ztcfg -vvv