search for: ast_module_unregist

Displaying 3 results from an estimated 3 matches for "ast_module_unregist".

Did you mean: ast_module_unregister
2007 Jul 10
1
asterisk-users Digest, Vol 36, Issue 25
...83921564.15713 at ns0.ovh.net> Content-Type: text/plain; charset="iso-8859-1" Hi All I?ve got the same message after installing asterisk addons [res_convert.so]Jul 8 20:51:10 WARNING[4685]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/res_convert.so: undefined symbol: ast_module_unregister Jul 8 20:51:10 WARNING[4685]: loader.c:554 load_modules: Loading module res_convert.so failed! Your help please
2008 Dec 03
1
Dynamic loading changed in asterisk 1.4
...st))) { ** ast_log(LOG_WARNING, "Module '%s' did not register itself during load\n", resource_in); /* no, it did not, so close it and return */ while (!dlclose(lib)); /* note that the module's destructor will call ast_module_unregister(), which will free the structure we allocated in resource_being_loaded */ return NULL; } * My voicemail application uses realtime with MySQL but that seems to work fine. I have a prepaid.conf rfile readily setup. Any comments or suggestions? Thanks alot, Mos...
2007 May 23
0
Problems compiling res_config_mysql (asterisk addons)
...): In function `__reg_module': /usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:691: undefined reference to `ast_module_register' res_config_mysql.o(.text+0x258f): In function `__unreg_module': /usr/local/src/asterisk-addons-1.4.1/res_config_mysql.c:691: undefined reference to `ast_module_unregister' collect2: ld returned 1 exit status make: *** [res_config_mysql] Error 1 Bill