Telecomlady
Programmer
Is this a correct statement in Symposium? These agents are not getting calls. I want the SLSINTPAY_5103 to get calls after 1 min in queue. I'm I doing this correctly?
IF (AGE OF CALL >60) THEN
IF NOT OUT OF SERVICE SLSINTPAY_5103 THEN
QUEUE TO SKILLSET SLSINTPAY_5103
WAIT 2
END IF
END IF
Thanks in advance!
IF (AGE OF CALL >60) THEN
IF NOT OUT OF SERVICE SLSINTPAY_5103 THEN
QUEUE TO SKILLSET SLSINTPAY_5103
WAIT 2
END IF
END IF
Thanks in advance!