mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-01 13:39:21 +00:00
Update 055_rtp_has_crypto.xml
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<extension name="rtp_has_crypto" continue="true" uuid="e23d96cc-20db-4fa5-98a0-a75c402fa291">
|
||||
<condition field="${rtp_has_crypto}" expression="^(AES_CM_128_HMAC_SHA1_80|AES_CM_128_HMAC_SHA1_32)$">
|
||||
<action application="set" data="rtp_secure_media=true" inline="true"/>
|
||||
<action application="export" data="rtp_secure_media=true" inline="true"/>
|
||||
</condition>
|
||||
</extension>
|
||||
<context name="${domain_name}">
|
||||
<extension name="rtp_has_crypto" continue="true" uuid="e23d96cc-20db-4fa5-98a0-a75c402fa291" global="true" order="55">
|
||||
<condition field="${rtp_has_crypto}" expression="^(AES_CM_128_HMAC_SHA1_80|AES_CM_128_HMAC_SHA1_32)$">
|
||||
<action application="set" data="rtp_secure_media=true" inline="true"/>
|
||||
<action application="export" data="rtp_secure_media=true" inline="true"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
|
||||
Reference in New Issue
Block a user