Skip to content

FilterSettings#

Shortly in FW 2.0 a separate settings category. Moved into [[en:products:comfortel-d-series:developer:provisioning:settings:remoteaccess|RemoteAccess]] with FW 2.2

Defaults#

Commented File-structure#

filterSettings.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- Activation switch for selective showing of menu items + List of Settings main menus -->
<filterSettings version="1.20.8">
  <!-- type: boolean -->
  <filterActive>false</filterActive>
  <!-- List of main menus that will be shown. (true => show; false => hide) -->
  <settingsFilterList>
    <!-- type: boolean -->
    <network>false</network>
    <!-- type: boolean -->
    <identities>false</identities>
    <!-- type: boolean -->
    <bluetooth>true</bluetooth>
    <!-- type: boolean -->
    <wifi>false</wifi>
    <!-- type: boolean -->
    <sound>true</sound>
    <!-- type: boolean -->
    <language>true</language>
    <!-- type: boolean -->
    <display>true</display>
    <!-- type: boolean -->
    <telephony>true</telephony>
    <!-- type: boolean -->
    <functions>true</functions>
    <!-- type: boolean -->
    <cameras>true</cameras>
    <!-- type: boolean -->
    <update>false</update>
    <!-- type: boolean -->
    <provisioning>false</provisioning>
    <!-- type: boolean -->
    <remoteaccess>false</remoteaccess>
    <!-- type: boolean -->
    <apps>false</apps>
    <!-- type: boolean -->
    <time_date>true</time_date>
    <!-- type: boolean -->
    <ldap>false</ldap>
  </settingsFilterList>
</filterSettings>