summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2018-02-01 11:26:49 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-02-01 11:26:49 -0600
commitb1484537084ed560df14b8c0bb563948411fcbbb (patch)
treeeef2d65ce59a1cd50f617aef8a7aed9795e74d2b /CHANGES
parentb9efe5adf03a12c314d53b27a80709799be9e251 (diff)
parent2b9aa6b5bbe8d3ada6e4a9b0bc614f2f77470cd0 (diff)
Merge "res_pjsip_pubsub: Prune subs with reliable transports at startup"
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a340ead00..b9d803277 100644
--- a/CHANGES
+++ b/CHANGES
@@ -86,6 +86,10 @@ res_pjsip
identifier method split into the "ip" and "header" endpoint identifier
methods.
+ * The pjsip_transport_event feature introduced in 15.1.0 has been refactored.
+ Any external modules that may have used that feature (highly unlikey) will
+ need to be changed as the API has been altered slightly.
+
res_pjsip_endpoint_identifier_ip
------------------
* The endpoint identifier "ip" method previously recognized endpoints either
@@ -100,6 +104,17 @@ res_pjsip_endpoint_identifier_ip
you can now predict which endpoint is matched when a request comes in that
matches both.
+res_pjsip_pubsub
+------------------
+ * In an earlier release, inbound registrations on a reliable transport
+ were pruned on Asterisk restart since the TCP connection would have
+ been torn down and become unusable when Asterisk stopped. This same
+ process is now also applied to inbound subscriptions. Since this
+ required the addition of a new column to the ps_subscription_persistence
+ realtime table, users who store their subscriptions in a database will
+ need to run the "alembic upgrade head" process to add the column to
+ the schema.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 15.1.0 to Asterisk 15.2.0 ------------
------------------------------------------------------------------------------