When distributing calls using a queue when receiving a call

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.

If what you’re calling extension is an agent, they have to logout (or by executing “queue remove member”)

You can pause the member.

If the member is ISP or IAX, and registering, you can unregister the device that represents the member.

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