Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
c6aa2f14
提交
c6aa2f14
authored
6月 01, 2012
作者:
Travis Cross
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add config comments about zrtp-passthru and late negotiation
上级
41004021
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
10 行增加
和
10 行删除
+10
-10
external.xml
conf/insideout/sip_profiles/external.xml
+1
-1
internal-ipv6.xml
conf/insideout/sip_profiles/internal-ipv6.xml
+1
-1
internal.xml
conf/insideout/sip_profiles/internal.xml
+1
-1
external.xml
conf/sbc/sbc_profiles/external.xml
+1
-1
internal-ipv6.xml
conf/sbc/sbc_profiles/internal-ipv6.xml
+1
-1
internal.xml
conf/sbc/sbc_profiles/internal.xml
+1
-1
external.xml
conf/vanilla/sip_profiles/external.xml
+1
-1
internal-ipv6.xml
conf/vanilla/sip_profiles/internal-ipv6.xml
+1
-1
internal.xml
conf/vanilla/sip_profiles/internal.xml
+1
-1
sofia.conf.xml
src/mod/endpoints/mod_sofia/conf/sofia.conf.xml
+1
-1
没有找到文件。
conf/insideout/sip_profiles/external.xml
浏览文件 @
c6aa2f14
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<param
name=
"auth-calls"
value=
"false"
/>
<param
name=
"auth-calls"
value=
"false"
/>
<param
name=
"rtp-timeout-sec"
value=
"1800"
/>
<param
name=
"rtp-timeout-sec"
value=
"1800"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<!-- (also enables late negotiation) -->
<!--
<!--
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
-->
-->
...
...
conf/insideout/sip_profiles/internal-ipv6.xml
浏览文件 @
c6aa2f14
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<!-- Allow ZRTP clients to negotiate end-to-end security associations -->
<!-- Allow ZRTP clients to negotiate end-to-end security associations
(also enables late negotiation)
-->
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<!-- this lets anything register -->
<!-- this lets anything register -->
...
...
conf/insideout/sip_profiles/internal.xml
浏览文件 @
c6aa2f14
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<!-- Allow ZRTP clients to negotiate end-to-end security associations -->
<!-- Allow ZRTP clients to negotiate end-to-end security associations
(also enables late negotiation)
-->
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<!-- this lets anything register -->
<!-- this lets anything register -->
...
...
conf/sbc/sbc_profiles/external.xml
浏览文件 @
c6aa2f14
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<param
name=
"auth-calls"
value=
"false"
/>
<param
name=
"auth-calls"
value=
"false"
/>
<param
name=
"rtp-timeout-sec"
value=
"1800"
/>
<param
name=
"rtp-timeout-sec"
value=
"1800"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<!-- (also enables late negotiation) -->
<!--
<!--
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
-->
-->
...
...
conf/sbc/sbc_profiles/internal-ipv6.xml
浏览文件 @
c6aa2f14
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<!-- Allow ZRTP clients to negotiate end-to-end security associations -->
<!-- Allow ZRTP clients to negotiate end-to-end security associations
(also enables late negotiation)
-->
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<!-- this lets anything register -->
<!-- this lets anything register -->
...
...
conf/sbc/sbc_profiles/internal.xml
浏览文件 @
c6aa2f14
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<!-- Allow ZRTP clients to negotiate end-to-end security associations -->
<!-- Allow ZRTP clients to negotiate end-to-end security associations
(also enables late negotiation)
-->
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<!-- this lets anything register -->
<!-- this lets anything register -->
...
...
conf/vanilla/sip_profiles/external.xml
浏览文件 @
c6aa2f14
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<param
name=
"nonce-ttl"
value=
"60"
/>
<param
name=
"nonce-ttl"
value=
"60"
/>
<param
name=
"auth-calls"
value=
"false"
/>
<param
name=
"auth-calls"
value=
"false"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<!-- (also enables late negotiation) -->
<!--
<!--
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
DO NOT USE HOSTNAMES, ONLY IP ADDRESSES IN THESE SETTINGS!
-->
-->
...
...
conf/vanilla/sip_profiles/internal-ipv6.xml
浏览文件 @
c6aa2f14
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<!-- Allow ZRTP clients to negotiate end-to-end security associations -->
<!-- Allow ZRTP clients to negotiate end-to-end security associations
(also enables late negotiation)
-->
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<!-- this lets anything register -->
<!-- this lets anything register -->
...
...
conf/vanilla/sip_profiles/internal.xml
浏览文件 @
c6aa2f14
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<!-- Allow ZRTP clients to negotiate end-to-end security associations -->
<!-- Allow ZRTP clients to negotiate end-to-end security associations
(also enables late negotiation)
-->
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<!-- this lets anything register -->
<!-- this lets anything register -->
...
...
src/mod/endpoints/mod_sofia/conf/sofia.conf.xml
浏览文件 @
c6aa2f14
...
@@ -266,7 +266,7 @@
...
@@ -266,7 +266,7 @@
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<param
name=
"inbound-late-negotiation"
value=
"true"
/>
<!-- Allow ZRTP clients to negotiate end-to-end security associations -->
<!-- Allow ZRTP clients to negotiate end-to-end security associations
(also enables late negotiation)
-->
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<param
name=
"inbound-zrtp-passthru"
value=
"true"
/>
<!-- this lets anything register -->
<!-- this lets anything register -->
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论