7.1.2 VBScript Methods

7.1.2.1 ForwardMsg Method

This method can be used to forward a file or message to other mailboxes.

Method

Voice.ForwardMsg "file", "mailboxes", "ident"

 

 

 

Parameters

file (String)

 

 

This contains the name of the file to be translated. If the fully qualified path is specified

 

 

(drive:\path\file) then the full specified path name is used otherwise the file is relative to

 

 

the specified locale within the WAVS directory.

 

 

[GREETING]\greeting

 

 

 

Plays out the greeting stored within the greetings directory. The .WAV extension is

 

 

 

automatically appended.

 

 

[ACCOUNTS]\mailbox\message

 

 

 

Plays out the message stored within the specified mailbox. The .WAV extension is

 

 

 

automatically appended.

 

 

[CAMPAIGN]\campaign\message

 

 

 

Plays out a campaign message stored within the specified campaign. The .WAV

 

 

 

extension is automatically appended.

 

mailboxes (String)

 

 

The list of mailboxes to forward the message to, separated by non digits other than

 

 

commas, for example 202 203 204.

 

ident (String)

 

 

The CLI to be associated with the message.

 

 

Return Value

This method does not return a value.

 

 

 

 

7.1.2.2 ForwardMsgToMailbox Method

This method is used to forward a file or message to another mailbox.

Method

Voice.ForwardMsgToMailbox "file", "mailbox", "ident"

 

 

 

Parameters

file (String)

 

 

This contains the name of the file to be translated. If the fully qualified path is specified

 

 

(drive:\path\file) then the full specified path name is used otherwise the file is relative to

 

 

the specified locale within the WAVS directory.

 

 

[GREETING]\greeting

 

 

 

Plays out the greeting stored within the greetings directory. The .WAV extension is

 

 

 

automatically appended.

 

 

[ACCOUNTS]\mailbox\message

 

 

 

Plays out the message stored within the specified mailbox. The .WAV extension is

 

 

 

automatically appended.

 

 

[CAMPAIGN]\campaign\message

 

 

 

Plays out a campaign message stored within the specified campaign. The .WAV

 

 

 

extension is automatically appended.

 

mailbox (String)

 

 

The mailbox to forward the message to.

 

ident (String)

 

 

The CLI to be associated with the message.

 

 

Return Value

The name of the new message. (String)

 

 

 

 

Voicemail Pro Installation and Maintenance

Page 350

IP Office Release 6

15-601063 Issue 22e (16 May 2010)

Page 350
Image 350
Avaya 6 manual VBScript Methods, ForwardMsg Method, ForwardMsgToMailbox Method