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
This commit is contained in:
Alexei Gradinari
2022-02-08 17:58:30 -05:00
committed by Joshua Colp
parent e82627c001
commit 90eaf227c6
2 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Subject: res_pjsip_pubsub
The Resource List Subscriptions (RLS) is dynamic now.
The asterisk now updates current subscriptions to reflect the changes
to the list on subscription refresh. If list items are added,
removed, updated or do not exist anymore, the asterisk regenerates
the resource list.