User's Manual 456 Document #: LTRT-42060
Mediant 2600 E-SBC
ini File:
IniFileURL = 'http://www.corp.com/configuration.ini'
CptFileURL = 'http://www.corp.com/call_progress.dat'
AutoCmpFileUrl = 'http://www.corp.com/SIP_F6.80A.008.cmp
CLI:
# configure system
(config-system)# automatic update
(automatic-update)# cli-script https://company.com/cli/<MAC>
(automatic-update)# startup-script https://company.com/startup/<MAC>
(automatic-update)# voice-configuration http://www.company.com/configuration.ini
(automatic-update)# call-progress-tones http://www.company.com/call_progress.dat
(automatic-update)# auto-firmware http://www.company.com/SIP_F6.80A.008.cmp
Note: For configuration files (ini), the file name in the URL can automatically contain
the device's MAC address for enabling the device to download a file unique to the
device. For more information, see 'MAC Address Automatically Insert
Configuration File Name' on page 461.
31.2.3 Triggers for Automatic Update
The Automatic Update feature can be triggered by the following:
Upon device startup (reset or power up). To disable this trigger, run the following CLI
command:
(config-system)# automatic-update
(automatic-update)# run-on-reboot off
Periodically:
• Specified time of day (e.g., 18:00), configured by the ini file parameter
AutoUpdatePredefinedTime or CLI command configure system > automatic-
update > predefined-time.
• Interval between Automatic Updates (e.g., every 60 minutes), configured by the
ini file parameter AutoUpdateFrequency or CLI command configure system >
automatic-update > update-frequency.
Centralized provisioning server request:
• Upon receipt of an SNMP request from the provisioning server.
• Upon receipt of a special SIP NOTIFY message from the provisioning server. The
NOTIFY message includes an Event header with the AudioCodes proprietary
value, "check-sync;reboot=false", as shown in the example below:
NOTIFY sip:<user>@<dsthost> SIP/2.0
To: sip:<user>@<dsthost>
From: sip:sipsak@<srchost>
CSeq: 10 NOTIFY
Call-ID: 1234@<srchost>
Event: check-sync;reboot=false
To enable this feature through the Web interface:
a. Open the Advanced Parameters page (Configuration tab > VoIP menu >
SIP Definitions > Advanced Parameters).
b. Under the Misc Parameters group, set the 'SIP Remote Reset' parameter to
Enable.
c. Click Submit.
To enable through CLI: configure voip > sip-definition advanced-settings > sip-
remote-reset.