darmock
PIAF Developer
- Joined
- Oct 18, 2007
- Messages
- 2,891
- Reaction score
- 97
FYI
If you update you kernel to whatever is latest zaptel WILL stop working period! You will need to hand compile zaptel if you have upgraded stuff outside of update-source.
It is possible that Digium may have move the zaptel package around to make it more difficult to install Still looking into why people are having problems so be patient. In the meantime if you are having problems with zaptel after running an update then try hand compiling stuff
cd /usr/src/zaptel
make clean
./configure
make
make install
Then REBOOT!
Tom
If you update you kernel to whatever is latest zaptel WILL stop working period! You will need to hand compile zaptel if you have upgraded stuff outside of update-source.
It is possible that Digium may have move the zaptel package around to make it more difficult to install Still looking into why people are having problems so be patient. In the meantime if you are having problems with zaptel after running an update then try hand compiling stuff
cd /usr/src/zaptel
make clean
./configure
make
make install
Then REBOOT!
Tom
