2012-07-10 20:27:27 +02:00
|
|
|
<!-- Only Truly consider it secure if its TLS and SRTP -->
|
2014-02-10 22:09:49 +01:00
|
|
|
<context name="{v_context}">
|
2019-10-18 20:30:53 +02:00
|
|
|
<extension name="is_secure" number="is_secure" continue="true" app_uuid="b57306e0-36df-4048-b182-7ad0f69d8c03" order="370">
|
2012-07-10 20:27:27 +02:00
|
|
|
<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>
|
2019-10-18 20:30:53 +02:00
|
|
|
</context>
|