Hi,
I have to do following:
If Idle Agent Count Skillset1 = 0 THEN GIVE BUSY END IF
If Oldest Call Skillset1 > x Then GIVE BUSY END IF
If QUEUED Call Count Skillset1 > x Then GIVE BUSY END IF
GIVE RAN xx /* About 20 seconds RTYP = MLVL */
QUEUE TO Skillset Skillset1
WAIT 6
....
The RAN is a duty announcement which has to be played before an agent can answered it.
The length of the RAN is about 20 secs. As you can see (it is a very busy line), i have no chance to find out how many calls are already on the RAN. The result are very long waiting times. I am trying to find a possibility to check how much Calls are Waiting against the application....
I tried dummy skillset, GIVE IVR. No chance.
Any other possibilities?
I have to do following:
If Idle Agent Count Skillset1 = 0 THEN GIVE BUSY END IF
If Oldest Call Skillset1 > x Then GIVE BUSY END IF
If QUEUED Call Count Skillset1 > x Then GIVE BUSY END IF
GIVE RAN xx /* About 20 seconds RTYP = MLVL */
QUEUE TO Skillset Skillset1
WAIT 6
....
The RAN is a duty announcement which has to be played before an agent can answered it.
The length of the RAN is about 20 secs. As you can see (it is a very busy line), i have no chance to find out how many calls are already on the RAN. The result are very long waiting times. I am trying to find a possibility to check how much Calls are Waiting against the application....
I tried dummy skillset, GIVE IVR. No chance.
Any other possibilities?