search for: resource_in

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

Did you mean: resource_id
2008 Dec 03
1
Dynamic loading changed in asterisk 1.4
...#39;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 ast_module_unregister(), which will free the structure we allocated in resource_being_loaded */...