提交 d5411fe9 authored 作者: Brian West's avatar Brian West

Ok this is a stop gap for some people running 3.x polycom firmware. We smack…

Ok this is a stop gap for some people running 3.x polycom firmware.  We smack down the ability to turn on SRTP.

I'm currently working with Polycom to resolve this issue. (SR #: 1-31824511)



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12340 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 65d92c3b
......@@ -86,6 +86,16 @@
<!-- Offer SRTP on outbound legs if we have it on inbound. -->
<!-- <action application="export" data="sip_secure_media=true"/> -->
</condition>
<!--
This will cause us to not enable SRTP on known broken 3.x.x Polycom Firmware.
-->
<condition field="${sip_secure_media}" expression="^true$" break="never"/>
<condition field="${sip_user_agent}" expression="^PolycomSound(Point|Station)IP-S(S|P)IP_\d{3,4}-UA\/((3).(\d).(\d).(\d{4}))$" break="never">
<action application="set" data="sip_secure_media=false"/>
<action application="log" data="crit Your phone is a Polycom running 3.x firmware that is known broken for SRTP."/>
</condition>
<condition>
<action application="hash" data="insert/${domain_name}-spymap/${caller_id_number}/${uuid}"/>
<action application="hash" data="insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论