Im installing asterisk with asterisk 1.4.21.2, zaptel 1.4.12.1, libpri 1.4.10.1..
when I try to do modprobe zaptel error below occur as well as modprobe ztdummy.. can anyone help me how to make this good and correct.
root@artdialer:/usr/src/asterisk/zaptel-1.4.12.1# modprobe zaptel
FATAL: Module zaptel not found.
root@artdialer:/usr/src/asterisk/asterisk-1.4.21.2# modprobe ztdummy
FATAL: Module ztdummy not found.
go to the zaptel dir for eg: cd /usr/src/zaptel-1.4.12.1
then run below commands
./configure
make clean
make
make install
make config
after that run modprobe zaptel and ztdummy
skype id : striker24x7 http://www.striker24x7.blogspot.com What we have done for ourselves alone dies with us" "What we have done for others and the world remains and is Immortal
I try to re install and compile zaptel when i make install it error was occur. below is the error i found
root@artdialer:/usr/src/asterisk/zaptel-1.4.12.1# make install
make[1]: Entering directory `/usr/src/asterisk/zaptel-1.4.12.1'
echo "You do not appear to have the sources for the 2.6.24-26-server kernel installed."
You do not appear to have the sources for the 2.6.24-26-server kernel installed.
exit 1
make[1]: *** [modules] Error 1
make[1]: Leaving directory `/usr/src/asterisk/zaptel-1.4.12.1'
make: *** [all] Error 2
root@artdialer:/usr/src/asterisk/zaptel-1.4.12.1#
what are you suppose to do?
are u installing vicidial ? or only the asterisk?
why u want zaptel instead of Dahdi.
skype id : striker24x7 http://www.striker24x7.blogspot.com What we have done for ourselves alone dies with us" "What we have done for others and the world remains and is Immortal
also as per that guide did you did
./configure; make clean; make; make install
echo "You do not appear to have the sources for the 2.6.24-26-server kernel installed."
did you run these commands
sudo apt-get update
apt-get upgrade
these are mentioned in that document clearly.
if you are still facing problem better use the goautodial or vicibox.
skype id : striker24x7 http://www.striker24x7.blogspot.com What we have done for ourselves alone dies with us" "What we have done for others and the world remains and is Immortal