[svn-commits] file: testsuite/asterisk/trunk r5657 - /asterisk/trunk/tests/channels/pjsip/a...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 3 02:21:53 CDT 2014


Author: file
Date: Fri Oct  3 02:21:45 2014
New Revision: 5657

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=5657
Log:
tests/channels/pjsip/ami/show_endpoint: The default for 'callerid_privacy' is now explicitly 'allowed'.

Modified:
    asterisk/trunk/tests/channels/pjsip/ami/show_endpoint/test-config.yaml

Modified: asterisk/trunk/tests/channels/pjsip/ami/show_endpoint/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/pjsip/ami/show_endpoint/test-config.yaml?view=diff&rev=5657&r1=5656&r2=5657
==============================================================================
--- asterisk/trunk/tests/channels/pjsip/ami/show_endpoint/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/pjsip/ami/show_endpoint/test-config.yaml Fri Oct  3 02:21:45 2014
@@ -94,7 +94,7 @@
                     TrustIdOutbound: 'false'
                     TrustIdInbound: 'false'
                     CalleridTag: ''
-                    CalleridPrivacy: 'allowed_not_screened'
+                    CalleridPrivacy: 'allowed'
                     Callerid: '<unknown>'
                     DisableDirectMediaOnNat: 'false'
                     DirectMediaGlareMitigation: 'none'
@@ -281,7 +281,7 @@
                     TrustIdOutbound: 'false'
                     TrustIdInbound: 'false'
                     CalleridTag: ''
-                    CalleridPrivacy: 'allowed_not_screened'
+                    CalleridPrivacy: 'allowed'
                     Callerid: '<unknown>'
                     DisableDirectMediaOnNat: 'false'
                     DirectMediaGlareMitigation: 'none'




More information about the svn-commits mailing list