Chinaunix首页 | 论坛 | 博客
  • 博客访问: 198360
  • 博文数量: 33
  • 博客积分: 995
  • 博客等级: 准尉
  • 技术积分: 335
  • 用 户 组: 普通用户
  • 注册时间: 2006-06-13 21:36
文章分类

全部博文(33)

文章存档

2014年(9)

2011年(1)

2010年(2)

2009年(7)

2008年(8)

2007年(3)

2006年(3)

我的朋友

分类: LINUX

2008-09-01 13:17:51

yum -y install gawk sed pciutils rpm-build rpm-devel gcc \
cpp binutils glibc-devel kernel-headers kernel-devel \
gtk2 gtk+ compat-libstdc++-33 compat-gcc-32 compat-gcc-32-c++ compat-libstdc++-296

cd /usr/src

wget
wget
wget
wget

tar xvzf zaptel-1.2.15.tar.gz
cd zaptel-1.2.15
make clean && make install
cd ..

tar xvzf libpri-1.2.4.tar.gz
cd libpri-1.2.4
make clean && make install
cd ..

tar xvzf asterisk-1.2.16.tar.gz
cd asterisk-1.2.16
make clean && make install
cd ..

tar xvzf asterisk-addons-1.2.5.tar.gz
cd asterisk-addons-1.2.5
make clean && make install
cd ..

cd /usr/src/zaptel-1.2.15
make b410p

/etc/init.d/misdn-init scan

/etc/init.d/misdn-init config

;Now, Enter "nano /etc/misdn-init.conf" to edit that file
;Find the comment block about Port Settings. In mine it was set to "nt_ptmp=1,2,3,4"
;If you are connecting your B410P to Telkom lines, change this to read "te_ptmp=1,2,3,4".
;If your ISDN lines are in a DDI group you might get better results with "te_ptp=1,2,3,4"

nano /etc/misdn-init.conf

/etc/init.d/misdn-init start

chkconfig --add misdn-init

cd /usr/src/asterisk-1.2.16

make clean && make install

cd /etc/asterisk

wget
cp misdn.txt misdn.conf

yum -y install webmin
yum -y install mod_ssl
yum -y update

相关网站:

阅读(849) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~