*CLI> module show like page<br>Module Description Use Count<br>app_page.so Page Multiple Phones 0<br>1 modules loaded<br>*CLI> module unload app_page.so
<br> == Unregistered application 'Page'<br>*CLI> module show like page<br>Module Description Use Count<br>app_page.so Page Multiple Phones 0
<br>1 modules loaded<br><br><br>How the module can be still here?<br><br>*CLI> module unload app_page.so<br>Unable to unload resource app_page.so<br>*CLI> module load app_page.so<br> == Registered application 'Page'
<br> Loaded app_page.so => (Page Multiple Phones)<br>*CLI><br><br>That scenario is the same for all modules.<br><br>If i get it well:<br>app_page.c:unload_module() is calling<br>pbx.c:ast_unregister_application(), but that remove from the linked list "apps". That's correctly done, since i dont see it in core show applications.
<br><br>But what's the link between ast_unregister_application() and modlist_modentry exactly?<br><br><br>I wonder what could cause this exactly, any hints?<br><br clear="all"><br>-- <br>Clod Patry