I have one question regarding Queues.
In my queue I have six members, but I wont to limit number of simultaneous conversations to two - that mean only two member can have conversation at the same time. When there is third call, just put him on “hold” and when one of those two release call, third call is proceeded to the next available member.
Directly on the Queue application I dont think there is such option I would need to check, but a quick workaround would be before pass the caller to the queue, count the number of members free in your queue , use the QUEUE_MEMBER function to do this, then apply some kind of logic , like if numbers of free members is <=3 caller must be placed on hold you could use BridgeWait() for the holding part, then you will need to keep monitoring the the number of free member periodically and use the channelredirect command to move callers to the queue