[asterisk-commits] jrose: branch 12 r412823 - in /branches/12: ./ CHANGES
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 21 12:55:02 CDT 2014
Author: jrose
Date: Mon Apr 21 12:54:57 2014
New Revision: 412823
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=412823
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
........
Merged revisions 412822 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
branches/12/ (props changed)
branches/12/CHANGES
Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: branches/12/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/12/CHANGES?view=diff&rev=412823&r1=412822&r2=412823
==============================================================================
--- branches/12/CHANGES (original)
+++ branches/12/CHANGES Mon Apr 21 12:54:57 2014
@@ -26,17 +26,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 12.1.0 to Asterisk 12.2.0 ------------
More information about the asterisk-commits
mailing list