]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_pjsip_location: Delete contact_status object when contact is deleted 53/1853/1
authorMatt Jordan <mjordan@digium.com>
Thu, 24 Dec 2015 18:19:51 +0000 (12:19 -0600)
committerMatt Jordan <mjordan@digium.com>
Thu, 24 Dec 2015 18:19:51 +0000 (12:19 -0600)
commit0a9941de9d24093b5ff44096d1d7406f29d11e45
tree26c42e995537e94de20b46c9ad92e94acf9eeda6
parent15641cb6cdad4a115145fd4e7aa80ae4c5219b2d
res/res_pjsip_location: Delete contact_status object when contact is deleted

In 450579e908, a change was made that removed the deletion of the
'contact_status' object when a 'contact' object is deleted in sorcery.
This unfortunately means that the 'contact_status' object persists, even when
something has explicitly removed a contact. The result is that the state of
the contact will not be regenerated if that contact is re-created, and the
stale state will be reported/used for that contact. It also results in
no ContactStatusChanged events being generated for either ARI or AMI.

This patch restores the deletion logic that was removed. Doing so now
results in the expected events being generated again.

Change-Id: I28789a112e845072308b5b34522690e3faf58f07
res/res_pjsip/location.c