VBScript
This function gets or set the standard voicemail welcome message file name.
' get the file name of the standard voicemail
Dim sMessage
sMessage = PBXUser.VoicemailWelcomeMessage
' set the file name of the standard voicemail
PBXUser.VoicemailWelcomeMessage = "Voicemail.wav"
This function takes or returns a string value.
When setting a new standard voicemail message the .wav needs to be in the SwyxWare database either in the USER scope of the script user or in the GLOBAL scope.
The following properties are also available to access the standard voicemail configuration of the script user:
By Tom Wellige