User manual

Release 2.2 Digium, Inc. Page 31
Chapter 2: Card Installation
2. Download the latest branch of libpri that matches the branch of Zaptel
and Asterisk which you are using. If you are using the 1.2.x branch,
then download the 1.2.x branch of libpri. Likewise if you are using the
1.4.x branch, then obtain that version of libpri. Libpri is available from
http://downloads.digium.com/pub/telephony/libpri
.
3. Expand the downloaded tarballs. Substitute the version of libpri you
are using with the X.X in the command lines below.:
# tar -zxvf libpri-1.X.X.tar.gz
# cd libpri-1.X.X/
# make
# make install
4.
Download the latest Zaptel drivers (1.2.23 or later). If you are using
the 1.4 branch of Zaptel, you should use 1.4.8 or later. They are
accessible via http from http://downloads.digium.com/pub/telephony/
zaptel/.
5. Expand the downloaded tarball and install the drivers. Substitute the
version of Zaptel you are using with the XX in the command lines
below.
#tar -zxvf zaptel-1.X.X.tar.gz
#cd zaptel-1.X.X
#make clean
#./configure (applies to 1.4.X only)
#make menuselect (applies to 1.4.X only if you wish
to customize the install)
#make
#make install
Note: If you don’t already have configuration files installed, you can
type make samples to install the default sample configuration files.