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">
|
||||
<!-- 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$">
|
||||
<action application="sleep" data="1000"/>
|
||||
<!--<action application="send_display" data="Secure Music On Hold "/>-->
|
||||
|
|
Loading…
Reference in New Issue