mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
Revert "Update qualifies when AOR configuration changes."
This reverts commit 6492e91392
.
The change in question was intended to prevent the need to reload in
order to update qualifies on contacts when an AOR changes. However, this
ended up causing a deadlock instead.
Change-Id: I1a835c90a5bb65b6dc3a1e94cddc12a4afc3d71e
This commit is contained in:
@@ -4382,6 +4382,7 @@ AST_TEST_DEFINE(xml_sanitization_exceeds_buffer)
|
||||
static int reload_configuration_task(void *obj)
|
||||
{
|
||||
ast_res_pjsip_reload_configuration();
|
||||
ast_res_pjsip_init_options_handling(1);
|
||||
ast_sip_initialize_dns();
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user