schema: Add setting allowing to use SDES
Key exchanges in SDES can only be done securely with TLS and the option is disabled by default if not using TLS as the transport protocol. This setting allows to override this behaviour if the user desires it (f.e. if the user considers the network his packets go through to be trusted).
This commit is contained in:
@@ -26,5 +26,11 @@
|
||||
<description>The preferred audio codecs to use for VoIP calls (if available)</description>
|
||||
</key>
|
||||
|
||||
<key name="always-allow-sdes" type="b">
|
||||
<default>false</default>
|
||||
<summary>Whether to allow using SDES for SRTP without TLS as the transport</summary>
|
||||
<description>Set to true if you want to allow with keys exchanged in cleartext.</description>
|
||||
</key>
|
||||
|
||||
</schema>
|
||||
</schemalist>
|
||||
|
Reference in New Issue
Block a user