mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
10 lines
542 B
XML
10 lines
542 B
XML
<!-- Only Truly consider it secure if its TLS and SRTP -->
|
|
<extension name="is_secure" number="is_secure" context="global" continue="true" app_uuid="b57306e0-36df-4048-b182-7ad0f69d8c03" global="true" order="370">
|
|
<condition field="${sip_via_protocol}" expression="tls"/>
|
|
<condition field="${sip_secure_media_confirmed}" expression="^true$">
|
|
<action application="sleep" data="1000"/>
|
|
<action application="playback" data="misc/call_secured.wav"/>
|
|
<anti-action application="eval" data="not_secure"/>
|
|
</condition>
|
|
</extension>
|