Queue strategy leastrecent is not skipping to next agent

i have queue where strategy is leastrecent.

in a scenario i have 5 agents joined in queue and everyone is free. when a queue call comes and distributed to agent1 and agent1 didnt answer, the queue call is distributed to agent1 again and again.

is this the expected behaviour?
shouldnt it deliver the call to the next agent2…5 one by one?

also is there any document explaining the strategies? in the conf file we have just one line about leastrecent “ring interface which was least recently hung up by this queue” which is not really helpful.

thanks.

Yes.
Agent1 will be ever the leastrecent that answered a call.

Miss or reject a call don’t change his position.

For that, it’s better set auto pause for those who miss/ignore a queue call.

“For that, it’s better set auto pause for those who miss/ignore a queue call.”

keep in mind that u will need to un pause agent !

you will have some routine for this!

thanks for the confirmation. i wasnt sure whether this is a bug or a feature.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.