]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_pubsub: update RLS to reflect the changes to the lists
authorAlexei Gradinari <alex2grad@gmail.com>
Tue, 8 Feb 2022 22:58:30 +0000 (17:58 -0500)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 10 Mar 2022 17:26:57 +0000 (11:26 -0600)
commit8666455bd876f42e48314603a47c9b6b81904917
tree0326d503356961e779551548fa4bc7b679f74062
parent9e74563a50b767adc03bdcb1dde8b5a9798a7457
res_pjsip_pubsub: update RLS to reflect the changes to the lists

This patch makes the Resource List Subscriptions (RLS) dynamic.
The asterisk updates the current subscriptions to reflect the changes
to the list on the subscriptions refresh. If list items are added,
removed, updated or do not exist anymore, the asterisk regenerates
the resource list.

ASTERISK-29906 #close

Change-Id: Icee8c00459a7aaa43c643d77ce6f16fb7ab037d3
doc/CHANGES-staging/rls_refresh.txt [new file with mode: 0644]
res/res_pjsip_pubsub.c