Hi,
CC6.0
I have a customer who wants the following:
If the total amount of time all people waiting exceeds the say 200 seconds, the next caller will be forwarded to the voicemail.
e.g. there's a queue of 8 people.
5 are waiting 30 seconds and 3 are waiting 20 seconds.
The total wait time is now (5*30)+(3*20)=210 seconds.
I want the next caller to be forwarded to the voicemail.
I've come up with this so far:
IF (EXPECTED WAIT TIME Skill_A * QUEUED COUNT Skill_A) > 200 THEN
ROUTE CALL VMAIL
END IF
Anyone else a better solution or another idea?
CC6.0
I have a customer who wants the following:
If the total amount of time all people waiting exceeds the say 200 seconds, the next caller will be forwarded to the voicemail.
e.g. there's a queue of 8 people.
5 are waiting 30 seconds and 3 are waiting 20 seconds.
The total wait time is now (5*30)+(3*20)=210 seconds.
I want the next caller to be forwarded to the voicemail.
I've come up with this so far:
IF (EXPECTED WAIT TIME Skill_A * QUEUED COUNT Skill_A) > 200 THEN
ROUTE CALL VMAIL
END IF
Anyone else a better solution or another idea?