File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 135
135
<anti-action application="start_dtmf"/>
136
136
</condition>
137
137
-->
138
- <condition field =" ${rtp_has_crypto}" expression =" ^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80 )$" break =" never" >
138
+ <condition field =" ${rtp_has_crypto}" expression =" ^($${rtp_sdes_suites} )$" break =" never" >
139
139
<action application =" set" data =" rtp_secure_media=true" />
140
140
<!-- Offer SRTP on outbound legs if we have it on inbound. -->
141
141
<!-- <action application="export" data="rtp_secure_media=true"/> -->
Original file line number Diff line number Diff line change 50
50
<X-PRE-PROCESS cmd =" set" data =" domain_name=$${domain}" />
51
51
<X-PRE-PROCESS cmd =" set" data =" hold_music=local_stream://moh" />
52
52
<X-PRE-PROCESS cmd =" set" data =" use_profile=internal" />
53
-
53
+ < 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 " />
54
54
<!--
55
55
Enable ZRTP globally you can override this on a per channel basis
56
56
You can’t perform that action at this time.
0 commit comments