[asterisk-commits] jrose: branch 11 r412822 - in /branches/11: ./ CHANGES
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 21 12:53:32 CDT 2014
Author: jrose
Date: Mon Apr 21 12:53:29 2014
New Revision: 412822
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=412822
Log:
chan_sip: trust_id_outbound CHANGES message improvement
(closes issue AST-1301)
(closes issue ASTERISK-19465)
Reported by: Krzysztof Chmielewski
........
Merged revisions 412821 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/11/ (props changed)
branches/11/CHANGES
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/11/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/11/CHANGES?view=diff&rev=412822&r1=412821&r2=412822
==============================================================================
--- branches/11/CHANGES (original)
+++ branches/11/CHANGES Mon Apr 21 12:53:29 2014
@@ -17,17 +17,19 @@
* 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.
+ trust_id_outbound=legacy - behavior remains the same as 1.8.26.1. When
+ dealing with prohibited callingpres and sendrpid=pai/rpid, RPID/PAI
+ headers are appended to outbound SIP messages just as they are with
+ allowed callingpres values, but data about the remote party's identity 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 10 to Asterisk 11 --------------------
More information about the asterisk-commits
mailing list