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:
Mark Michelson
2017-02-08 11:50:11 -06:00
parent c72b4c98e8
commit 46147a8f30
5 changed files with 10 additions and 58 deletions

View File

@@ -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;
}