summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 18 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index cacd0a46c..58f794902 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,23 @@ ARI
a channel's ARI control queue until they are stopped. They also can not
be rewound or fastforwarded.
+chan_sip
+-----------
+ * SIP peers can now specify 'trust_id_outbound' which affects RPID/PAI
+ fields for prohibited callingpres information. Values are legacy, no, and
+ yes. By default, legacy is used.
+ trust_id_outbound=legacy: behavior remains the same as 1.8.26.1 - When
+ dealing with prohibited callingpres, RPID/PAI headers are created for both
+ sendrpid=pai and sendrpid=rpid are appended, but the data is anonymized.
+ When sendrpid=rpid, only the remote party's domain is anonymized.
+ trust_id_outbound=no: when dealing with prohibited callingpres, RPID/PAI
+ headers are not sent.
+ trust_id_outbound=yes: RPID/PAI headers are applied with the full
+ remote party information in tact even for prohibited callingpres
+ information. In the case of PAI, a Privacy: id header will be appended for
+ prohibited calling information to communicate that the private information
+ should not be relayed to untrusted parties.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 12.1.0 to Asterisk 12.2.0 ------------
------------------------------------------------------------------------------
@@ -1498,8 +1515,8 @@ sip_to_res_pjsip.py
a chan_pjsip configuration, but it is expected that configuration beyond
what the script provides will be needed.
-
------------------------------------------------------------------------------
+>>>>>>> .merge-right.r412746
--- Functionality changes from Asterisk 10 to Asterisk 11 --------------------
------------------------------------------------------------------------------