marcotasto wrote: > Hi Alan. > I've installed OSLEC with zaptel-1.4.5.1 applying the patches made for the > 1.4 version and I have had the same problem. > Looking at the compiler options I've found that the symbol ECHO_CAN_FROMENV > is defined by default and this prevents the echo selection from zconfig.h. > I've solved changing the first part of Makefile.kernel26 (in the zaptel > directory) this way: > > ifndef ECHO_CAN_NAME > ECHO_CAN_NAME := OSLEC > endif > > This forces the compiler to include OSLEC as echo cancellation engine > (probably there is a better way but I don't know it). > > I've then rebuilt zaptel and installed through normal make procedures. > > To be able to modprobe it I've then copied the oslec.ko file build by the > OSLEC distribution in the kernel driver directory (my own is > /lib/modules/2.6.18.8-0.5-default/misc and it's where zaptel drivers are > installed). I've then run the depmod command to regenerate the modules > dependencies. > > I'm now able to modprobe zaptel and to have oslec automatically installed as > you can see below: >
Many thanks for the information. That sounds like it should do the trick! I will try later on and report back if I have success. Grazie Mille Alan -- The way out is open! http://www.theopensourcerer.com _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
