copy announcement-file https

Last Updated : Aug 09, 2021 |

Uploads an announcement file from the Branch Gateway announcement directory to a remote HTTP or HTTPS server. The files can then be downloaded from the HTTP or HTTPS server to Avaya Voice Announcements Manager (VAM).

Note:

If you install increased RAM, the command works only if an announcement file system exists. An announcement file system is created when one of the following occurs:

  • The gateway is registered to Communication Manager, and at the SAT interface of the Communication Manager, you enter enable announcement-board.

  • You run a backup or restore operation (without reset).

Syntax

copy announcement-file https <annc-filename> <URL> [transfer-type] [<destination-filename>]

Parameters

Parameter

Description

Possible Values

Default Value

URL

The URL contains the following elements in order:

  • http://or https://

  • username (optional) followed by @

  • webserver host:- IPv4 address, IPv6 address, or Fully Qualified Domain Name of the remote HTTP or HTTPS server

  • :webserver port (optional)

  • /file path

  • path

  • filename

https://

transfer-type

The transfer type depending on the type of verification. The options are:

  • secure: verifies the certificate and hostname, applicable for https

  • certificate: verifies the webserver TLS certificate, applicable for https

  • unsecure: no TLS certificate verification required

  • secure

  • certificate

  • unsecure

  • secure for https

  • unsecure for http

destination-filename

The destination file name, including full path, if a name change is required. File name must not include blank spaces.

Up to 32 characters, not including the path

User level

read-write

Context

general

Example

To upload local_announcement2.wav from the announcements directory to a remote HTTP or HTTPS server with IP address 192.168.49.10, place it in the C drive, and name it remote_announcement2.wav:

Gxxx-001(super)# copy announcement-file https ann123.wav http://user@www.example.com:8000/files/ann123.wav