gnrslash4life
MIS
Im looking for calls to a particular skillset to overflow to another only on the weekends. Is there a way to do this? Here is what I have set up right now:
IF ((DAY OF WEEK=produce_sun) AND (TIME OF DAY=produce_sun_hrs))
THEN
QUEUE TO SKILLSET produce
WAIT 2
GIVE RAN csr_ran
GIVE MUSIC mus_14
END IF
Basically I want it so that if sitting in the queue for a certain period of time it flows to another skillset. I know I can set it up to do it all the time in the ACD settings but only want it for the weekend.
IF ((DAY OF WEEK=produce_sun) AND (TIME OF DAY=produce_sun_hrs))
THEN
QUEUE TO SKILLSET produce
WAIT 2
GIVE RAN csr_ran
GIVE MUSIC mus_14
END IF
Basically I want it so that if sitting in the queue for a certain period of time it flows to another skillset. I know I can set it up to do it all the time in the ACD settings but only want it for the weekend.