
ALLO-4PRI/ALLO-4PRIe/ALLO-2PRI/ALLO-2PRIe User Manual – Version 2.0
WWW.ALLO.COM Page 3
# yum install bison bison-devel zlib zlib-devel openssl openssl-devel
gnutls-devel flex gcc gcc-c++ libxml2
3. Download the libpri software in path /usr/src, which is available at
http://downloads.asterisk.org/pub/telephony/libpri/old/
# wget http://downloads.asterisk.org/pub/telephony/libpri/old/libpri-
1.4.12.tar.gz
4. Expand the downloaded libpri under /usr/src/ directory, compile its contents, and
install the drivers.
# tar -zxvf libpri-1.4.12.tar.gz
# cd libpri-1.4.12
# make
# make install
5. Download Dahdi software under /usr/src directory, which is available at
http://www.allo.com/firmware/pri-card/drivers/dahdi-linux-complete-
2.6.1+2.6.1.tar.gz
6. Untar the downloaded file, compile and install using the below commands
# cd /usr/src/
# tar –zxvf dahdi-linux-complete-2.6.1+2.6.1.tar.gz
# cd dahdi-linux-complete-2.6.1.2+2.6.1
# make
# make install
# make config
7. Asterisk installation
For using Asterisk for your application, follow the steps below.
Download the Asterisk 1.8.12.2 release version.
# wget
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-
1.8.12.2.tar.gz
# cd /usr/src/
# tar –zxvf asterisk-1.8.12.2.tar.gz
# cd asterisk-1.8.12.2
# ./configure
# make
# make install
If this is the first Asterisk installation on this system, you should install the sample
configuration files. To do this, run:
# make samples
# make config
Note: Running this command will overwrite any older Asterisk configuration files
that you have in the /etc/asterisk directory.
Komentarze do niniejszej Instrukcji