Compile/install Zaptel and Asterisk
Submitted by powerpbx on Sun, 03/16/2008 - 23:22
cd /usr/src/zaptel
make clean
./configure; make menuselect
At menu press "x"
make; make install
This command creates the start up scripts so zaptel starts on boot. If you have a Sangoma card then skip this step.
make config
cd /usr/src/asterisk-1.4.x
make clean
./configure; make menuselect
select core sounds and uncheck all except ulaw. Same with addon sounds
At menu press "x" to save
make; make install
mkdir /var/run/asterisk
mkdir /var/lib/asterisk/sounds/custom
From a command prompt run 'genzaptelconf' to automatically create the /etc/zaptel.conf and /etc/asterisk/zapata.conf files