Files on the device management server
Global configuration file
The global configuration file contains the basic configuration – all settings that are common for all conference phones on your location. The easiest way to create this file is simply to configure one phone and export the configuration file or use the built in configuration file creator.
The default name for this file is avaya.xml, but it is possible to create a custom name by using the pagename element in the configuration file. It is also possible to refer to a cgi, php, asp, js or jsp file, instead of the xml file, if this is declared using the type element in the configuration file.
Avaya B179 searches for configuration files in the following order:
'' |
Type parameter value |
Result |
1 |
<nothing> |
<pagename>.xml |
2 |
cgi |
<pagename>.cgi?phone_model=avaya_b179> |
3 |
%''% |
<pagename>.php?phone_model=avaya_b179> |
4 |
asp |
<pagename>.asp?phone_model=avaya_b179> |
5 |
E |
<pagename>.js?phone_model=avaya_b179> |
6 |
E % |
<pagename>.jsp?phone_model=avaya_b179> |
: |
<any name> |
<pagename>.<any name>?phone_model=avaya_b179> |
= |
auto |
1, 2, 3, 4, 5, and 6 will be tried in that order |
Local configuration file
The local configuration file contains configuration parameters that are unique for every conference phone. The settings in this file takes precedence over the settings in the global configuration file.
The default name for this file is avaya-<MAC>.xml, where <MAC> is the MAC address of the specific conference phone. The MAC address should be written without colons.
It is possible to create a custom name by using the pagename element in the configuration file. It is also possible to refer to a cgi, php, asp, js or jsp file, instead of the xml file, if this is declared using the type element in the configuration file.
Avaya B179 searches for configuration files in the following order:
'' |
Type parameter value |
Result |
1 |
<nothing> |
<pagename>-<MAC>.xml |
2 |
cgi |
<pagename>.cgi?phone_model=avaya_b179ð=<MAC> |
3 |
%''% |
<pagename>.php?phone_model=avaya_b179ð=<MAC> |
4 |
asp |
<pagename>.asp?phone_model=avaya_b179ð=<MAC> |
5 |
E |
<pagename>.js?phone_model=avaya_b179ð=<MAC> |
6 |
E % |
<pagename>.jsp?phone_model=avaya_b179ð=<MAC> |
: |
<any name> |
<pagename>.<any name>?phone_model=avaya_b179ð=<MAC> |
= |
auto |
1, 2, 3, 4, 5, and 6 will be tried in that order |
Firmware binary
Contains the firmware binary that will be downloaded and installed by Avaya B179 if the metadata file shows that this is a newer version than the present installed. The binary file can be downloaded from support.avaya.com.
Firmware metadata file
A metadata file in xml format with information of the firmware version in the binary file. The file is used to check if the binary file should be downloaded to the phone or not.
The name of this file shall be avaya_fw_version.xml. The file shall contain the following elements in xml format:
<firmware_version>
|
|
<version>X.X.X</version>
|
Eg. 2.0.7 |
<filename>xxxx</filename>
|
Eg. AVAYA_B179_v2.0.7.kt |
<checksum>XXXX</checksum>
|
MD5 checksum of the firmware binary |
</firmware_version>
|
|