]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: Update ACLs on named ACL changes.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 18 Feb 2020 13:10:16 +0000 (13:10 +0000)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 20 Feb 2020 10:52:11 +0000 (04:52 -0600)
commitd6712790cd49cf3050f2a3783efc07fc5396c0ad
tree97b79b82adef5f184867cd605cfc7512cba07f78
parent78b01f41aec96035f8f030934ce8db0a78f4a8f6
pjsip: Update ACLs on named ACL changes.

This change extends the Sorcery API to allow a wizard to be
told to explicitly reload objects or a specific object type
even if the wizard believes that nothing has changed.

This has been leveraged by res_pjsip and res_pjsip_acl to
reload endpoints and PJSIP ACLs when a named ACL changes.

ASTERISK-28697

Change-Id: Ib8fee9bd9dd490db635132c479127a4114c1ca0b
include/asterisk/sorcery.h
main/sorcery.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_acl.c
res/res_sorcery_config.c