Difference between revisions of "Zaptel installation"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 21: Line 21:
  make install  
  make install  
  make config
  make config
#edit /etc/zaptel


  chkconfig zaptel on  
  chkconfig zaptel on  

Revision as of 18:15, 7 December 2007

Centos 5

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 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