You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

The phone settings XML tag (<phone-settings>) contains the main part of the available configuration parameters.

Syntax
  • This XML tag can be used either inside the <settings> tag

    <phone-settings e="2">
      <parameter(1)> idx="<index>" perm="<permission flag>" <value></<parameter>
      ...
      <parameter(n)> idx="<index>" perm="<permission flag>" <value></<parameter>>
     </phone-settings>
  • or as an individual XML file whose URL is listed inside <setting-files> tag

    <?xml version="1.0" encoding="utf-8"?>
     <phone-settings e="2">
      <parameter(1)> idx="<index>" perm="<permission flag>" <value></<parameter>
      ...
      <parameter(n)> idx="<index>" perm="<permission flag>" <value></<parameter>>
     </phone-settings>
  • The following attributes are allowed:

    • e="2" defines that unicode-values inside xml-escapes (e.g. & # 6 4 ;) may be greater than 255.
    • <parameter> tag contains
      • idx representing a valid account index
      • perm representing a valid permission flag
      • value representing the parameter value
      • action representing the action on the setting, currently only supported value is "remove"
        "remove" will remove only the value from the setting. Note that this setting only applies to a small list of settings.

        Note:

        • The action attribute was added in 10.1.57.0, it can only be applied to the below listed settings and if used on any other settings will simply result in a normal "set" of the included value overwriting any previous value available to following settings:  

          • status_msgs_that_are_important
          • status_msgs_that_show_directly


  • No labels