www.atcom.cn 5
Chapter 3 Software Installation
Test Environment:
asterisk-1.4.29
mISDN-1_1_9.1
mISDNuser-1_1_9.1
Centos 5.4
After insert the card into your PCI slot and boot your server, please use the “lspci”command to
check the PCI bus compatibility. The correct output will like the following:
----------------------------------------------------------------------------------------------------------------------
04:00.0 ISDN controller: Cologne Chip Designs GmbH ISDN network Controller [HFC-E1] (rev
01)
----------------------------------------------------------------------------------------------------------------------
A Cologne Chip device will be found, if you can not see the Cologne Chip device, please
poweroff your server and try another PCI slot, if it still does not help, you have to check the
compatibility issue between the card and your PCI bus.
1. To install asterisk and mISDN in centos OS, user has to install the following prerequisite
packages:
bison bison-devel zlib zlib-devel openssl openssl-devel gnutls-devel flex gcc gcc-c++
Please use the yum install command to install the packages above.
2. Download asterisk,mISDN and mISDNuser
[root@localhost src]#
wget http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-xx
[root@localhost src]# wget http://www.misdn.org/downloads/mISDN.tar.gz
[root@localhost src]# wget http://www.misdn.org/downloads/mISDNuser.tar.gz
3. Install asterisk,mISDN and mISDNuser
Install mISDN
1) [root@localhost src]# tar -xvzf mISDN.tar.gz
2) [root@localhost src]# cd mISDN-1_1_9.1/
3) [root@localhost mISDN-1_1_9.1]# make
4) [root@localhost mISDN-1_1_9.1]# make install
Install mISDNuser
1) [root@localhost src]# tar -xvzf mISDNuser.tar.gz
2) [root@localhost src]# cd mISDNuser-1_1_9.1/
3) [root@localhost mISDNuser-1_1_9.1]# make
4) [root@localhost mISDNuser-1_1_9.1]# make install