This method is used to play a wave file through voicemail to the active connection taking into account the system locale.
Voice.PlayLocaleWav(wav, [wait], [interruptables], [dlgid])
· wav (String)
This contains the name of the wave file to be played. 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.
· wait (Boolean)
This optional parameter specifes whether voicemail should return immediately (0) or wait
until the wave file has been played first (1).
· interruptables (String, Default = "Any")
This is for future development.
· dlgid (Long. Default = 0)
The connection for the voicemail session.