Avaya 6 Manual Do Utilizador

Página de 454
Voicemail Pro Installation and Maintenance
Page 350
15-601063 Issue 22e (16 May 2010)
IP Office Release 6
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)