hello
I have a problem with my agents.
In my environment agents are working simultaneously with several queues.
While agent is talking he receives another calls from other queues he is logged in.
How to prevent that behaviour ?
I know there is option called “callcounter=yes” but i found it was introduced ind asterisk 1.8
Unfortunately I have version 1.4.21.2 of asterisk
hello
I have already had ringinuse=no for every queue added.
I added limitonpeers=yes but this does not resolve this problem.
I found that busylevel was added to asterisk 1.6.0 so i cannot use it in 1.4
I added call-limit=1 but does it prevens agents to transfer call or get the call on hold ?
yes i have busylevel,
at least dont see any complains in asterisk logs when i added it.
but how to achieve what I want using busylevel and call-limit options?