AXE4DL User Manual with DAHDI
www.atcom.cn
9
Chapter 3 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:
----------------------------------------------------------------------------------------------------------------------
03:01.0 Communication controller: Digium, Inc. Wildcard TE410P quad-span T1/E1/J1 card 3.3V
(rev 02)
----------------------------------------------------------------------------------------------------------------------
The TE410P will be found. if users can not see one line like the line above, please power off the
server and try to use another PCI slot;
If it does not help still, users have to check the compatibility issue between the card and the PCI-E
bus. Please try to use another PCI-E slot or other server and try it again.
1.
To install asterisk and dahdi, users have to use “yum” command to install the following
prerequisite packages:
yum install -y bison bison-devel zlib zlib-devel openssl openssl-devel gnutls-devel gcc
gcc-c++ ncurses ncurses-devel
2.
Download libpri, dahdi, and asterisk packages
Notice: If uses need use the latest version, please check them on asterisk download center.
[root@localhost src]#
wget
http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4.14.tar.gz
[root@localhost src]#
wget
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-2.6.
2+2.6.2.tar.gz
[root@localhost src]#
wget
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-1.8.7.0.tar.gz