AX400P User Manual
www.atcom.cn
Email: support@atcomemail.com
4
Chapter 4 Software Installation
After inserting the card into the PCI slot and boot the server, please use the “lspci” command to
check the PCI bus compatibility. From the correct output, users can see the following line:
----------------------------------------------------------------------------------------------------------------------
01:01.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
----------------------------------------------------------------------------------------------------------------------
A Tiger Jet device will be found, if users can not see the
Tiger Jet
device, please power off the
server and try another PCI slot.
1.
To install asterisk and dahdi packages, users have to use the “yum” command to install the
prerequisite packages:
[root@localhost src]# yum install update
[root@localhost src]# yum -y bison bison-devel zlib zlib-devel openssl openssl-devel
gnutls-devel gcc gcc-c++ libxml2 libxml2-devel ncurses ncurses-devel
2.
Install dahdi-linux-complete package
1)
[root@localhost src]# tar -xvzf dahdi-linux-complete-2.6.2+2.6.2.tar.gz
2)
[root@localhost dahdi-linux-complete-2.6.2+2.6.2]# make
3)
[root@localhost dahdi-linux-complete-2.6.2+2.6.2]# make install
4)
[root@localhost dahdi-linux-complete-2.6.2+2.6.2]# make config
3.
Install asterisk
1) [root@localhost src]# tar -xvzf asterisk-1.8.7.0.tar.gz
2) [root@localhost asterisk-1.8.7.0]# ./configure
3) [root@localhost asterisk-1.8.7.0]# make
4) [root@localhost asterisk-1.8.7.0]# make install
5) [root@localhost asterisk-1.8.7.0]# make samples