Features/Mass Deployment/Setting Files/XML/Container
From Snom User Wiki
< Features | Mass Deployment | Setting Files | XML
Introduction
Container are XML structures allowing to specify a list of setting file URLs/tags which will be consecutively requested by the phone. There are currently two container types supported:
- Setting Files Container
- Setting Container
Setting Files Container
- Setting files container are XML files using the <setting-files> tag
- They should be the first XML file provisioned.
- They allow to specify a list of setting file URLs:
- Formerly used ASCII text based setting files (limitations apply)
- XML phone settings files
- XML function key setting files
- XML directory setting files
- XML dial plan setting files
- XML Language setting files --> multiple language support (except snom370) for the
- phone user interface
- web user interface
- The URLs are requested in the defined order (1)..(n).
Syntax
<?xml version=="1.0" encoding=="utf-8" ?> <setting-files> <file url=="URL(1)" /> ... <file url=="URL(n)" /> </setting-files>
Example
Settings Container
- Setting container are XML files using the <settings> tag.
- They allow to specify the following setting file tags in one file, e.g:
Syntax
<?xml version=="1.0" encoding=="utf-8" ?> <settings> <phone-settings>...</phone-settings> <functionKeys>...</functionKeys> <tbook>...</tbook> <dialplan>...</dialplan> </settings>
Example
- Complete Parameter List obtained from each snom phone (from Firmware Version 7 onwards - please pay attention to these hints)
