User's Manual 47. Automatic Provisioning
Version 6.8 659 Mediant 500L MSBR
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. 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.
47.2.9.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:
FTPS server at ftpserver.corp.com for storing the Voice Prompts (VP) file. The login
credentials to the server are username "root" and password "wheel".
HTTP server at www.company.com for storing the configuration file (Startup Script).
DNS server at 80.179.52.100 for resolving the domain names of the provisioning
servers (FTPS and HTTP).
To set up Automatic Provisioning for files stored on different server types
(example):
5. VP file:
a. Set up an FTPS server and copy the VP file to the server.
b. Configure the device with the URL path of the VP file:
♦ ini File:
VPFileUrl =
'ftps://root:wheel@ftpserver.corp.com/vp.dat'
♦ CLI:
# configure system
(config-system)# automatic update
(automatic-update)# voice-prompts
'ftps://root:wheel@ftpserver.corp.com/vp.dat'
6. Software (.cmp) and ini files:
a. Set up an HTTP Web server and copy the .cmp and configuration files to the
server.
b. Configure the device with the URL paths of the .cmp and ini files:
♦ ini File:
AutoCmpFileUrl =
'http://www.company.com/device/sw.cmp'
♦ CLI: