Digium, Inc.
Page 37
Chapter 2: Card Installation
3.
Expand the downloaded file, compile its contents, and install the
libraries. Substitute the version of libpri for the X.X and X.X.X in the
command lines below.
# tar -zxvf libpri-X.X-current.tar.gz
# cd libpri-X.X.X/
# make
# make install
4.
Download the latest DAHDI drivers with tools. DAHDI is available
for download from:
http://downloads.digium.com/pub/telephony/dahdi-linux-complete
# wget http://downloads.digium.com/pub/telephony/
dahdi-linux-complete/dahdi-linux-complete-
current.tar.gz
5.
Expand the downloaded file, compile its contents, and install the
drivers and tools. Substitute the version of DAHDI for the X.X.X in
the command lines below.
# tar -zxvf dahdi-linux-complete-current.tar.gz
# cd dahdi-linux-complete-X.X.X+X.X.X
# make
# make install
# make config
Note: Executing ‘make config’ will install an init script and symlinks
which will allow you to start and stop DAHDI as a service.