Skip to content

Latest commit

 

History

History
81 lines (58 loc) · 3.23 KB

README.md

File metadata and controls

81 lines (58 loc) · 3.23 KB

Introduction to Comms Router User Interface

The Nexmo Comms Router API enables businesses to leverage self-hosted or on premises APIs to manage Contact Center task management. The modern Contact Center is designed to be flexible and extensible through allowing developers to customise integrations and leverage Nexmo Comms Router API as a key building block.

Comms Router enables routing tasks coming in through a Voice application to be routed to a live agent dependent on skills or specific critiera. In order to manage the Agents, Skills and Queues within general operations of a Contact Center having access to a web interface to do this is an important feature.

Comms Router user interface allows Admins to do the following:

  • Set the status of Agents (Online, Offline)
  • Manage Agent skillsets
  • Manage critieria for routing customers through specific Queues
  • View incoming Tasks
  • View Agents availabilty

Features

  • Near real-time monitoring of Contact Center activities (Agents and Tasks)
  • Easy integratio into SAML or OAuth provider
  • Enables operational Admins to manage Agents (skills and availability) and Queues

Pre-requisites

Installation

... @Mario / @Illa

Setting up access control

SAML / OAuth configration

it should be disabled only on backend in application.properties - shiro.configLocations=file:/opt/tomcat/conf/comms-router-web/noauth-shiro.ini and noauth-shiro.ini is: cat noauth-shiro.ini [main] ############################################################################

CONFIG:

############################################################################

noAuthFilter = com.softavail.commsrouter.shiro.CommsRouterNoAuthFilter

[urls] /login = noAuthFilter /** = anon

How to use

The Comms Router GUI enables Adminstrators to manage Contact Center Agents and workflows, the following documentation is to help Adminstrators get to grips with the user interface.

Logging in

Once the authentician methodology has been implemented and users added to which ever 3rd party access control management system they can log into the Comms Router user interface.

  1. Go to the homepage (e.g. http://localhost/comms-router-gui/#/)
  2. Click the Log in button
  3. Enter username and password and signin

...

Manageing Agent Skills

...

Managing Queues

...

Managing Plans

...

Managing Agents availabilty

...

Viewing Tasks

...

Supporting technical documentation