Features/Mass Deployment/Setting Files/XML/Container

From Snom User Wiki

Jump to: navigation, search

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

Syntax

<?xml version=="1.0" encoding=="utf-8" ?>
 <setting-files>
  <file url=="URL(1)" />
  ...
  <file url=="URL(n)" />
 </setting-files>

Example

Settings Container

Syntax

<?xml version=="1.0" encoding=="utf-8" ?>
 <settings>
  <phone-settings>...</phone-settings>
  <functionKeys>...</functionKeys>
  <tbook>...</tbook>
  <dialplan>...</dialplan>
 </settings>

Example

Personal tools