I am distributing calls in a round-robin fashion using Queue.
I have registered 4 extensions in the queue.
However, when only 3 extensions are connected to the 4 extensions, is there a way to distribute calls to only 3 extensions without deleting them from the queue?
I think it would be good to distribute from the queue only when the connection is established, rather than having to fix it one by one in case the phone is broken or something.