I think we could start a new janitor project to replace every 'return' on load_module's with:<br><br>enum ast_module_load_result {<br> AST_MODULE_LOAD_SUCCESS = 0, /*!< Module loaded and configured */
<br> AST_MODULE_LOAD_DECLINE = 1, /*!< Module is not configured */<br> AST_MODULE_LOAD_SKIP = 2, /*!< Module was skipped for some reason */<br> AST_MODULE_LOAD_FAILURE = -1, /*!< Module could not be loaded properly */
<br>};<br><br>If you agree I will start working on this. I also think there are some modules like chan_gtalk and chan_jingle that doesn't make use of the proper return values.<br clear="all"><br>-- <br>Eliel Sardaņons