tweak 9999 to look at sip_via_protocol now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9924 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6c35e3cd4a
commit
82eb23ba99
|
@ -40,7 +40,7 @@
|
|||
|
||||
<extension name="is_secure">
|
||||
<!-- Only Truly consider it secure if its TLS and SRTP -->
|
||||
<condition field="${sip_contact_params}" expression="transport=tls"/>
|
||||
<condition field="${sip_via_protocol}" expression="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