Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
d06ac756
提交
d06ac756
authored
9月 10, 2014
作者:
Brian West
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
clarify tls ciphers and update num to allow for ipv6 and tls options
上级
908dd265
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
12 行增加
和
4 行删除
+12
-4
enum.conf.xml
conf/vanilla/autoload_configs/enum.conf.xml
+3
-3
vars.xml
conf/vanilla/vars.xml
+9
-1
没有找到文件。
conf/vanilla/autoload_configs/enum.conf.xml
浏览文件 @
d06ac756
...
@@ -14,8 +14,8 @@
...
@@ -14,8 +14,8 @@
</settings>
</settings>
<routes>
<routes>
<route
service=
"E2U+SIP"
regex=
"sip:(.*)"
replace=
"sofia/${use_profile}/$1;transport=udp"
/>
<route
service=
"E2U+SIP"
regex=
"sip:(.*)"
replace=
"sofia/${use_profile}
-ipv6/$1;transport=udp|sofia/${use_profile}
/$1;transport=udp"
/>
<route
service=
"E2T+SIP"
regex=
"sip:(.*)"
replace=
"sofia/${use_profile}/$1;transport=tcp"
/>
<route
service=
"E2T+SIP"
regex=
"sip:(.*)"
replace=
"sofia/${use_profile}
-ipv6/$1;transport=tcp|sofia/${use_profile}
/$1;transport=tcp"
/>
<
!--<route service="E2U+XMPP" regex="XMPP:(.*)" replace="dingaling/$${xmpp_server_profile}/$1"/>--
>
<
route
service=
"E2T+SIPS"
regex=
"sip:(.*)"
replace=
"sofia/${use_profile}-ipv6/$1;transport=tls|sofia/${use_profile}/$1;transport=tls"
/
>
</routes>
</routes>
</configuration>
</configuration>
conf/vanilla/vars.xml
浏览文件 @
d06ac756
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<X-PRE-PROCESS
cmd=
"set"
data=
"domain=$${local_ip_v4}"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"domain=$${local_ip_v4}"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"domain_name=$${domain}"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"domain_name=$${domain}"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"hold_music=local_stream://moh"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"hold_music=local_stream://moh"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"use_profile=
in
ternal"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"use_profile=
ex
ternal"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"rtp_sdes_suites=AEAD_AES_256_GCM_8|AEAD_AES_128_GCM_8|AES_CM_256_HMAC_SHA1_80|AES_CM_192_HMAC_SHA1_80|AES_CM_128_HMAC_SHA1_80|AES_CM_256_HMAC_SHA1_32|AES_CM_192_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_32|AES_CM_128_NULL_AUTH"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"rtp_sdes_suites=AEAD_AES_256_GCM_8|AEAD_AES_128_GCM_8|AES_CM_256_HMAC_SHA1_80|AES_CM_192_HMAC_SHA1_80|AES_CM_128_HMAC_SHA1_80|AES_CM_256_HMAC_SHA1_32|AES_CM_192_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_32|AES_CM_128_NULL_AUTH"
/>
<!--
<!--
Enable ZRTP globally you can override this on a per channel basis
Enable ZRTP globally you can override this on a per channel basis
...
@@ -390,6 +390,14 @@
...
@@ -390,6 +390,14 @@
<!--
<!--
TLS cipher suite: default ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH
TLS cipher suite: default ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH
The actual ciphers supported will change per platform.
openssl ciphers -v 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH'
Will show you what is available in your verion of openssl.
Freeswitch does not support non-Elliptic Curve Diffie Hellman key
exchange.
-->
-->
<X-PRE-PROCESS
cmd=
"set"
data=
"sip_tls_ciphers=ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"sip_tls_ciphers=ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"
/>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论