gnrslash4life
MIS
Im trying to add a piece of code that will kick in a message for 2 hours for a meeting. This a one time deal. I have setup a VSDN in Meridian Mail and setup the message. Is my code going to work properly?
if ((date=oct17) and (time=csclosedhours)) then
give IVR 7106 cs_close else
QUEUE TO SKILLSET cserv
WAIT 2
GIVE RAN closed_ran
GIVE MUSIC mus_14
END IF
My variables are already defined and 7106 is my VSDN.
if ((date=oct17) and (time=csclosedhours)) then
give IVR 7106 cs_close else
QUEUE TO SKILLSET cserv
WAIT 2
GIVE RAN closed_ran
GIVE MUSIC mus_14
END IF
My variables are already defined and 7106 is my VSDN.