]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add inbound-zrtp-passthru to sample configs
authorTravis Cross <tc@traviscross.com>
Sun, 27 May 2012 05:58:12 +0000 (05:58 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 27 May 2012 05:58:12 +0000 (05:58 +0000)
conf/insideout/sip_profiles/external.xml
conf/insideout/sip_profiles/internal-ipv6.xml
conf/insideout/sip_profiles/internal.xml
conf/sbc/sbc_profiles/external.xml
conf/sbc/sbc_profiles/internal-ipv6.xml
conf/sbc/sbc_profiles/internal.xml
conf/vanilla/sip_profiles/external.xml
conf/vanilla/sip_profiles/internal-ipv6.xml
conf/vanilla/sip_profiles/internal.xml
src/mod/endpoints/mod_sofia/conf/sofia.conf.xml

index be38318432e82d0de761e736804a84c841195705..f021a4c3c6d1a2cc1d7957d63b0f9b2f0bc6eac1 100644 (file)
@@ -48,6 +48,7 @@
     <param name="auth-calls" value="false"/>
     <param name="rtp-timeout-sec" value="1800"/>
     <param name="inbound-late-negotiation" value="true"/>
+    <param name="inbound-zrtp-passthru" value="true"/>
     <!--
         DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
     -->
index e433da142515afc423f3428e64b06f130d633e9e..b9907a78ada2a2478e08b64577213c404bfba955 100644 (file)
@@ -69,6 +69,9 @@
     <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
     <param name="inbound-late-negotiation" value="true"/>
 
+    <!-- Allow ZRTP clients to negotiate end-to-end security associations -->
+    <param name="inbound-zrtp-passthru" value="true"/>
+
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
     <!-- <param name="accept-blind-reg" value="true"/> -->
index 61263f03dc95c1de2b1c1e7fd9ec344c63dc600d..e406cd5e7271dcc9733a05fa5d8eccac19e6d510 100644 (file)
     <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
     <param name="inbound-late-negotiation" value="true"/>
 
+    <!-- Allow ZRTP clients to negotiate end-to-end security associations -->
+    <param name="inbound-zrtp-passthru" value="true"/>
+
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
     <!-- <param name="accept-blind-reg" value="true"/> -->
index 1cb91e8dab16dda12e9e95e1dd1292760011050b..0f15159f5861ebda03789d414818604677eea912 100644 (file)
@@ -49,6 +49,7 @@
     <param name="auth-calls" value="false"/>
     <param name="rtp-timeout-sec" value="1800"/>
     <param name="inbound-late-negotiation" value="true"/>
+    <param name="inbound-zrtp-passthru" value="true"/>
     <!--
         DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
     -->
index e433da142515afc423f3428e64b06f130d633e9e..b9907a78ada2a2478e08b64577213c404bfba955 100644 (file)
@@ -69,6 +69,9 @@
     <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
     <param name="inbound-late-negotiation" value="true"/>
 
+    <!-- Allow ZRTP clients to negotiate end-to-end security associations -->
+    <param name="inbound-zrtp-passthru" value="true"/>
+
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
     <!-- <param name="accept-blind-reg" value="true"/> -->
index 8263a8266845ed2d0ef5c8d07bdae3a0be64d8b4..3081052c88bf27a1841d251ddf26b1b786ef3597 100644 (file)
     <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
     <param name="inbound-late-negotiation" value="true"/>
 
+    <!-- Allow ZRTP clients to negotiate end-to-end security associations -->
+    <param name="inbound-zrtp-passthru" value="true"/>
+
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
     <!-- <param name="accept-blind-reg" value="true"/> -->
index 8176d9b23fc5a6b4f82f8cd5bde06da844ed1836..4f18e84be7bdb0c5e69ecf1a5ab7a6e0ed2df136 100644 (file)
@@ -57,6 +57,7 @@
     <param name="nonce-ttl" value="60"/>
     <param name="auth-calls" value="false"/>
     <param name="inbound-late-negotiation" value="true"/>
+    <param name="inbound-zrtp-passthru" value="true"/>
     <!--
         DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
     -->
index 2dd38426498900c65df81b22c9bbbe390f35574a..18274faa4fad40edd15986d61509fb816a2f7ce8 100644 (file)
@@ -70,6 +70,9 @@
     <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
     <param name="inbound-late-negotiation" value="true"/>
 
+    <!-- Allow ZRTP clients to negotiate end-to-end security associations -->
+    <param name="inbound-zrtp-passthru" value="true"/>
+
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
     <!-- <param name="accept-blind-reg" value="true"/> -->
index 1ba2c574276b7717a60910c2270ac49987f0e242..0f4cabe32d74efc8b2a17799cdab8f03aeb4c6c2 100644 (file)
     <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
     <param name="inbound-late-negotiation" value="true"/>
 
+    <!-- Allow ZRTP clients to negotiate end-to-end security associations -->
+    <param name="inbound-zrtp-passthru" value="true"/>
+
     <!-- this lets anything register -->
     <!--  comment the next line and uncomment one or both of the other 2 lines for call authentication -->
     <!-- <param name="accept-blind-reg" value="true"/> -->
index 9acbe6d916ce70ee625ad3abfbe7f664a62e5dba..30d8063a6762a1eb3fc58e24dc79a7ec59842f90 100644 (file)
         <!-- Let calls hit the dialplan before selecting codec for the a-leg -->
         <param name="inbound-late-negotiation" value="true"/>
 
+        <!-- Allow ZRTP clients to negotiate end-to-end security associations -->
+        <param name="inbound-zrtp-passthru" value="true"/>
+
         <!-- this lets anything register -->
         <!-- comment the next line and uncomment one or both of the other 2
              lines for call authentication -->