Version 6.2 883 February 2011
SIP User's Manual 12. Configuration Parameters Reference
Parameter Description
[AUPDCheckIfIniChanged ]
Determines whether the Automatic Update mechanism performs
CRC checking to determine if the ini file has changed prior to
processing.
[0] = Do not check CRC. The ini file is loaded whenever the
server provides it. (default)
[1] = Check CRC for the entire file. Any change, including line
order, causes the ini file to be re-processed.
[2] = Check CRC for individual lines. Use this option when the
HTTP server scrambles the order of lines in the provided ini file.
[ResetNow]
Invokes an immediate device reset. This option can be used to
activate offline (i.e., not on-the-fly) parameters that are loaded using
the parameter IniFileUrl.
[0] = The immediate restart mechanism is disabled (default).
[1] = The device immediately resets after an ini file with this
parameter set to 1 is loaded.
Software/Configuration File URL Path for Automatic Update Parameters
[CmpFileURL]
Specifies the name of the cmp file and the path to the server (IP
address or FQDN) from where the device loads a new cmp file and
updates itself. The cmp file can be loaded using HTTP/HTTPS.
For example: http://192.168.0.1/filename
Notes:
For this parameter to take effect, a device reset is required.
When this parameter is configured, the device always loads the
cmp file after it is reset.
The cmp file is validated before it's burned to flash. The
checksum of the cmp file is also compared to the previously
burnt checksum to avoid unnecessary resets.
The maximum length of the URL address is 255 characters.
[IniFileURL]
Specifies the name of the ini file and the path to the server (IP
address or FQDN) on which it is located. The ini file can be loaded
using HTTP/HTTPS.
For example:
http://192.168.0.1/filename
http://192.8.77.13/config<MAC>
https://<username>:<password>@<IP address>/<file name>
Notes:
For this parameter to take effect, a device reset is required.
When using HTTP or HTTPS, the date and time of the ini file are
validated. Only more recently dated ini files are loaded.
The optional string '<MAC>' is replaced with the device's MAC
address. Therefore, the device requests an ini file name that
contains its MAC address. This option allows the loading of
specific configurations for specific devices.
The maximum length of the URL address is 99 characters.