]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip_options: Schedule/unschedule qualifies on AoR creation/destruction 47/1547/2
authorMatt Jordan <mjordan@digium.com>
Mon, 2 Nov 2015 12:57:22 +0000 (06:57 -0600)
committerMatt Jordan <mjordan@digium.com>
Mon, 2 Nov 2015 13:52:34 +0000 (07:52 -0600)
commit11e54b1932b62a084722cb547a51a5fc2ca4d423
treed5d7723896e6290bbe8ad1065e9c1894a03e8efe
parent9a021a42adaee95d115aa3200467943fecd1f13a
pjsip_options: Schedule/unschedule qualifies on AoR creation/destruction

When an AoR is created or destroyed dynamically, the scheduled OPTIONS
requests that qualify the contacts on the AoR are not necessarily started
or destroyed, particularly for persistent contacts created for that AoR.
This patch adds create/update/delete sorcery observers for an AoR, which
schedule/unschedule the qualifies as expected.

Change-Id: Ic287ed2e2952a7808ee068776fe966f9554bdf7d
res/res_pjsip/pjsip_options.c