Version 7.2 789 Mediant 1000B Gateway & E-SBC
User's Manual 45. Automatic Provisioning
3. Configure the device with the following Automatic Update settings:
a. Automatic Update is done every 24 hours (1440 minutes):
♦ ini File:
AutoUpdateFrequency = 1440
♦ CLI:
# configure system
(config-system)# automatic update
(automatic-update)# update-frequency 1440
b. Automatic Update of software file (.cmp):
♦ ini File:
AutoCmpFileUrl = 'https://www.company.com/sw.cmp'
♦ CLI:
# configure system
(config-system)# automatic update
(automatic-update)# auto-firmware 'http://www.company.com/sw.cmp'
c. Automatic Update of Call Progress Tone file:
♦ ini File:
CptFileURL =
'https://www.company.com/call_progress.dat'
♦ CLI:
# configure system
(config-system)# automatic update
(automatic-update)# call-progress-tones
'http://www.company.com/call_progress.dat'
d. Automatic Update of ini configuration file:
♦ ini File:
IniFileURL = 'https://www.company.com/config.ini'
♦ CLI:
# configure system
(config-system)# automatic update
(automatic-update)# voice-configuration
'http://www.company.com/config.ini'
e. Enable Cyclical Redundancy Check (CRC) on downloaded ini file:
♦ ini File:
AUPDCheckIfIniChanged = 1
♦ CLI:
# configure system
(config-system)# automatic update
(automatic-update)# crc-check regular
4. Power down and then power up the device.
45.2.10.2 Automatic Update from Remote Servers
This example describes how to configure the Automatic Update feature where files are
stored and downloaded from different file server types. The example scenario includes the
following:
NFS server (Version 2) at 10.13.2.10 for storing the CPT file.
FTPS server at ftpserver.corp.com for storing the Feature Key file. The login
credentials to the server are username "root" and password "wheel".