Access level control example
The following is an example of access levels configured for various parameters. Note that the areas in red
indicate the configured access levels.
<PANASIPPhoneConfig>
<Device>
<System>
<ADMIN_ID perm=”RW” access=”A”>admin</ADMIN_ID>
<ADMIN_PASS perm=”RW” access=”A”>adminpass</ADMIN_PASS>
<USER_ID perm=”RW” access=”AU”>user</USER_ID>
<USER_PASS perm=”RW” access=”AU”>userpass</USER_PASS>
</Device>
</PANASIPPhoneConfig>
<LoginAcc>
</LoginAcc>
</System>
• When importing or exporting configuration parameters with the web user interface, the parameters below
can be imported or exported by an Administrator account user (access="A").
– ADMIN_ID, ADMIN_PASS, USER_ID, USER_PASS
• When importing or exporting configuration parameters with the web user interface, the parameters below
can be imported or exported by a User account user (access="U").
– USER_ID, USER_PASS
2.5 Processing Flow of Configuration File Download
Sequence
The device downloads the configuration file in the following specified order.
CFG_STANDARD_FILE_PATH ® CFG_PRODUCT_FILE_PATH ® CFG_MASTER_FILE_PATH
<PANASIPPhoneConfig>
<Initial>
<CfgFiles>
<CFG_STANDARD_FILE_PATH>http://prov.com/Config{MAC}.cfg</CFG_STANDARD_FILE_PATH>
<CFG_PRODUCT_FILE_PATH>http:/prov.com/Config{MODEL}.cfg</CFG_PRODUCT_FILE_PATH
<CFG_MASTER_FILE_PATH>http://prov.com/ConfigCom.cfg</CFG_MASTER_FILE_PATH>
</CfgFiles>
</CfgFiles>
</Initial>
</PANASIPPhoneConfig>
Since the files are processed according to the downloading order, any parameter which appears in
CFG_PRODUCT_FILE_PATH will not override the same parameter in CFG_STANDARD_FILE_PATH. Similarly,
any parameter in CFG_MASTER_FILE_PATH will not override the same parameter in
CFG_PRODUCT_FILE_PATH.
Note
• If the unit fails to download one of the configuration files, it will continue to download other files.
• If the unit fails to download all of the configuration files, it will use the local saved configuration (i.e.,
the previously downloaded configuration) in order to provide the most reliable service possible to the
end-user.
56 Administrator Guide Document Version 2015-01
2.5 Processing Flow of Configuration File Download Sequence