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.