MC100 Series User Manual
10
The software you have to install:
Libpri
Dahdi
Asterisk
http://downloads.ast
erisk.org/pub/teleph
ony/libpri/libpri-curr
ent.tar.gz
http://downloads.openvox.cn/p
ub/drivers/dahdi-linux-complete
/openvox_dahdi-linux-complete-
current.tar.gz
http://downloads.asterisk.
org/pub/telephony/asteri
sk/old-releases/asterisk-1
1.15.0.tar.gz
Run these commands under /usr/src, download and unzip DAHDI, Asterisk and Libpri.
# wget
http://downloads.asterisk.org/pub/telephony/libpri/libpri-current.tar.gz
# wget
http://downloads.openvox.cn/pub/drivers/dahdi-linux-complete/openvox_dahdi-lin
ux-complete-current.tar.gz
# wget
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/asterisk-11.15.0.
tar.gz
# tar -xvzf openvox_dahdi-linux-complete-current.
tar.gz
# tar –xvzf asterisk-11.15.0.tar.gz
# tar –xvzf libpri-current.tar.gz
2.3 Install Libpri
Turn to /usr/src and run the commands below to install Libpri
:
# cd libpri-XX
# make
# make install
2.4 Install DAHDI
Turn to dahdi-linux-complete-XX (XX means the version of DAHDI ), run these
commands to install DAHDI
:
# cd /usr/src/dahdi-linux-complete-XX