mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
React to all suites in the defaults and set true to accept the strongest offer received
This commit is contained in:
parent
8807e8fa02
commit
ea313038f2
@ -135,7 +135,7 @@
|
|||||||
<anti-action application="start_dtmf"/>
|
<anti-action application="start_dtmf"/>
|
||||||
</condition>
|
</condition>
|
||||||
-->
|
-->
|
||||||
<condition field="${rtp_has_crypto}" expression="^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$" break="never">
|
<condition field="${rtp_has_crypto}" expression="^($${rtp_sdes_suites})$" break="never">
|
||||||
<action application="set" data="rtp_secure_media=true"/>
|
<action application="set" data="rtp_secure_media=true"/>
|
||||||
<!-- Offer SRTP on outbound legs if we have it on inbound. -->
|
<!-- Offer SRTP on outbound legs if we have it on inbound. -->
|
||||||
<!-- <action application="export" data="rtp_secure_media=true"/> -->
|
<!-- <action application="export" data="rtp_secure_media=true"/> -->
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
<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=internal"/>
|
<X-PRE-PROCESS cmd="set" data="use_profile=internal"/>
|
||||||
|
<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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user