[asterisk-dev] chan_motif does not load on asterisk 11

Joshua Colp jcolp at digium.com
Mon Jan 7 10:28:54 CST 2013


CDR wrote:
> I need to use chan_motif. Is there a workaround or should I open a bug
> report?
> Philip
>    == Parsing '/etc/asterisk/modules.conf': Found
> [Jan  7 11:20:02] NOTICE[23469]: loader.c:1190 load_modules: 53 modules
> will be loaded.
> [Jan  7 11:20:02] WARNING[23469]: loader.c:423 load_dynamic_module:
> Error loading module 'app_setcallerid.so':
> /usr/lib/asterisk/modules/app_setcallerid.so: cannot open shared object
> file: No such file or directory
> [Jan  7 11:20:02] WARNING[23469]: loader.c:486 load_dynamic_module:
> Error loading module 'chan_motif.so':
> /usr/lib/asterisk/modules/chan_motif.so: undefined symbol:
> ast_xmpp_client_send_message
> [Jan  7 11:20:02] WARNING[23469]: loader.c:902 load_resource: Module
> 'chan_motif.so' could not be loaded.
> [Jan  7 11:20:02] WARNING[23469]: loader.c:423 load_dynamic_module:
> Error loading module 'app_setcallerid.so':
> /usr/lib/asterisk/modules/app_setcallerid.so: cannot open shared object
> file: No such file or directory
> [Jan  7 11:20:02] WARNING[23469]: loader.c:902 load_resource: Module
> 'app_setcallerid.so' could not be loaded.
>    == Parsing '/etc/asterisk/musiconhold.conf': Found

The problem is that res_xmpp.so needs to be loaded before chan_motif.so 
- if you are explicitly loading modules in modules.conf make sure you've 
done this.

You are also trying to load old modules that don't exist anymore. While 
not an issue removing them will get rid of the warnings.

This is also more of a -users question instead of a -dev question.

-- 
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at:  www.digium.com  & www.asterisk.org



More information about the asterisk-dev mailing list