Call Queues
Description
Call queue is a feature that allows an unlimited number of callers to wait for an available sales representative or for resources to become accessible to assist them. This allows you to provide each customer with the same quality service. In addition, it ensures your customers won’t end up in voicemail.
Queues consist of
- Incoming calls being placed in the queue
- Members that answer the queue (extensions or users that login as agents)
- A strategy for how to handle the queue and divide calls between members
- Music played while waiting in the queue
- Announcements for members and callers
Queues are defined in queues.conf or in dynamic realtime. The latter allow storing queue configuration in a database so that changes are immediately available for new callers without the need for an explicit reload.
- Agents are the people (or person) that answer call(s) that have been placed into a specific Queue. An agent logs in indicating that s/he is now ready to take calls. Asterisk transfers an inbound call to a queue, which is then in turn transfered to an available agent.
- Members are those channels that are active answering the Queue. It can be agents or normal channels, like "sip/snom23"
Usage
Queue Options
Queue Name – name of Queue.
Assigned DID(s) – quantity of DIDs, which are assigned to current Queue.
Extention – a short number by which this queue can be reached; must be unique in the system.
Server – allows to choose server in multiple servers system.
Ring Strategies – Calls are distributed among the members handling a queue with one of several strategies:
- ringall: ring all available channels until one answers (default)
- roundrobin: take turns ringing each available interface (deprecated in 1.4, use rrmemory)
- leastrecent: ring interface which was least recently called by this queue
- fewestcalls: ring the one with fewest completed calls from this queue
- random: ring random interface
- rrmemory: round robin with memory, remember where we left off last ring pass
Queue Weight –
Autofill –
Skip Busy Agents –
Fail Over Actions –
- Hangup
- Transfer to Extension
- Transfer to DID
- Transfer to Device
Agent Options
CID Name Prefix –
Report Hold Time –
Agent Announcement –
Agent Delay –
Agent Timeout –
Retry –
Wrap-Up-Time –
Allow hangup by –
Static Agents
To add Static Agent click on Add new Static Agent link and choose Device and Penalty.
Penalties
Queue members can be defined as having a penalty - e.g. member => SIP/200,1 member => SIP/201,2 member => SIP/202,3 member => SIP/203,2 If the strategy is defined as 'ringall', then only those available members with the lowest priorities will ring. In the example above, if 200 is not busy, then only 200 will ring. If 200 is busy, then only 201 and 203 will ring. If 200, 201 and 203 are busy, then 202 will ring.
NOTE that if extension 200 does not pick up it will not automatically go to extension 201. It will keep ringing 200 until they pick up. It will only go to the next extension if the current extension is either busy or unavailable.
Caller Options
Max Callers –
Join Announcement –
Ringing instead of MOH –
Music On Hold Class –
Ring at once when Agent is ringing –
Join Empty –
Leave When Empty –
Allow hangup by –
IVR Brake-Out Menu –
Max Wait Time –
Caller Announcements
Repeat Frequency –
Min. Announce Frequency –
Announce Position –
Announce Hold Time –
Round Seconds –
Periodic Announcements
Repeat Frequency –
Random –
Relative –
Anouncment –
Vizualization
From Reseller/Reseller PRO
Reseller/Reseller PRO is not able to use Queue functionality.
From Accountant
Accountant can manage Admins Queues if there are set Mange Queues permission in Accountant permissions.