hello
I was using asterisk 1.0.7 version earlier, and now upgraded to ver 1.2.1.
But asterisk -cvvv failes to start with:
[chan_modem.so]Dec 20 12:53:23 WARNING[4119]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/chan_modem.so: cannot open shared object file: No such file or directory
Dec 20 12:53:23 WARNING[4119]: loader.c:499 load_modules: Loading module chan_modem.so failed!
How can i proceed? Since I am new to asterisk, kindly help.
thanks n regards
aparna
did you empty your /usr/lib/asterisk/modules directory before compiling 1.2 ? or are you using the same .conf files ?
you’ve probably either got a mix of old and new in there, it’s possible to weed the old ones out, but far easier to ditch them and let the ‘make install’ put the new ones in … or your old conf files try to load modules that are deprecated.
edit : just found this on voip-info.org … http://www.voip-info.org/wiki/view/Asterisk+Modem+channels
I use Debian Linux distro.
I emptied the /usr/lib/asterisk/modules directory, and then using Synaptic Manager - I removed the old Asterisk version, upgraded to kernel 2.6 and installed the new Asterisk 1.2.
On starting asterisk now, I get the error:
[chan_capi.so]Dec 20 14:58:43 WARNING[4749]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/chan_capi.so: undefined symbol: ast_smoother_feed
Dec 20 14:58:43 WARNING[4749]: loader.c:554 load_modules: Loading module chan_capi.so failed!
I dont seem to understand whats going wrong where!
Kindly help.
Thanks
Aparna
Unless you need to use the chan_capi module, i wouldn’t worry about it. Just add the following in modules.conf:
noload => chan_capi