Files to Upload

This command automatically uploads specified files to the device from a remote server.

Syntax

(config-system)# automatic-update
(auto-update)# 

Command

Description

auto-firmware

Defines the URL path to a remote server from where the software file (.cmp) can be uploaded. This is based on timestamp.

call-progress-tones

Defines the URL path to a remote server from where the Call Progress Tone (CPT) file can be uploaded.

cas-table

Defines the URL path to a remote server from where the Channel Associated Signaling (CAS) file can be uploaded.

cli-script

Defines the URL path to a remote server from where the CLI Script file can be uploaded.

configuration-pkg

Defines the URL path to a remote server from where the Configuration Package file can be uploaded.

Note: If the file is password-protected (encrypted), define the password using the default-configuration-package-password command.

dial-plan

Defines the URL path to a remote server from where the Dial Plan file can be uploaded.

dial-plan-csv

Defines the URL path to a remote server from where the Dial Plan file (.csv) can be uploaded.

feature-key

Defines the URL path to a remote server from where the License Key file can be uploaded.

firmware

Defines the URL path to a remote server from where the software file (.cmp) file can be uploaded.

Note: This is a one-time file update; once uploaded, the device does not uploaded it again.

gw-user-info

Defines the name of the Gateway User Information file and the URL address (IP address or FQDN) of the server where the file is located.

incremental-ini-file

Defines the name of the incremental ini file (configuration) and the URL address (IP address or FQDN) of the server where the file is located. Parameters that are not included in the ini file remain at their current settings.

ini-file

Defines the URL path to a remote server from where the voice configuration file can be uploaded.

mt-firmware

Defines the URL path to a remote server from where the software file (.cmp) for the MT device, participating in the Media Transcoding Cluster, can be uploaded.

prerecorded-tones

Defines the URL path to a remote server from where the Prerecorded Tone file can be uploaded.

sbc-user-info

Defines the name of the SBC User Information file and the URL address (IP address or FQDN) of the server where the file is located.

sbc-wizard

Defines the URL path to a remote server from where the SBC Wizard configuration template file can be uploaded.

startup-script

Defines the URL path to a remote server from where the Startup Script file can be uploaded.

tls-cert

Defines the URL path to a remote server from where the TLS certificate file can be uploaded.

tls-private-key

Defines the URL path to a remote server from where the TLS private key file can be uploaded.

tls-root-cert

Defines the URL path to a remote server from where the TLS root CA file can be uploaded (replaces existing files).

tls-root-cert-incr

Defines the URL path to a remote server from where the TLS root CA file can be uploaded (incremental file uploaded).

user-info

Defines the URL path to a remote server from where the User Info file can be uploaded.

vmc-firmware

Defines the URL path to a remote server from where the software file (.cmp) for the Media Component (MT), participating in the Media Cluster, can be uploaded.

vmt-firmware

Defines the URL path to a remote server from where the software file (.cmp) for the vMT device, participating in the Media Transcoding Cluster, can be uploaded.

voice-prompts

Defines the URL path to a remote server from where the Voice Prompts file can be uploaded.

web-favicon

Defines the URL path to a remote server from where the favicon image file for the favorite bookmark on your Web browser's toolbar associated with the device's URL, can be uploaded.

web-logo

Defines the URL path to a remote server from where the logo image file for the Web interface can be uploaded.

Command Mode

Privileged User

Note

The URL can be IPv4 or IPv6. If IPv6, enclose the address in square brackets:

URL with host name (FQDN) for DNS resolution into an IPv6 address: 
http://[FQDN]:<port>/<filename> 
URL with IPv6 address:
http://[IPv6 address]:<port>/<filename> 

Example

Automatic update of a CLI script file:

# configure system
(config-system)# automatic-update
(auto-update)# cli-script "http://192.168.0.199/cliconf.txt"
Note: Changes to this parameter will take effect when applying the
'activate' or 'exit' command
(automatic-update)# activate