]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip_options: Schedule/unschedule qualifies on AoR creation/destruction 48/1548/1
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 14:11:52 +0000 (09:11 -0500)
commit014e3d426bacbb163e1affd414337b3818dcd194
tree57504e92b405d656a44de029f727e01fa057b8d1
parent2ddd9ff2d942c9df404af709c99844b5b1446efa
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