Release 1.0
Digium, Inc.
Page 32
Chapter 2: Card Installation
2.
Download the latest Zaptel drivers (1.2.17 or later) to your /usr/src
directory. The Zaptel drivers can be downloaded using either ftp or
http. They are accessible via ftp from
ftp://ftp.digum.com/pub/zaptel
.
They are accessible via http from
http://ftp.digium.com/pub/zaptel/
.
The following example is one way that you could download the
drivers to your /usr/src directory:
# wget
http://ftp.digium.com/pub/zaptel/
zaptel-1.X.X.tar.gz
where the X.X stands for the version of Zaptel you are downloading.
3.
Expand the downloaded tarball and install the drivers:
#cd /usr/src
#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.