Automatic Update Parameters on page 577.
 To configure the Automatic Update feature (ini file example):
1. Setup a Web server (e.g., http://www.corp.com) and place all the required
configuration files on this server.
2. For each device, preconfigure the following parameter (DHCP / DNS are assumed):
IniFileURL = 'http://www.corp.com/master_configuration.ini'
3. Create a file named master_configuration.ini with the following text:
# Common configuration for all devices
# ------------------------------------
CptFileURL = 'http://www.corp.com/call_progress.dat'
# Check for updates every 60 minutes
AutoUpdateFrequency = 60
# Additional configuration per device
# -----------------------------------
# Each device loads a file named based on its MAC address
# (e.g., config_00908F033512.ini)
IniFileURL = 'http://www.corp.com/config_<MAC>.ini'
# Reset the device after configuration is updated.
# The device resets after all files are processed.
ResetNow = 1
You can modify the master_configuration.ini file (or any of the config_<MAC>.ini files)
at any time. The device queries for the latest version every 60 minutes and applies the
new settings immediately.
4. For additional security, use HTTPS or FTPS. The device supports HTTPS (RFC 2818)
and FTPS using the AUTH TLS method <draft-murray-auth-ftp-ssl-16>.
5. The configuration URL can also be provided using the analog-based Voice
Configuration Menu.
6. To download configuration files from an NFS server, the NFS file system parameters
should be defined in the ini file. The following is an example of an ini file for
downloading files from NFS servers using NFS version 2:
# Define NFS servers for Automatic Update
[ NFSServers ]
FORMAT NFSServers_Index = NFSServers_HostOrIP,
NFSServers_RootPath, NFSServers_NfsVersion;
NFSServers 1 = 10.31.2.10, /usr/share, 2 ;
NFSServers 2 = 192.168.100.7, /d/shared, 2 ;
[ \NFSServers ]
CptFileUrl =
'file://10.31.2.10/usr/share/public/usa_tones.dat'
VpFileUrl =
'file://192.168.100.7/d/shared/gateways/voiceprompt.dat'