Page 1 of 2

Max Waiting Time in WR Queue

Posted: 15 Oct 2017 13:57
by knightrider
Hi guys,

I have a problem with CCD standard. I have 10 statistical pilots and each one going to its own dedicated pilot (dont ask why - legacy programming I think). All of these pilots go to one Waiting Room Queue. I have set a maximum waiting time on the Waiting room Q. The problem is that only calls from one of the Statistic pilot work with the maximum waiting time and the call goes to another dissuasion queue. All the other statistical pilot calls ignore the maximum waiting time and callers have to sit in the queue. If I ring any of the Pilots directly then max wait time works.

Thanks in advance...

R11.1 patch 28.b (I think latest GA for that is like 40.a right now)

Re: Max Waiting Time in WR Queue

Posted: 15 Oct 2017 15:18
by tgn
have all the pilots the same script activated? can you post the script (or if different the scripts) please?

regards...

Re: Max Waiting Time in WR Queue

Posted: 16 Oct 2017 03:38
by knightrider
It is same script on all pilots. I will try and get it and post it here

Re: Max Waiting Time in WR Queue

Posted: 18 Oct 2017 05:22
by knightrider
Hi,

So i patched up to the latest patch and still no joy. Here is a copy of the script...

START
APPLY
RULE_ISM CHARACTERISTICS_LIST
RESELECTION_TIMEOUT = %30
END

Thanks!

Re: Max Waiting Time in WR Queue

Posted: 18 Oct 2017 05:40
by sadim
Hi,
Is the script activated to each of the pilots?
BRegards

Re: Max Waiting Time in WR Queue

Posted: 18 Oct 2017 08:13
by tgn
Never had such a mess...
What says the asm script-debugger?
As a workarround you can try to extend your script with an IF clause.

Code: Select all

START
IF (EXPECTED_WAITING_TIME <= %150)
APPLY
RULE_ISM CHARACTERISTICS_LIST
RESELECTION_TIMEOUT = %30
ELSE
APPLY RULE_REDISTRIBUTION
END
(TAKE CARE I'VE THIS CODE NOT TESTED!)

regards...

Re: Max Waiting Time in WR Queue

Posted: 18 Oct 2017 17:25
by knightrider
sadim wrote: 18 Oct 2017 05:40 Hi,
Is the script activated to each of the pilots?
BRegards
Yes :?

Re: Max Waiting Time in WR Queue

Posted: 18 Oct 2017 17:29
by knightrider
tgn wrote: 18 Oct 2017 08:13 Never had such a mess...
What says the asm script-debugger?
As a workarround you can try to extend your script with an IF clause.

Code: Select all

START
IF (EXPECTED_WAITING_TIME <= %150)
APPLY
RULE_ISM CHARACTERISTICS_LIST
RESELECTION_TIMEOUT = %30
ELSE
APPLY RULE_REDISTRIBUTION
END
(TAKE CARE I'VE THIS CODE NOT TESTED!)

regards...
Hey tgn... I like mess, ask Cavagnaro :lol:
I will check out what the debugger says. I'm not really an expert on ACR (as you can see). I understand your code... i will try and see how it behaves :)

Re: Max Waiting Time in WR Queue

Posted: 19 Oct 2017 09:47
by sadim
Hi,
Can you post the result of the "adm_acd -salb" option 32
Also compare the call profile, call tag and priority of the stat pilot that works with a non working stat pilot
Regards

Re: Max Waiting Time in WR Queue

Posted: 20 Oct 2017 07:43
by knightrider
Well rather surprisingly, calls are going to the dissuasion queue for all the Stat Pilots. I guess it's not a simple straightforward test when we are relying on the system to start calculating EWT's.

In any case, @sadmin, I am attaching jpg of screenshots..