search for: module_list

Displaying 1 result from an estimated 1 matches for "module_list".

Did you mean: modules_list
2008 Dec 03
1
Dynamic loading changed in asterisk 1.4
...9;app_prepaid.so' did not register itself during load [Dec 3 16:39:36] WARNING[16146]: loader.c:657 load_resource: Module 'app_prepaid.so' could not be loaded. * Which is the following block of code in the main/loader.c file: ** *if (resource_being_loaded != (mod = AST_LIST_LAST(&module_list))) { ** 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 as...