| Revision History | ||
|---|---|---|
| Revision $Revision: 1.8 $ - covers QueueMetrics 12.05 / Espresso 0.9 | $Date: 2012/05/15 09:45:01 $ | L |
Table of Contents
QueueMetrics Espresso is a way to install a fully configured QueueMetrics automatically on the most common Asterisk PBXs that use FreePBX (or a derivative) as their Asterisk configuration GUI.
QueueMetrics Espresso natively works on the following PBXs:
You obtain a completely configured system that supports inbound and outbound calling, linking to call recordings, call barging, the Agent’s GUI with logins/logoffs/pauses, call completion statuses and many other fetures.
You probably already know that using one of the above-mentioned Asterisk distributions you can install a fully featured Asterisk-based PBX in a matter of minutes. This PBX is very good for most users as it is preconfigured to handle the most common scenarios one can find in a personal environment or in a small to medium sized office.
However, the common usage patterns of a small call center are quite different from the ones you are likely to find in a typical PBX, because:
In our opinion, running a successful call center is more a state of mind than a given set of telephone equipment. What makes a difference is not the number of extensions, queues or agents you may have: it is a mindset where you consider that the customers calling in are very important and you do your best to serve them well within given budget limits.
Maybe you just run a small computer-repair shop and have a couple of lines coming in. What is the cost of having people waiting or calling various times because they cannot talk to anybody within a reasonable time? What will your clients think about you? On the contrary, what will your clients think of your Customer Service Department if it always answers after the very first ring? And how do you know if your technicians actually answer the phone when the calls come in or wait five minutes, because they are doing other things? These are the questions you should ask. If you follow the guidelines in this document, you’ll find an easy way to start answering questions like these.
Running a call-center, therefore, is not a matter of having multiple PRIs or special hardware. In most cases, you will not even need a separate box from your main PBX running Asterisk. You will only need some software and a bit of configuration to set it up correctly.
Before we start building a small call center, we have to focus a bit on the terminology:
An agent can be working on one or more queues: whenever he is available, all calls coming in to any queue he’s working on will be routed to him.
In this tutorial, we will learn how to create both inbound queues and outgoing campaigns and the proper agent setup to handle them successfully.
To follow this guide, you will need a reasonably modern Asterisk-based PBX installed, running FreePBX. It may be your home or office PBX. This tutorial has been produced for TrixBox 2.8 and its derivatives, but applying it to different versions should be rather trivial.
You can follow this guide completely while having your PBX running, so there is no need for any prolonged downtime. You will need at least a couple of telephones to test your setup, and a land line you can use.
You should be basically familiar on how to use your PBX: creating extensions, connecting to external lines and so on.
Espresso will install QueueMetrics and Qloaderd on your system by downloading them from the network, so your PBX needs to be connected to the Internet during the installation.
This tutorial is split into two separate parts; one for inbound and one for outbound.
For each queue/campaign, for both inbound and outbound, we will show how to:
In our scenario, we have a fictious set of queues and agents that work on them. They are defined as:
| Queue code | Campaign name | Direction | Agents working on it | Extensions |
|---|---|---|---|---|
300 | Support EN | Inbound | 200 and 201 | 400 and 401 |
301 | Support ES | Inbound | 200 | 400 |
302 | Helpdesk | Inbound | 201 | 401 |
350 | Callback | Outbound | 200, 201 and 202 | 400, 401, 402 |
Each agent is defined by his/her agent code; as you can see, extension codes are now separate and linked to the physical extension being used. You can have agents log on from different extensions and still be able to accurately track their activities.