Symposium 4.0 SU10
This is one I sort of know the answer to but would appreciate comments or inprovemnts.
I know that in reports (not GRTD) that there is only a single service level, e.g if pegging set to 20 seconds, then calls below 20 seconds met SLA, but calls above 20, fall below SLA.
However, our sales team (as usual) decided to tell the customer that we can report on calls below 20 seconds and above 40 seconds (i.e 2 threasholds).
I thinking of queuing to a secondry / dummy skillset in a loop section.
So would have:
IF NOT OUT OF SERVICE techsupport THEN
QUEUE TO SKILLSET techsupport
WAIT 2....
SECTION LOOP1
IF AGE OF CALL >40 THEN IF NOT OUT OF SERVICE xyx THEN
QUEUE TO SKILLSET xyz
WAIT 2.....
EXECUTE LOOP1
The problem arises that I want it to show the total length of call once it start queuing (i want to avoid messages as these can vary massively, so can't really report on application).
I can see a problem, if the call is answered in 42 seconds by xyx, then it will come back as 2 second answer.
Does anyone have any ideas or can I happily carry on saying, "Sorry Guv, not my problem, i didn't say it could do it!"
Thanks,
Stu..
This is one I sort of know the answer to but would appreciate comments or inprovemnts.
I know that in reports (not GRTD) that there is only a single service level, e.g if pegging set to 20 seconds, then calls below 20 seconds met SLA, but calls above 20, fall below SLA.
However, our sales team (as usual) decided to tell the customer that we can report on calls below 20 seconds and above 40 seconds (i.e 2 threasholds).
I thinking of queuing to a secondry / dummy skillset in a loop section.
So would have:
IF NOT OUT OF SERVICE techsupport THEN
QUEUE TO SKILLSET techsupport
WAIT 2....
SECTION LOOP1
IF AGE OF CALL >40 THEN IF NOT OUT OF SERVICE xyx THEN
QUEUE TO SKILLSET xyz
WAIT 2.....
EXECUTE LOOP1
The problem arises that I want it to show the total length of call once it start queuing (i want to avoid messages as these can vary massively, so can't really report on application).
I can see a problem, if the call is answered in 42 seconds by xyx, then it will come back as 2 second answer.
Does anyone have any ideas or can I happily carry on saying, "Sorry Guv, not my problem, i didn't say it could do it!"
Thanks,
Stu..