Features/Mass Deployment/Setting Files/XML/Flags
From Snom User Wiki
< Features | Mass Deployment | Setting Files | XML(Redirected from PERMISSIONFLAG)
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. However the parameter value will only be stored if that parameter has not been changed yet by the user. Only parameter definitions using perm="$" are overwriting previous user changes.
- perm="&" or perm="R" or perm=" ": The configuration parameter becomes write-protected (read only)
- perm="$" or perm="RW" or perm="" The configuration parameter can be changed but will be overwritten on reboot.
Note: The snom m9 only supports R and RW values for the settings permissions
