SlideShare a Scribd company logo
Elastix Call Center Addon
(Brief description of setup and functionality)




                                © 2012, PALOSANTO SOLUTIONS All rights reserved. This documentation is confidential and its
                                intellectual property belongs to PaloSanto Solutions. Any unauthorized use, reproduction, preparation of
                                derivative works, performance, or display of this document, or software represented by this document,
                                without the express written permission of PaloSanto Solutions is strictly prohibited. PaloSanto Solutions,
                                Elastix and Elastix logo design, trademarks and/or service marks belongs to Megatelcon S.A. all other
                                trademarks, service marks, and trade names are owned by their respective companies.
Call Center Addon(1)
§  This software is designed to make campaigns for incoming and
    outgoing calls.


§  These calls allow interaction between operators (agents) and people
    contacted (subscribers).


§  We use the term "campaign" to describe the execution of a set of
    calls.


§  The module includes a predictive dialer that handles the automatic
    call of "objective" numbers.
Call Center Addon(2)
§  It also includes two major components: a web based agent console
    and a call management interface.

§  The current version includes support for the ECCP protocol.

§  This protocol makes the operation more efficient and can integrate
    external applications.

§  The Elastix Call Center Addon is Open Source.
Call Center Addon(3)
Model of Operation
§  The Call center addon is designed around Asterisk's queue
    functionality.

§  This design assumes that each queue has at least one agent.

§  Each campaign uses one queue. An Agent can be part of more than
    one queue.

§  In the present version there are two function modes: Outgoing
    Campaign and Ingoing (Incoming) Campaigns.
Implemented features
§  Automatic call to a list of numbers
§  Execution of several simultaneous campaigns
§  Agent monitoring (on calls)
§  Predictive dialer
§  Attention Script storage
§  Entry form
§  Call Schedule
§  Ability to put a call on hold
§  Call activity reports
Known limitations
§  Is not possible to assign a specific agent to a call.


§  It doesn’t place a call in a queue without agents; It doesn't play
    audio on unattended calls.


§  That’s why the module is designed to mediate calls that are handled
    by human agents.


§  It is possible to implement this functionality in the future, as
    "Campaign Without Agents".
Predictive Dialer
Predictive Dialer (1)
§  Is the part of the call center that interacts directly with calls.

§  It is implemented as a resident service (daemon) written in PHP. It can
    be started as a service with this command:

    service elastixdialer stop|start


§  The dialer starts each call using the command Originate from
    Asterisk.

§  The dialer is constantly reviewing all the calls, placed by it (Originate),
    that have not received an event OriginateResponse.
Predictive Dialer (2)
§  If the dialer receives an answer (OriginateResponse -
    example: join or link), it will write the information of that call in the
    database.

§  The dialer asks regularly about the status of the queue to find out
    how many registered agents are free.

§  The number of free agents regulates how many calls are initiated
    simultaneously.

§  The dialer estimates the average length of call, to try to predict if
    the calls are in progress to finish to place new calls proactively. This
    feature is configurable.
Predictive Dialer (3)
§  The prediction model is a cumulative Erlang distribution.


§  The Web interface lets you start and stop the dialer


§  It also allows to activate and deactivate debugging on the dialer, even
    if the dialer is running.


§  The default path of the dialer log file is: /opt/elastix/
    dialer/dialerd.log
Predictive Dialer (4)
§  The predictive dialer is active by default after installing the module.

§  However it is possible to turn it off from the interface, on the
    configuration menu at the module.
Module Administration
§  The module administration allows:

   §  Create Agents

   §  Adding queues

   §  Create new outbound campaigns

   §  Create new Inbound campaigns

   §  Administration breaks

§  It also provides a configuration interface that lets you start, stop and
    configure the predictive dialer, including activation of debugging.
Starting the Operation
Prior to the beginning of the call center operation we must follow these
basic settings:

1.  Install Elastix Call Center Addon

2.  Create a group with the configuration for Agents.

3.  Create Users for every agent in the system

4.  Creating Extensions for Agents

5.  Create Agents in the Call Center module.

6.  Create the queues required for operation.
Starting the Operation
       Installing the Call Center (1)
The installation of the module is simple. We must go to the Addons
menu and click on INSTALL.
Starting the Operation
       Installing the Call Center (2)
§  The installation will begin automatically
§  Once concluded, Elastix will enable a menu for the addon.
Starting the Operation
               Creating a Group (1)
§  The creation of users and agents is important for the operation of
    the call center.

§  For security reasons and control, we must restrict the access for
    these users.

§  It is necessary to create a group with restricted access to the
    interface. (just the agent console)

§  To create the group go to:

      System → Users → Group: Create New Group
Starting the Operation
Creating a Group (2)
Starting the Operation
                Creating a Group (3)
§  To configure the permissions for the new group we’ll go to::
§  System → Users → Group Permissions
§  Select the recently created group.
§  Click on show filter and filter by the resource: Agent Console.
§  Select and Save.
Starting the Operation
                   Creating a Users
§  Once we created the group with restricted access, we can create the
    users for the agents. Go to:

§  System → Users → Create New User




§  We can create as many users as agents we need.
Starting the Operation
               Creating a Extensions
§  We must create as many extensions as agents required in a
    campaign.

§  It is enough to create SIP extensions.

§  To facilitate the call center operation, these extensions are used on a
    Softphone (normally).

§  The call center addon will transfer all the calls of any campaign to the
    agent extension.
Starting the Operation
                 Creating Agents (1)
§  Creating an agent is different from the creation of users. The agents
    are generated in the call center module.

§  An Operator / Agent, will need a user to login to Elastix. Once in the
    interface, he will need an agent user to login the call center.

§  To create an agent go to:

§  Call Center → Agent Options → Agents

§  Make click on the link "New Agent"
Starting the Operation
               Creating Agents (2)



§  The ECCP Password field is not required, the system will assign a
    password for us when a new agent is created.
Starting the Operation
                Creating Queues (1)
§  The process of creating a queue is similar to what we practiced
    before.

§  The only difference is that, instead of placing extensions created in
    Elastix, we will place the agents numbers that we want on that
    queue.

§  There’s another difference related with the nomenclature, we must
    put the prefix A before every agent number.

§  We will create the queue with the name ectetest and the number
    101.
Starting the Operation
                 Creating Queues (2)




§  As we can see in the image, the field "static agents" has the information
    of the agents created on the Call Center. We used the prefix "A" and the
    number 0, after the agent.
§  We can place any ring strategy. Usually "fewestcalls".
Starting the Operation
              Activating the Module
§  Prior the beginning of the operation we must check if the Call Center is
    Active.
§  This can be done at the dashboard or from the configuration menu at
    the call center module (Dialer Status)
Agent Console (1)
§  The Agent Console manages the interaction of the agent with the
    system. Is web based.

§  The console receives events of a call through the ECCP. Is the same
    for all the information of every call.

§  The agent will see this information in the console (telephone
    number, contact information).

§  At the moment, the agent console works using the ECCP protocol.
Agent Console (2)


               Campaign
               Functions



Actions
Agent Console (3)
Actions

Hangup: Allows to end a call

Take Break: Allows an agent to take a break for a determine activity.
Breaks must be created previously by the administrator.

Transfer: Transfers the call to any existing extension on the dial plan.
This is a blind transfer.

VTiger CRM: Opens Vtiger in a new window on the browser. Vtiger
must be active.

End session: Ends the session for that agent, on the call center.
Agent Console (4)
Campaign functions

Call Information: Shows the information of the person that calls, if
we have this information on the database. If we don’t have the
information, then it will show the telephone number in the bottom.

Call Script: Shows the Script, created previously, to instruct the agent.

Call Form: This window will show the form created for a campaign.
Outgoing Campaings (1)
§  The system uses a list of telephone numbers to call.

§  When we activate the campaign, the system will dial this numbers,
    verifying that there are free agents registered in the queue. As
    many calls as free agents.

§  This method links the queue with the subscriber number. If the call
    is successful, then it enters the queue and is assigned to the next
    free agent.

§  The assignment depends on the ring strategy of the queue (linear,
    wrandom...etc)
Outgoing Campaings (2)
§  The system registers the agent assigned to a call in a database.

§  This information will be used for reports and consult.

§  At the end of the call, the agent will be placed on stand by, and will
    be available to receive a call.

§  This process continues till the last number on the list.

§  We can configure retry attempts, in this way the module will call all
    the numbers with unsuccessful calls.
Incoming Campaings
§  We define a queue which includes the agents. The predictive dialer
    is not used in this operation mode.

§  It is required to route the calls from subscribers to the campaign
    queue.

§  The system registers the agent assigned to a call in a database. This
    information will be used for reports and consult.

§  We can load a list of numbers of clients, with additional
    information. The agent will see this information available on the
    console.
Campaings Configuration
§  There is a menu available for each type of campaign:
   §  Outgoing Calls

   §  Ingoing Calls (Incoming calls)

§  Before we start a campaign is important to define:

   a.  Forms
   b.  Contact lists (optional for ingoing calls)
   c.  Telephone number list (required for outgoing calls)
   d.  Breaks
   e.  And off course: Agents and queues
Campaign Configuration
                            Forms (1)
§  Forms are created at:

        Call Center → Forms → Form Designer

§  Each form has the option to add several fields:

   •     Text field

   •     List field

   •     Date field

   •     Label field
Campaign Configuration
     Forms (2)
Campaign Configuration
                           Forms (3)
§  At "Form Preview“ we will see a preview of the form




§  Form creation and management works fine on Mozilla Firefox. It is
    possible that some fields may not be able to be configured from other
    browsers.
Campaign Configuration
          Clients – Ingoing Calls (1)
§  Ingoing calls allow to load a contact list.


§  The module verifies the incoming number with the list and shows
    the information of the contact to the agent (if it is available).


§  The supported information for this contact list is:


§  "telefono"(telephone),"cedula/ruc"(ID Number),"nombre"(first
    name),"apellido”(last name)
Campaign Configuration
          Clients – Ingoing Calls (2)
§  It is useful to make the list on Excel or Calc in OpenOffice.
§  In the first column we can see the telephone number. The second
    column will contain the ID number (cedula). The third and fourth
    column contains the first and last name.




                                                      OpenOffice	
  
Campaign Configuration
          Clients – Ingoing Calls (3)
§  The field cedula/ruc, is a required field for this functionality. If the
    file doesn’t have information in that column, we will receive an
    error.

§  We can put an identifier number on every cell if we don't know
    the ID of every contact.

§  The previous example shows a random number for each contact.
§  The file has to be saved as csv:
  •    If the file is made in OpenOffice, you should save it as "Text CSV
       (.csv)"
  •    If the file is made in Excel, you should save it as "Windows Comma
       Separated (.csv)"
Campaign Configuration
          Clients – Ingoing Calls (4)
§  Once we create the file with the list of contact, we must upload it
    in the "Clients" menu:

§  Call Center → Ingoing Calls → Clients
Campaign Configuration
    Phone list – Outgoing Calls (1)

§  The most important information in an outgoing call is the
    telephone number list.

§  This information will be required in the creation of a campaign,
    however it is important to do it right.

§  It is useful to make the list on Excel or Calc in OpenOffice.

§  The file must be created as csv
Campaign Configuration
    Phone list – Outgoing Calls (2)

1.  If the file is made in OpenOffice, you should save it as "Text
    CSV (.csv)"
2.  If the file is made in Excel, you should save it as "Windows
    Comma Separated (.csv)"




                                               OpenOffice	
  
Campaign Configuration
           Break Configuration (1)

§  Breaks allow to put an agent on standby as not available.

§  In this state, the dialer will not assign calls to the agent.


§  This situation applies to both type of campaigns: Ingoing and
    Outgoing.


§  To create breaks go to: Call Center → Breaks; we must click on
    “Create new break”.
Campaign Configuration
           Break Configuration (2)




§  Breaks can be "Active" or "Inactive".

§  The break must be active, to be selected, otherwise it won’t be
    available for the agent.
On Campaign
                  Ingoing Calls (1)

§  First, we must select a queue.


§  The module will transfer all the incoming calls to the queue and
    the queue will distribute them to the agents configured.


§  There can be several queues and we can activate several
    ingoing campaigns.


§  A queue can be selected on more than one active campaigns.
On Campaign
                      Ingoing Calls (2)
Call Center → Ingoing Calls → Queues
On Campaign
                  Ingoing Calls (3)

§  After we select the queue, it is recommended to load the list of
    clients to the database.


§  Now we will create a campaign for an Incoming Call Campaign.


§  Go to: Call Center → Ingoing Calls → Ingoing Campaigns

§  Once there we must create a new campaign, select the form to
    use and write a Script for the agent.
On Campaign
Ingoing Calls (4)
On Campaign
                Ingoing Calls (5)




§  Once we’ve created the campaign, it will begin its operation and
    it will assign calls to all login agents.

§  We will review the agent login process later.
On Campaign
                Outgoing Calls (1)

§  Go to: Call Center → Outgoing Calls → Campaigns.

§  Once there we can create a new campaign.

§  The module allows to have several campaigns working at the same
    time. We will only have the limitation of the telephone lines
    available for all the calls.

§  Just like ingoing calls, a queue can be assigned to more than one
    campaign. However if we have a queue on an ingoing campaign, we
    won’t be allowed to use it in an outgoing campaign.
On Campaign
Outgoing Calls (2)
On Campaign
              Outgoing Calls (3)




§  Once we create the campaign, the dialer will begin its operation
    and it will assign calls to all the logged in agents.
On Campaign
                 Outgoing Calls (4)

§  The module has a feature that allows us to enter numbers that
    must not be called.

§  This functionality allows to enter a specific number.

§  It also allows us to load a list of numbers from a .csv file
On Campaign
                     Outgoing Calls (5)
Call Center → Outgoing Calls → Do not call list
Agent login (1)
An agent must login to Elastix first with his user and password
Agent login (2)
When the agent logs in, he/she will only have access to the console




  §  Once there he must choose the agent number and the extension and
      make click on "Enter".

  §  The module will call to the extension, the agent has to answer and dial
      the password and the key # to login to the call center.
Agent login (3)
Once in the call center, the agent is ready to receive calls.
Agent Interaction (1)
If the agent selects a break, he/she will not be able to receive calls.
Agent Interaction (2)
Incoming call (The console doesn't show information about the client
because is not in the database)
Agent Interaction (3)
The agent can review the Script prepared for the campaign. Click on the
Tab "Call Script"
Agent Interaction (4)
The form can be fill on the TAB “Call Form”
Agent Interaction (5)
The agent can hangup the call or transfer it to another number in the
internal dial plan.
Reports (1)
Reports included are:

      §  Calls Detail             §  Graphic Calls per hour

      §  Calls per hour           §  Agent Information

      §  Calls per Agent          §  Agents Monitoring

      §  Hold Time                §  Trunks used per hour

      §  Login Logout             §  Agents connection time

      §  Ingoing Calls Success    §  Incoming calls monitoring
Reports (2)
Reports (3)
Reports (4)
Reports (5)
Reports (6)
Reports (7)
Reports (8)

More Related Content

What's hot

Mise en place d’un serveur de messagerie sous Windows
Mise en place d’un serveur de messagerie sous WindowsMise en place d’un serveur de messagerie sous Windows
Mise en place d’un serveur de messagerie sous Windows
Jeff Hermann Ela Aba
 
Installation Zimbra.pdf
Installation Zimbra.pdfInstallation Zimbra.pdf
Installation Zimbra.pdf
ssuser64f0591
 
Group policy objects
Group policy objectsGroup policy objects
Group policy objects
MianMuhammadMuaz
 
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
Christoph Adler
 
Mise en place d'un système de messagerie sécurisée pour une PME/PMI
Mise en place d'un système de messagerie sécurisée pour une PME/PMIMise en place d'un système de messagerie sécurisée pour une PME/PMI
Mise en place d'un système de messagerie sécurisée pour une PME/PMIPapa Cheikh Cisse
 
Introduction to fragments in android
Introduction to fragments in androidIntroduction to fragments in android
Introduction to fragments in android
Prawesh Shrestha
 
Mise en place d'un système de messagerie sous debian avec: postfix, dovecot, ...
Mise en place d'un système de messagerie sous debian avec: postfix, dovecot, ...Mise en place d'un système de messagerie sous debian avec: postfix, dovecot, ...
Mise en place d'un système de messagerie sous debian avec: postfix, dovecot, ...
Manassé Achim kpaya
 
Tp n 4 linux
Tp n 4 linuxTp n 4 linux
Tp n 4 linux
Amir Souissi
 
A Technical Guide To Deploying Single Sign On
A Technical Guide To Deploying Single Sign OnA Technical Guide To Deploying Single Sign On
A Technical Guide To Deploying Single Sign On
Gabriella Davis
 
Laravel 9 comprendre les fondamentaux.
Laravel 9 comprendre les fondamentaux.Laravel 9 comprendre les fondamentaux.
Laravel 9 comprendre les fondamentaux.
Valdy Ngouabira
 
WhatsApp End to End encryption
WhatsApp End to End encryptionWhatsApp End to End encryption
WhatsApp End to End encryption
Venkatesh Kariappa
 
Marzouk architecture encouches-jee-mvc
Marzouk architecture encouches-jee-mvcMarzouk architecture encouches-jee-mvc
Marzouk architecture encouches-jee-mvc
abderrahim marzouk
 
Shared preferences
Shared preferencesShared preferences
Shared preferences
Sourabh Sahu
 
Ibm mq dqm setups
Ibm mq dqm setupsIbm mq dqm setups
Ibm mq dqm setups
sarvank2
 
HCL Domino V12 - TOTP
HCL Domino V12 - TOTPHCL Domino V12 - TOTP
HCL Domino V12 - TOTP
Ales Lichtenberg
 
IIS
IISIIS
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notesHow to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
andrewscott01
 
Fiche projet réseau local d'une entreprise moderne
Fiche projet réseau local d'une entreprise moderne Fiche projet réseau local d'une entreprise moderne
Fiche projet réseau local d'une entreprise moderne
Mohamed Boubaya
 
Tp n 1 linux
Tp n 1 linuxTp n 1 linux
Tp n 1 linux
Amir Souissi
 

What's hot (20)

4.C#
4.C#4.C#
4.C#
 
Mise en place d’un serveur de messagerie sous Windows
Mise en place d’un serveur de messagerie sous WindowsMise en place d’un serveur de messagerie sous Windows
Mise en place d’un serveur de messagerie sous Windows
 
Installation Zimbra.pdf
Installation Zimbra.pdfInstallation Zimbra.pdf
Installation Zimbra.pdf
 
Group policy objects
Group policy objectsGroup policy objects
Group policy objects
 
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
dachnug49 - panagenda Workshop - 100 new things in Notes, Nomad Web & MarvelC...
 
Mise en place d'un système de messagerie sécurisée pour une PME/PMI
Mise en place d'un système de messagerie sécurisée pour une PME/PMIMise en place d'un système de messagerie sécurisée pour une PME/PMI
Mise en place d'un système de messagerie sécurisée pour une PME/PMI
 
Introduction to fragments in android
Introduction to fragments in androidIntroduction to fragments in android
Introduction to fragments in android
 
Mise en place d'un système de messagerie sous debian avec: postfix, dovecot, ...
Mise en place d'un système de messagerie sous debian avec: postfix, dovecot, ...Mise en place d'un système de messagerie sous debian avec: postfix, dovecot, ...
Mise en place d'un système de messagerie sous debian avec: postfix, dovecot, ...
 
Tp n 4 linux
Tp n 4 linuxTp n 4 linux
Tp n 4 linux
 
A Technical Guide To Deploying Single Sign On
A Technical Guide To Deploying Single Sign OnA Technical Guide To Deploying Single Sign On
A Technical Guide To Deploying Single Sign On
 
Laravel 9 comprendre les fondamentaux.
Laravel 9 comprendre les fondamentaux.Laravel 9 comprendre les fondamentaux.
Laravel 9 comprendre les fondamentaux.
 
WhatsApp End to End encryption
WhatsApp End to End encryptionWhatsApp End to End encryption
WhatsApp End to End encryption
 
Marzouk architecture encouches-jee-mvc
Marzouk architecture encouches-jee-mvcMarzouk architecture encouches-jee-mvc
Marzouk architecture encouches-jee-mvc
 
Shared preferences
Shared preferencesShared preferences
Shared preferences
 
Ibm mq dqm setups
Ibm mq dqm setupsIbm mq dqm setups
Ibm mq dqm setups
 
HCL Domino V12 - TOTP
HCL Domino V12 - TOTPHCL Domino V12 - TOTP
HCL Domino V12 - TOTP
 
IIS
IISIIS
IIS
 
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notesHow to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
How to fix ‘database is corrupt: cannot allocate space’ error in lotus notes
 
Fiche projet réseau local d'une entreprise moderne
Fiche projet réseau local d'une entreprise moderne Fiche projet réseau local d'une entreprise moderne
Fiche projet réseau local d'une entreprise moderne
 
Tp n 1 linux
Tp n 1 linuxTp n 1 linux
Tp n 1 linux
 

Viewers also liked

программный модуль Elastix call center
программный модуль Elastix call centerпрограммный модуль Elastix call center
программный модуль Elastix call center
ALPHONE.RU
 
IT solution service, IT 솔루션 온라인서비스
IT solution service, IT 솔루션 온라인서비스IT solution service, IT 솔루션 온라인서비스
IT solution service, IT 솔루션 온라인서비스
Galu Sun
 
MicroSoft corporation
MicroSoft corporationMicroSoft corporation
MicroSoft corporation
prasad mali
 
UCC Australia - Company Profile
UCC Australia - Company ProfileUCC Australia - Company Profile
UCC Australia - Company Profile
Dyon Swanborough
 
Call Center
Call CenterCall Center
Call Center
SHEETAL WAGHMARE
 
Call centre presentation.ppt
Call centre presentation.pptCall centre presentation.ppt
Call centre presentation.pptKAFLAT
 
State of the Cloud 2017
State of the Cloud 2017State of the Cloud 2017
State of the Cloud 2017
Bessemer Venture Partners
 
Social Media for Business
Social Media for BusinessSocial Media for Business
Social Media for Business
Presentation Advisors
 

Viewers also liked (8)

программный модуль Elastix call center
программный модуль Elastix call centerпрограммный модуль Elastix call center
программный модуль Elastix call center
 
IT solution service, IT 솔루션 온라인서비스
IT solution service, IT 솔루션 온라인서비스IT solution service, IT 솔루션 온라인서비스
IT solution service, IT 솔루션 온라인서비스
 
MicroSoft corporation
MicroSoft corporationMicroSoft corporation
MicroSoft corporation
 
UCC Australia - Company Profile
UCC Australia - Company ProfileUCC Australia - Company Profile
UCC Australia - Company Profile
 
Call Center
Call CenterCall Center
Call Center
 
Call centre presentation.ppt
Call centre presentation.pptCall centre presentation.ppt
Call centre presentation.ppt
 
State of the Cloud 2017
State of the Cloud 2017State of the Cloud 2017
State of the Cloud 2017
 
Social Media for Business
Social Media for BusinessSocial Media for Business
Social Media for Business
 

Similar to Elastix Call Center

Architecture: Manual vs. Automation
Architecture: Manual vs. AutomationArchitecture: Manual vs. Automation
Architecture: Manual vs. Automation
Amazon Web Services
 
QueueMetrics Icon Agent Page and Elastix Integration
QueueMetrics Icon Agent Page and Elastix IntegrationQueueMetrics Icon Agent Page and Elastix Integration
QueueMetrics Icon Agent Page and Elastix Integration
PaloSanto Solutions
 
LogMeIn Rescue: Getting Started Guide
LogMeIn Rescue: Getting Started GuideLogMeIn Rescue: Getting Started Guide
LogMeIn Rescue: Getting Started Guide
LogMeIn
 
Debugger & Profiler in NetBeans
Debugger & Profiler in NetBeansDebugger & Profiler in NetBeans
Debugger & Profiler in NetBeans
Huu Bang Le Phan
 
Advanced Search with Solr - User Guide
Advanced Search with Solr - User GuideAdvanced Search with Solr - User Guide
Advanced Search with Solr - User Guide
Biztech Store
 
Asp Abstracts, Sample Copy 15+ Abstracts
Asp Abstracts, Sample Copy 15+ AbstractsAsp Abstracts, Sample Copy 15+ Abstracts
Asp Abstracts, Sample Copy 15+ Abstracts
ncct
 
AWS UG Warsaw & Serverless warsztatowo! 19.09.2019 | Hillel Solow's presentation
AWS UG Warsaw & Serverless warsztatowo! 19.09.2019 | Hillel Solow's presentationAWS UG Warsaw & Serverless warsztatowo! 19.09.2019 | Hillel Solow's presentation
AWS UG Warsaw & Serverless warsztatowo! 19.09.2019 | Hillel Solow's presentation
Serverless User Group Poland
 
"Don’t Run with Scissors: Serverless Security Survival Guide" | Hillel Solow,...
"Don’t Run with Scissors: Serverless Security Survival Guide" | Hillel Solow,..."Don’t Run with Scissors: Serverless Security Survival Guide" | Hillel Solow,...
"Don’t Run with Scissors: Serverless Security Survival Guide" | Hillel Solow,...
LCloud
 
Avaya IP Office Customer Call Reporter
Avaya IP Office Customer Call ReporterAvaya IP Office Customer Call Reporter
Avaya IP Office Customer Call Reporter
Motty Ben Atia
 
Monitoring of computers
Monitoring of computers Monitoring of computers
Monitoring of computers
carlosrudy_45
 
How to install oracle ops center 12c
How to install oracle ops center 12cHow to install oracle ops center 12c
How to install oracle ops center 12c
Muqthiyar Pasha
 
Microservices and Prometheus (Microservices NYC 2016)
Microservices and Prometheus (Microservices NYC 2016)Microservices and Prometheus (Microservices NYC 2016)
Microservices and Prometheus (Microservices NYC 2016)
Brian Brazil
 
Mcafee Epolicy Orchestrator
Mcafee Epolicy OrchestratorMcafee Epolicy Orchestrator
Mcafee Epolicy OrchestratorMindRiver Group
 
Sa No Scan Paper
Sa No Scan PaperSa No Scan Paper
Sa No Scan Papertafinley
 
The Remote Manage App for Configuration Manager Webinar!
The Remote Manage App for Configuration Manager Webinar!The Remote Manage App for Configuration Manager Webinar!
The Remote Manage App for Configuration Manager Webinar!
Cireson
 
Component based message alerting on as abap scn
Component based message alerting on as abap   scnComponent based message alerting on as abap   scn
Component based message alerting on as abap scn
Pradeep Tiwary
 
LiveHelp Server for Joomla Quick start v3
LiveHelp Server for Joomla Quick start   v3LiveHelp Server for Joomla Quick start   v3
LiveHelp Server for Joomla Quick start v3
ActiveHelper
 
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales SystemTips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales SystemTom Leddy
 
Bridging the Gap
Bridging the GapBridging the Gap
Bridging the Gap
Will Schroeder
 
Power tradecopier ebook
Power tradecopier ebookPower tradecopier ebook
Power tradecopier ebook
Boris Fesenko
 

Similar to Elastix Call Center (20)

Architecture: Manual vs. Automation
Architecture: Manual vs. AutomationArchitecture: Manual vs. Automation
Architecture: Manual vs. Automation
 
QueueMetrics Icon Agent Page and Elastix Integration
QueueMetrics Icon Agent Page and Elastix IntegrationQueueMetrics Icon Agent Page and Elastix Integration
QueueMetrics Icon Agent Page and Elastix Integration
 
LogMeIn Rescue: Getting Started Guide
LogMeIn Rescue: Getting Started GuideLogMeIn Rescue: Getting Started Guide
LogMeIn Rescue: Getting Started Guide
 
Debugger & Profiler in NetBeans
Debugger & Profiler in NetBeansDebugger & Profiler in NetBeans
Debugger & Profiler in NetBeans
 
Advanced Search with Solr - User Guide
Advanced Search with Solr - User GuideAdvanced Search with Solr - User Guide
Advanced Search with Solr - User Guide
 
Asp Abstracts, Sample Copy 15+ Abstracts
Asp Abstracts, Sample Copy 15+ AbstractsAsp Abstracts, Sample Copy 15+ Abstracts
Asp Abstracts, Sample Copy 15+ Abstracts
 
AWS UG Warsaw & Serverless warsztatowo! 19.09.2019 | Hillel Solow's presentation
AWS UG Warsaw & Serverless warsztatowo! 19.09.2019 | Hillel Solow's presentationAWS UG Warsaw & Serverless warsztatowo! 19.09.2019 | Hillel Solow's presentation
AWS UG Warsaw & Serverless warsztatowo! 19.09.2019 | Hillel Solow's presentation
 
"Don’t Run with Scissors: Serverless Security Survival Guide" | Hillel Solow,...
"Don’t Run with Scissors: Serverless Security Survival Guide" | Hillel Solow,..."Don’t Run with Scissors: Serverless Security Survival Guide" | Hillel Solow,...
"Don’t Run with Scissors: Serverless Security Survival Guide" | Hillel Solow,...
 
Avaya IP Office Customer Call Reporter
Avaya IP Office Customer Call ReporterAvaya IP Office Customer Call Reporter
Avaya IP Office Customer Call Reporter
 
Monitoring of computers
Monitoring of computers Monitoring of computers
Monitoring of computers
 
How to install oracle ops center 12c
How to install oracle ops center 12cHow to install oracle ops center 12c
How to install oracle ops center 12c
 
Microservices and Prometheus (Microservices NYC 2016)
Microservices and Prometheus (Microservices NYC 2016)Microservices and Prometheus (Microservices NYC 2016)
Microservices and Prometheus (Microservices NYC 2016)
 
Mcafee Epolicy Orchestrator
Mcafee Epolicy OrchestratorMcafee Epolicy Orchestrator
Mcafee Epolicy Orchestrator
 
Sa No Scan Paper
Sa No Scan PaperSa No Scan Paper
Sa No Scan Paper
 
The Remote Manage App for Configuration Manager Webinar!
The Remote Manage App for Configuration Manager Webinar!The Remote Manage App for Configuration Manager Webinar!
The Remote Manage App for Configuration Manager Webinar!
 
Component based message alerting on as abap scn
Component based message alerting on as abap   scnComponent based message alerting on as abap   scn
Component based message alerting on as abap scn
 
LiveHelp Server for Joomla Quick start v3
LiveHelp Server for Joomla Quick start   v3LiveHelp Server for Joomla Quick start   v3
LiveHelp Server for Joomla Quick start v3
 
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales SystemTips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
 
Bridging the Gap
Bridging the GapBridging the Gap
Bridging the Gap
 
Power tradecopier ebook
Power tradecopier ebookPower tradecopier ebook
Power tradecopier ebook
 

More from PaloSanto Solutions

Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
PaloSanto Solutions
 
Voip y Big Data, ¿Cómo aplicar analytics a la VoIP?
Voip y Big Data, ¿Cómo aplicar analytics a la VoIP?Voip y Big Data, ¿Cómo aplicar analytics a la VoIP?
Voip y Big Data, ¿Cómo aplicar analytics a la VoIP?
PaloSanto Solutions
 
Innovative technology for universal communication designed to involve the (he...
Innovative technology for universal communication designed to involve the (he...Innovative technology for universal communication designed to involve the (he...
Innovative technology for universal communication designed to involve the (he...
PaloSanto Solutions
 
Queuemetrics esencial, de la implementación a reportes avanzadas
Queuemetrics esencial, de la implementación a reportes avanzadasQueuemetrics esencial, de la implementación a reportes avanzadas
Queuemetrics esencial, de la implementación a reportes avanzadas
PaloSanto Solutions
 
La evolución de la telefonía IP a comunicaciones unificadas
La evolución de la telefonía IP a comunicaciones unificadasLa evolución de la telefonía IP a comunicaciones unificadas
La evolución de la telefonía IP a comunicaciones unificadas
PaloSanto Solutions
 
WebRTC … ¡vamos a discar!
WebRTC … ¡vamos a discar!WebRTC … ¡vamos a discar!
WebRTC … ¡vamos a discar!
PaloSanto Solutions
 
Integrando encuestas automáticas con iSurveyX
Integrando encuestas automáticas con iSurveyXIntegrando encuestas automáticas con iSurveyX
Integrando encuestas automáticas con iSurveyX
PaloSanto Solutions
 
Usando el módulo PIKE en Elastix MT
Usando el módulo PIKE en Elastix MTUsando el módulo PIKE en Elastix MT
Usando el módulo PIKE en Elastix MT
PaloSanto Solutions
 
Todo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBXTodo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBX
PaloSanto Solutions
 
Gestión de la Información de Desempeño con OpenNMS
Gestión de la Información de Desempeño con OpenNMSGestión de la Información de Desempeño con OpenNMS
Gestión de la Información de Desempeño con OpenNMS
PaloSanto Solutions
 
Escalado y balanceo de carga de sistemas SIP
Escalado y balanceo de carga de sistemas SIPEscalado y balanceo de carga de sistemas SIP
Escalado y balanceo de carga de sistemas SIP
PaloSanto Solutions
 
Elastix unified communications server cookbook
Elastix unified communications server cookbookElastix unified communications server cookbook
Elastix unified communications server cookbook
PaloSanto Solutions
 
Seguridad en Asterisk: Un acercamiento detallado
Seguridad en Asterisk: Un acercamiento detalladoSeguridad en Asterisk: Un acercamiento detallado
Seguridad en Asterisk: Un acercamiento detallado
PaloSanto Solutions
 
Dynamic calls with Text To Speech
Dynamic calls with Text To SpeechDynamic calls with Text To Speech
Dynamic calls with Text To Speech
PaloSanto Solutions
 
Proceso de migración de telefonía tradicional a Elastix (Caso)
Proceso de migración de telefonía tradicional a Elastix (Caso)Proceso de migración de telefonía tradicional a Elastix (Caso)
Proceso de migración de telefonía tradicional a Elastix (Caso)
PaloSanto Solutions
 
Building a new ecosystem for interoperable communications
Building a new ecosystem for interoperable communicationsBuilding a new ecosystem for interoperable communications
Building a new ecosystem for interoperable communications
PaloSanto Solutions
 
Asterisk: the future is at REST
Asterisk: the future is at RESTAsterisk: the future is at REST
Asterisk: the future is at REST
PaloSanto Solutions
 
Presentacion Hardware Elastix 2015 - Colombia
Presentacion Hardware Elastix 2015 - Colombia Presentacion Hardware Elastix 2015 - Colombia
Presentacion Hardware Elastix 2015 - Colombia
PaloSanto Solutions
 
Voicemail Avanzado
Voicemail AvanzadoVoicemail Avanzado
Voicemail Avanzado
PaloSanto Solutions
 
Módulo de Alta Disponibilidad de Elastix
Módulo de Alta Disponibilidad de ElastixMódulo de Alta Disponibilidad de Elastix
Módulo de Alta Disponibilidad de Elastix
PaloSanto Solutions
 

More from PaloSanto Solutions (20)

Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
Tres componentes fundamentales de un buen PBX IP: seguridad, alta disponibili...
 
Voip y Big Data, ¿Cómo aplicar analytics a la VoIP?
Voip y Big Data, ¿Cómo aplicar analytics a la VoIP?Voip y Big Data, ¿Cómo aplicar analytics a la VoIP?
Voip y Big Data, ¿Cómo aplicar analytics a la VoIP?
 
Innovative technology for universal communication designed to involve the (he...
Innovative technology for universal communication designed to involve the (he...Innovative technology for universal communication designed to involve the (he...
Innovative technology for universal communication designed to involve the (he...
 
Queuemetrics esencial, de la implementación a reportes avanzadas
Queuemetrics esencial, de la implementación a reportes avanzadasQueuemetrics esencial, de la implementación a reportes avanzadas
Queuemetrics esencial, de la implementación a reportes avanzadas
 
La evolución de la telefonía IP a comunicaciones unificadas
La evolución de la telefonía IP a comunicaciones unificadasLa evolución de la telefonía IP a comunicaciones unificadas
La evolución de la telefonía IP a comunicaciones unificadas
 
WebRTC … ¡vamos a discar!
WebRTC … ¡vamos a discar!WebRTC … ¡vamos a discar!
WebRTC … ¡vamos a discar!
 
Integrando encuestas automáticas con iSurveyX
Integrando encuestas automáticas con iSurveyXIntegrando encuestas automáticas con iSurveyX
Integrando encuestas automáticas con iSurveyX
 
Usando el módulo PIKE en Elastix MT
Usando el módulo PIKE en Elastix MTUsando el módulo PIKE en Elastix MT
Usando el módulo PIKE en Elastix MT
 
Todo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBXTodo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBX
 
Gestión de la Información de Desempeño con OpenNMS
Gestión de la Información de Desempeño con OpenNMSGestión de la Información de Desempeño con OpenNMS
Gestión de la Información de Desempeño con OpenNMS
 
Escalado y balanceo de carga de sistemas SIP
Escalado y balanceo de carga de sistemas SIPEscalado y balanceo de carga de sistemas SIP
Escalado y balanceo de carga de sistemas SIP
 
Elastix unified communications server cookbook
Elastix unified communications server cookbookElastix unified communications server cookbook
Elastix unified communications server cookbook
 
Seguridad en Asterisk: Un acercamiento detallado
Seguridad en Asterisk: Un acercamiento detalladoSeguridad en Asterisk: Un acercamiento detallado
Seguridad en Asterisk: Un acercamiento detallado
 
Dynamic calls with Text To Speech
Dynamic calls with Text To SpeechDynamic calls with Text To Speech
Dynamic calls with Text To Speech
 
Proceso de migración de telefonía tradicional a Elastix (Caso)
Proceso de migración de telefonía tradicional a Elastix (Caso)Proceso de migración de telefonía tradicional a Elastix (Caso)
Proceso de migración de telefonía tradicional a Elastix (Caso)
 
Building a new ecosystem for interoperable communications
Building a new ecosystem for interoperable communicationsBuilding a new ecosystem for interoperable communications
Building a new ecosystem for interoperable communications
 
Asterisk: the future is at REST
Asterisk: the future is at RESTAsterisk: the future is at REST
Asterisk: the future is at REST
 
Presentacion Hardware Elastix 2015 - Colombia
Presentacion Hardware Elastix 2015 - Colombia Presentacion Hardware Elastix 2015 - Colombia
Presentacion Hardware Elastix 2015 - Colombia
 
Voicemail Avanzado
Voicemail AvanzadoVoicemail Avanzado
Voicemail Avanzado
 
Módulo de Alta Disponibilidad de Elastix
Módulo de Alta Disponibilidad de ElastixMódulo de Alta Disponibilidad de Elastix
Módulo de Alta Disponibilidad de Elastix
 

Recently uploaded

Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 

Recently uploaded (20)

Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 

Elastix Call Center

  • 1. Elastix Call Center Addon (Brief description of setup and functionality) © 2012, PALOSANTO SOLUTIONS All rights reserved. This documentation is confidential and its intellectual property belongs to PaloSanto Solutions. Any unauthorized use, reproduction, preparation of derivative works, performance, or display of this document, or software represented by this document, without the express written permission of PaloSanto Solutions is strictly prohibited. PaloSanto Solutions, Elastix and Elastix logo design, trademarks and/or service marks belongs to Megatelcon S.A. all other trademarks, service marks, and trade names are owned by their respective companies.
  • 2. Call Center Addon(1) §  This software is designed to make campaigns for incoming and outgoing calls. §  These calls allow interaction between operators (agents) and people contacted (subscribers). §  We use the term "campaign" to describe the execution of a set of calls. §  The module includes a predictive dialer that handles the automatic call of "objective" numbers.
  • 3. Call Center Addon(2) §  It also includes two major components: a web based agent console and a call management interface. §  The current version includes support for the ECCP protocol. §  This protocol makes the operation more efficient and can integrate external applications. §  The Elastix Call Center Addon is Open Source.
  • 5. Model of Operation §  The Call center addon is designed around Asterisk's queue functionality. §  This design assumes that each queue has at least one agent. §  Each campaign uses one queue. An Agent can be part of more than one queue. §  In the present version there are two function modes: Outgoing Campaign and Ingoing (Incoming) Campaigns.
  • 6. Implemented features §  Automatic call to a list of numbers §  Execution of several simultaneous campaigns §  Agent monitoring (on calls) §  Predictive dialer §  Attention Script storage §  Entry form §  Call Schedule §  Ability to put a call on hold §  Call activity reports
  • 7. Known limitations §  Is not possible to assign a specific agent to a call. §  It doesn’t place a call in a queue without agents; It doesn't play audio on unattended calls. §  That’s why the module is designed to mediate calls that are handled by human agents. §  It is possible to implement this functionality in the future, as "Campaign Without Agents".
  • 9. Predictive Dialer (1) §  Is the part of the call center that interacts directly with calls. §  It is implemented as a resident service (daemon) written in PHP. It can be started as a service with this command: service elastixdialer stop|start §  The dialer starts each call using the command Originate from Asterisk. §  The dialer is constantly reviewing all the calls, placed by it (Originate), that have not received an event OriginateResponse.
  • 10. Predictive Dialer (2) §  If the dialer receives an answer (OriginateResponse - example: join or link), it will write the information of that call in the database. §  The dialer asks regularly about the status of the queue to find out how many registered agents are free. §  The number of free agents regulates how many calls are initiated simultaneously. §  The dialer estimates the average length of call, to try to predict if the calls are in progress to finish to place new calls proactively. This feature is configurable.
  • 11. Predictive Dialer (3) §  The prediction model is a cumulative Erlang distribution. §  The Web interface lets you start and stop the dialer §  It also allows to activate and deactivate debugging on the dialer, even if the dialer is running. §  The default path of the dialer log file is: /opt/elastix/ dialer/dialerd.log
  • 12. Predictive Dialer (4) §  The predictive dialer is active by default after installing the module. §  However it is possible to turn it off from the interface, on the configuration menu at the module.
  • 13. Module Administration §  The module administration allows: §  Create Agents §  Adding queues §  Create new outbound campaigns §  Create new Inbound campaigns §  Administration breaks §  It also provides a configuration interface that lets you start, stop and configure the predictive dialer, including activation of debugging.
  • 14. Starting the Operation Prior to the beginning of the call center operation we must follow these basic settings: 1.  Install Elastix Call Center Addon 2.  Create a group with the configuration for Agents. 3.  Create Users for every agent in the system 4.  Creating Extensions for Agents 5.  Create Agents in the Call Center module. 6.  Create the queues required for operation.
  • 15. Starting the Operation Installing the Call Center (1) The installation of the module is simple. We must go to the Addons menu and click on INSTALL.
  • 16. Starting the Operation Installing the Call Center (2) §  The installation will begin automatically §  Once concluded, Elastix will enable a menu for the addon.
  • 17. Starting the Operation Creating a Group (1) §  The creation of users and agents is important for the operation of the call center. §  For security reasons and control, we must restrict the access for these users. §  It is necessary to create a group with restricted access to the interface. (just the agent console) §  To create the group go to: System → Users → Group: Create New Group
  • 19. Starting the Operation Creating a Group (3) §  To configure the permissions for the new group we’ll go to:: §  System → Users → Group Permissions §  Select the recently created group. §  Click on show filter and filter by the resource: Agent Console. §  Select and Save.
  • 20. Starting the Operation Creating a Users §  Once we created the group with restricted access, we can create the users for the agents. Go to: §  System → Users → Create New User §  We can create as many users as agents we need.
  • 21. Starting the Operation Creating a Extensions §  We must create as many extensions as agents required in a campaign. §  It is enough to create SIP extensions. §  To facilitate the call center operation, these extensions are used on a Softphone (normally). §  The call center addon will transfer all the calls of any campaign to the agent extension.
  • 22. Starting the Operation Creating Agents (1) §  Creating an agent is different from the creation of users. The agents are generated in the call center module. §  An Operator / Agent, will need a user to login to Elastix. Once in the interface, he will need an agent user to login the call center. §  To create an agent go to: §  Call Center → Agent Options → Agents §  Make click on the link "New Agent"
  • 23. Starting the Operation Creating Agents (2) §  The ECCP Password field is not required, the system will assign a password for us when a new agent is created.
  • 24. Starting the Operation Creating Queues (1) §  The process of creating a queue is similar to what we practiced before. §  The only difference is that, instead of placing extensions created in Elastix, we will place the agents numbers that we want on that queue. §  There’s another difference related with the nomenclature, we must put the prefix A before every agent number. §  We will create the queue with the name ectetest and the number 101.
  • 25. Starting the Operation Creating Queues (2) §  As we can see in the image, the field "static agents" has the information of the agents created on the Call Center. We used the prefix "A" and the number 0, after the agent. §  We can place any ring strategy. Usually "fewestcalls".
  • 26. Starting the Operation Activating the Module §  Prior the beginning of the operation we must check if the Call Center is Active. §  This can be done at the dashboard or from the configuration menu at the call center module (Dialer Status)
  • 27. Agent Console (1) §  The Agent Console manages the interaction of the agent with the system. Is web based. §  The console receives events of a call through the ECCP. Is the same for all the information of every call. §  The agent will see this information in the console (telephone number, contact information). §  At the moment, the agent console works using the ECCP protocol.
  • 28. Agent Console (2) Campaign Functions Actions
  • 29. Agent Console (3) Actions Hangup: Allows to end a call Take Break: Allows an agent to take a break for a determine activity. Breaks must be created previously by the administrator. Transfer: Transfers the call to any existing extension on the dial plan. This is a blind transfer. VTiger CRM: Opens Vtiger in a new window on the browser. Vtiger must be active. End session: Ends the session for that agent, on the call center.
  • 30. Agent Console (4) Campaign functions Call Information: Shows the information of the person that calls, if we have this information on the database. If we don’t have the information, then it will show the telephone number in the bottom. Call Script: Shows the Script, created previously, to instruct the agent. Call Form: This window will show the form created for a campaign.
  • 31. Outgoing Campaings (1) §  The system uses a list of telephone numbers to call. §  When we activate the campaign, the system will dial this numbers, verifying that there are free agents registered in the queue. As many calls as free agents. §  This method links the queue with the subscriber number. If the call is successful, then it enters the queue and is assigned to the next free agent. §  The assignment depends on the ring strategy of the queue (linear, wrandom...etc)
  • 32. Outgoing Campaings (2) §  The system registers the agent assigned to a call in a database. §  This information will be used for reports and consult. §  At the end of the call, the agent will be placed on stand by, and will be available to receive a call. §  This process continues till the last number on the list. §  We can configure retry attempts, in this way the module will call all the numbers with unsuccessful calls.
  • 33. Incoming Campaings §  We define a queue which includes the agents. The predictive dialer is not used in this operation mode. §  It is required to route the calls from subscribers to the campaign queue. §  The system registers the agent assigned to a call in a database. This information will be used for reports and consult. §  We can load a list of numbers of clients, with additional information. The agent will see this information available on the console.
  • 34. Campaings Configuration §  There is a menu available for each type of campaign: §  Outgoing Calls §  Ingoing Calls (Incoming calls) §  Before we start a campaign is important to define: a.  Forms b.  Contact lists (optional for ingoing calls) c.  Telephone number list (required for outgoing calls) d.  Breaks e.  And off course: Agents and queues
  • 35. Campaign Configuration Forms (1) §  Forms are created at: Call Center → Forms → Form Designer §  Each form has the option to add several fields: •  Text field •  List field •  Date field •  Label field
  • 37. Campaign Configuration Forms (3) §  At "Form Preview“ we will see a preview of the form §  Form creation and management works fine on Mozilla Firefox. It is possible that some fields may not be able to be configured from other browsers.
  • 38. Campaign Configuration Clients – Ingoing Calls (1) §  Ingoing calls allow to load a contact list. §  The module verifies the incoming number with the list and shows the information of the contact to the agent (if it is available). §  The supported information for this contact list is: §  "telefono"(telephone),"cedula/ruc"(ID Number),"nombre"(first name),"apellido”(last name)
  • 39. Campaign Configuration Clients – Ingoing Calls (2) §  It is useful to make the list on Excel or Calc in OpenOffice. §  In the first column we can see the telephone number. The second column will contain the ID number (cedula). The third and fourth column contains the first and last name. OpenOffice  
  • 40. Campaign Configuration Clients – Ingoing Calls (3) §  The field cedula/ruc, is a required field for this functionality. If the file doesn’t have information in that column, we will receive an error. §  We can put an identifier number on every cell if we don't know the ID of every contact. §  The previous example shows a random number for each contact. §  The file has to be saved as csv: •  If the file is made in OpenOffice, you should save it as "Text CSV (.csv)" •  If the file is made in Excel, you should save it as "Windows Comma Separated (.csv)"
  • 41. Campaign Configuration Clients – Ingoing Calls (4) §  Once we create the file with the list of contact, we must upload it in the "Clients" menu: §  Call Center → Ingoing Calls → Clients
  • 42. Campaign Configuration Phone list – Outgoing Calls (1) §  The most important information in an outgoing call is the telephone number list. §  This information will be required in the creation of a campaign, however it is important to do it right. §  It is useful to make the list on Excel or Calc in OpenOffice. §  The file must be created as csv
  • 43. Campaign Configuration Phone list – Outgoing Calls (2) 1.  If the file is made in OpenOffice, you should save it as "Text CSV (.csv)" 2.  If the file is made in Excel, you should save it as "Windows Comma Separated (.csv)" OpenOffice  
  • 44. Campaign Configuration Break Configuration (1) §  Breaks allow to put an agent on standby as not available. §  In this state, the dialer will not assign calls to the agent. §  This situation applies to both type of campaigns: Ingoing and Outgoing. §  To create breaks go to: Call Center → Breaks; we must click on “Create new break”.
  • 45. Campaign Configuration Break Configuration (2) §  Breaks can be "Active" or "Inactive". §  The break must be active, to be selected, otherwise it won’t be available for the agent.
  • 46. On Campaign Ingoing Calls (1) §  First, we must select a queue. §  The module will transfer all the incoming calls to the queue and the queue will distribute them to the agents configured. §  There can be several queues and we can activate several ingoing campaigns. §  A queue can be selected on more than one active campaigns.
  • 47. On Campaign Ingoing Calls (2) Call Center → Ingoing Calls → Queues
  • 48. On Campaign Ingoing Calls (3) §  After we select the queue, it is recommended to load the list of clients to the database. §  Now we will create a campaign for an Incoming Call Campaign. §  Go to: Call Center → Ingoing Calls → Ingoing Campaigns §  Once there we must create a new campaign, select the form to use and write a Script for the agent.
  • 50. On Campaign Ingoing Calls (5) §  Once we’ve created the campaign, it will begin its operation and it will assign calls to all login agents. §  We will review the agent login process later.
  • 51. On Campaign Outgoing Calls (1) §  Go to: Call Center → Outgoing Calls → Campaigns. §  Once there we can create a new campaign. §  The module allows to have several campaigns working at the same time. We will only have the limitation of the telephone lines available for all the calls. §  Just like ingoing calls, a queue can be assigned to more than one campaign. However if we have a queue on an ingoing campaign, we won’t be allowed to use it in an outgoing campaign.
  • 53. On Campaign Outgoing Calls (3) §  Once we create the campaign, the dialer will begin its operation and it will assign calls to all the logged in agents.
  • 54. On Campaign Outgoing Calls (4) §  The module has a feature that allows us to enter numbers that must not be called. §  This functionality allows to enter a specific number. §  It also allows us to load a list of numbers from a .csv file
  • 55. On Campaign Outgoing Calls (5) Call Center → Outgoing Calls → Do not call list
  • 56. Agent login (1) An agent must login to Elastix first with his user and password
  • 57. Agent login (2) When the agent logs in, he/she will only have access to the console §  Once there he must choose the agent number and the extension and make click on "Enter". §  The module will call to the extension, the agent has to answer and dial the password and the key # to login to the call center.
  • 58. Agent login (3) Once in the call center, the agent is ready to receive calls.
  • 59. Agent Interaction (1) If the agent selects a break, he/she will not be able to receive calls.
  • 60. Agent Interaction (2) Incoming call (The console doesn't show information about the client because is not in the database)
  • 61. Agent Interaction (3) The agent can review the Script prepared for the campaign. Click on the Tab "Call Script"
  • 62. Agent Interaction (4) The form can be fill on the TAB “Call Form”
  • 63. Agent Interaction (5) The agent can hangup the call or transfer it to another number in the internal dial plan.
  • 64. Reports (1) Reports included are: §  Calls Detail §  Graphic Calls per hour §  Calls per hour §  Agent Information §  Calls per Agent §  Agents Monitoring §  Hold Time §  Trunks used per hour §  Login Logout §  Agents connection time §  Ingoing Calls Success §  Incoming calls monitoring