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

Compare with Current View Page History

« Previous Version 4 Next »

Configuration files

Configuration files

Configuration files are the containers for a subset of configuration parameters (“Settings”). They are UTF-8 XML coded, and can be apply to a specific phone type and/or a specific MAC address.

Index
  • Used Parameters
  • File format
  • Example of a simple configuration file
  • Example of a more extensive configuration file for a German user including address book entries & function keys : D385-firmware.xml
  • Permission Flags
Used parameters
  • <certificates> tag
  • <dialplan> tag
  • <functionKeys> tag
  • <gui-languages>, <web-languages>tag
  • <phone-settings> tag
  • <ReplacementPlan> tag
  • <Setting-Files> tag
  • <tbook>,<phone-book> tag
  • <uploads> tag
  • Permission Flags
File format

The files should be written in the UTF-8 XML format. They can be segmented into the following tags:

<phone-settings>
<functionKeys>
<tbook>
<dialplan>
<ReplacementPlan>
<certificates>


Each of these tags can be stored as individual XML files, or within the <settings>-tag.

  • No labels