]> 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)
committerJoshua Colp <jcolp@sangoma.com>
Tue, 15 Mar 2022 16:12:56 +0000 (11:12 -0500)
commit49928fee53dfc81c9ce881497369a4e6d06349c2
tree072ec3208637d41e49e69c061c68fe6122663c2c
parent00a7fa985e75df8cd139d50f42a86410b81f7ac2
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