]> 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:38 +0000 (11:12 -0500)
commitedce85312389c8cd88428ff52eb0cd635e418308
treee16474972a2889ce3eb3f58526e3d3fec63cb286
parent37ece75677bff5655f0a3fb4dbda2b7c4847bc50
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