mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
Merge "res_pjsip_outbound_publishing: After unloading the library won't load again" into 13
This commit is contained in:
@@ -1228,6 +1228,7 @@ static int load_module(void)
|
||||
|
||||
if (ast_sorcery_object_register(ast_sip_get_sorcery(), "outbound-publish", sip_outbound_publish_alloc, NULL,
|
||||
sip_outbound_publish_apply)) {
|
||||
ast_log(LOG_ERROR, "Unable to register 'outbound-publish' type with sorcery\n");
|
||||
return AST_MODULE_LOAD_DECLINE;
|
||||
}
|
||||
|
||||
@@ -1300,6 +1301,7 @@ static int unload_module(void)
|
||||
"in the allowed time\n", unloading.count);
|
||||
} else {
|
||||
ast_verb(5, "All items successfully unpublished\n");
|
||||
ast_sorcery_object_unregister(ast_sip_get_sorcery(), "outbound-publish");
|
||||
}
|
||||
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user