mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
be more specific on this because the words TLS can appear in the req params elsewhere
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9721 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1a02a72813
commit
8e555e2cc5
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
<extension name="is_secure">
|
<extension name="is_secure">
|
||||||
<!-- Only Truly consider it secure if its TLS and SRTP -->
|
<!-- Only Truly consider it secure if its TLS and SRTP -->
|
||||||
<condition field="${sip_req_params}" expression="tls"/>
|
<condition field="${sip_req_params}" expression="transport=tls"/>
|
||||||
<condition field="${sip_secure_media_confirmed}" expression="^true$">
|
<condition field="${sip_secure_media_confirmed}" expression="^true$">
|
||||||
<action application="sleep" data="1000"/>
|
<action application="sleep" data="1000"/>
|
||||||
<!--<action application="send_display" data="Secure Music On Hold "/>-->
|
<!--<action application="send_display" data="Secure Music On Hold "/>-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user