- Joined
- Sep 22, 2019
- Messages
- 25
- Reaction score
- 2
3cx Version 16.0.3.676, 8SC licensed, sip trunk with 4SC
One queue, maximum number of calls waiting set to "2". Reason: Usually only one agent is present and one line should be reserved for outgoing calls.
Problem: When two calls (the maximum number we chose) are waiting in the queue, the next call should be rejected immediately, not picked up by the pbx.
But 3cx answers the call, plays the queue melody for approx. 5 seconds while it checks how to route the call and counts the calls in the queue, then finally decides to hang up.
3cx should not accept/connect the call in the first place, but just reject it!
Customers get angry, because they get the impression, their calls were constantly beeing hung up by the agent, when in fact the queue is full.
We need to
How to solve this with 3cx? Seems to me even call flow apps can't help, because when a call flow starts, the call will already be connected. So the caller has to pay for every try.
One queue, maximum number of calls waiting set to "2". Reason: Usually only one agent is present and one line should be reserved for outgoing calls.
Problem: When two calls (the maximum number we chose) are waiting in the queue, the next call should be rejected immediately, not picked up by the pbx.
But 3cx answers the call, plays the queue melody for approx. 5 seconds while it checks how to route the call and counts the calls in the queue, then finally decides to hang up.
3cx should not accept/connect the call in the first place, but just reject it!
Customers get angry, because they get the impression, their calls were constantly beeing hung up by the agent, when in fact the queue is full.
We need to
- limit the number of simultaneous incoming calls before 3cx queue connects to the call
- reserve a number of lines of a trunk for outgoing calls
- prevent callers from beeing charged by their providers just for waiting in the queue, because the call gets connected as soon as it is transferred to the queue. Waiting in queues should optionally work like waiting in ring groups, not connecting the call until someone answers the phone.
How to solve this with 3cx? Seems to me even call flow apps can't help, because when a call flow starts, the call will already be connected. So the caller has to pay for every try.