Guest John Witbeck Report post Posted 09/28/2005 04:18 AM I want to record a different voice message for each day of the week and then schedule each one to play on the corresponding day. Share this post Link to post
SupportTeam Report post Posted 09/28/2005 05:21 AM You can either use Time Switch module to go to different parts of script depending on day/time (see: http://www.voiceguide.com/vghelp/html/modT...dTimeSwitch.htm ) Or if you just want to play different messages then you may just want to make the files like this: day1.wav, day2.wav, day3.wav .... day7.wav and in a Play module specify to play a sound file like this: day$RV_WEEKDAY.wav $RV_WEEKDAY takes on a value between 1 and 7, depending on what day it is. 1 is a Monday and 7 is a Sunday. See: http://www.voiceguide.com/vghelp/html/Resu...ltVariables.htm Share this post Link to post