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 2a3df5aa22
commit cbc23c31cf
5 changed files with 10 additions and 58 deletions

View File

@@ -183,18 +183,6 @@ void ast_sip_destroy_global_headers(void);
*/
int ast_res_pjsip_init_options_handling(int reload);
/*!
* \internal
* \brief Indicate OPTIONS handling for this AOR needs updating.
*
* When AOR configuration is retrieved, it is possible that the
* qualify frequency has changed. The OPTIONs code needs to update
* its qualifies to reflect these changes.
*
* \param aor The AOR that has been retrieved
*/
void ast_res_pjsip_update_options(struct ast_sip_aor *aor);
/*!
* \internal Initialize message IP updating handling.
*