Compiling the Zapata telephony drivers for use with your Digium
hardware is straightforward, however the method employed between the 1.2
and 1.4 versions is slightly different due to the new build environment.
First we need to run ./configure in order to
determine what applications and libraries are installed on the system.
This wil ensure that everything Zaptel needs is installed. The following
commands will build Zaptel and its modules:
# cd /usr/src/zaptel-version
# make clean
# ./configure
# make menuselect
# make
# make install
If you're using a system that makes use of the
/etc/rc.d/init.d/ or
/etc/init.d/ directories (such as CentOS and other
RedHat based distros), you may wish to run the make config command as well. This will install
the startup scripts and configure the system, using the chkconfig command to load the
zaptel module automatically at startup.
# make config