mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user