copy announcement-file scp

Last Updated : Nov 06, 2012 |

Uploads an announcement file from the Branch Gateway announcement directory to a remote SCP server using SCP. The files can then be downloaded from the SCP 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 scp source-filename {<ip-addr>|<IPv6–addr[%zone-id]>|<hostname>} [destination-filename]

Parameters

Parameter

Description

Possible Values

Default Value

source-filename

The file name of the announcement file in the Branch Gateway announcement directory. If the file name includes spaces, use quotes.

ip-addr

The IPv4 address of the remote SCP server

IPv6addr

The IPv6 address of the remote SCP server

%zone-id

VLAN number

1 — 4,090

hostname

The host name of the SCP server

destination-filename

The destination file name, including full path, if a name change is required. If the file name includes spaces, use quotes.

Up to 32 characters, not including the path

User level

read-write

Context

general

Example

To upload the file local_announcement2.wav from the announcements directory to the location c:\ on a remote SCP server with IP address 192.168.49.10, and name the destination file remote_announcement2.wav:

Gxxx-001(super)# copy announcement-file scp local_announcement2.wav
192.168.49.10 c:\remote_announcement2.wav

To upload the file local_announcement2.wav from the announcements directory to the location c:\ on a remote SCP server with IP address 2001:db8::c657:8699, and name the destination file remote_announcement2.wav:

Gxxx-001(super)# copy announcement-file scp local_announcement2.wav
12001:db8::c657:8699 c:\remote_announcement2.wav