2021-04-16 01:54:17 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<schemalist gettext-domain="purism-calls">
|
2021-07-10 02:19:53 +00:00
|
|
|
<schema id="org.gnome.Calls" path="/org/gnome/Calls/">
|
2021-04-16 01:54:17 +00:00
|
|
|
|
|
|
|
<key name="auto-use-default-origins" type="b">
|
|
|
|
<default>true</default>
|
|
|
|
<summary>Whether calls should automatically use the default origin</summary>
|
|
|
|
<description>Whether calls should automatically use the default origin</description>
|
|
|
|
</key>
|
|
|
|
|
2021-05-18 14:05:46 +00:00
|
|
|
<key name="country-code" type="s">
|
|
|
|
<default>''</default>
|
|
|
|
<summary>The country code as reported by the modem</summary>
|
|
|
|
<description>The country code is used for contact name lookup</description>
|
|
|
|
</key>
|
|
|
|
|
2021-06-10 02:25:50 +00:00
|
|
|
<key name="autoload-plugins" type="as">
|
|
|
|
<default>["mm", "sip"]</default>
|
|
|
|
<summary>The plugins to load automatically</summary>
|
|
|
|
<description>These plugins will be automatically loaded on application startup.</description>
|
|
|
|
</key>
|
|
|
|
|
2021-11-23 14:03:14 +00:00
|
|
|
<key name="preferred-audio-codecs" type="as">
|
2022-03-04 13:06:08 +00:00
|
|
|
<default>["G722", "PCMA", "PCMU", "GSM"]</default>
|
2021-11-23 14:03:14 +00:00
|
|
|
<summary>Audio codecs to use for VoIP calls in order of preference</summary>
|
|
|
|
<description>The preferred audio codecs to use for VoIP calls (if available)</description>
|
|
|
|
</key>
|
|
|
|
|
2022-05-09 15:52:05 +00:00
|
|
|
<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>
|
|
|
|
|
2021-04-16 01:54:17 +00:00
|
|
|
</schema>
|
|
|
|
</schemalist>
|