Provisioning
51
ET685 Administrator and Provisioning Manual
<firmware_uxm perm="<permission flag>"><value></firmware_uxm>
</firmware-settings>
Level 1
Element: firmware-settings
Level 2
Element:
firmware_uxm
tag represents the only allowed configuration parameter.
Attributes:
perm
string represents the <permission flag> (see
value
string represents the expansion module firmware image file URL.
XML Syntax
Syntax
XML Format
Description
The syntax depends on the XML tag:
Container: <setting-files>, <settings>
Setting Files: <phone-settings>, <functionKeys>, <tbook>,
<dialplan>, <ReplacementPlan>
Firmware File: <firmware-settings>
Language Files: <gui-languages>, <phrases>, <web-languages>,
<w_phrases>
Coding
UTF-8
Hints
XML header is required.
<?xml version=1.0 encoding=utf-8?>
Flags
Flags are defined as permission flags in the string perm within XML
tags. Valid values are:
perm=!
: The configuration parameter can be changed by the user
and will not be overwritten by mass provisioning.
NOTE:
If administrators want to be able to overwrite user parameter
definitions, they need to use perm=$. With perm=!, the settings can
be changed by mass provisioning
only
if the end user has not made
changes to the configuration on the phone itself or on its Web
interface.
perm=&
or
perm=R
or
perm=
: The configuration parameters are
Read Only and cannot be changed by the end user.
perm=$
or
perm=RW
or
perm="
The configuration parameters can
be changed by the end user but will be overwritten by mass
provisioning.