Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document describes the process of whisper coaching gadget deployment.

...

Item

Recommended

Notes

Operating System

Windows Server 2012 Standard Edition (x64)

supported on this operating system

JDK

JRE 1.8 or higher 

Tested with JRE 1.8

Tomcat

Tomcat 8.0,8.5 Not the Higher Version

Tested with Tomcat 8.5

Browser

Tested on latest Firefox


Domain Signed Certificate


Of Machine

MS SQL SERVERSQL Server Version 2016 SQL SERVER would only be required if reporting is included, for reporting is included HA, the Customer needs to provide the SQL Cluster 



Info
titleNote
Reporting is Optional, 
If customer required reporting SQL Server would be required
If customer want High Availability for reporting,SQL Cluster would be required 


Port Utilization Requirements

...

Item

Recommended versions

Notes

Firefox

Recent versions

Tested 

Chrome

Recent versions

Tested

Internet Explorer

Recent versions

Not tested

Phones Compatibility

The Expertflow Supervisor Whisper Gadget uses the BiB (Built-in Bridge) feature of Cisco phones. Any Cisco Hard phone that supports BiB should work. See here a list of those that do. Formal testing and QA is executed however only with phones listed in the tables below.

ItemTested Versions
Hard Phone(s)CP-7965G
Cisco Jabber Supported Versionjabber Version 12.6.2.38119 Build 288119


Info
titleImportant Note

Officially Cisco supports the Whisper feature only with Hardphone, IP Phone bug is mention here, However, we found during testing that this feature works with a certain version of Jabber. But there are limitations and technical constraints due to limited support at Cisco end

Configure Tomcat Service for SSL (Skip if you want to run on HTTP)

...

1. Download the latest copy of the whisper coaching rest WhisperCoaching .war file from here, put the whisper coaching web service .war file inside the tomcat’s webapps directory.

...

3. Navigate to Apache-tomcat-home\webapps\WhisperCoaching\WEB-INF\classes directory and update the following entries in config.properties file according to UCCE/UCCX deployment.
4. Add license key (If you don't have contact Expertflow ) Image Removed

Image Added

VariableValueDescription
CUCM_IP_ADDRESS192.168.1.26agent and supervisors cucm ip address
RMCM_USERRMCM_29RMCM user used to connect jtapi with cucm
RMCM_PASSWORD-----------RMCM password
MASK_PASSWORDTRUEIf true not printing the password in gadget logs 
STARTMONITORTRUEIf false used update monitor else used start monitor
BUILD_VERSION2.1print build version in logs
JTAPI_TIMROUT5max time for a request to wait for terminal connection and coaching to start, after that the request will be sent back with a failed response
PLAYTONEDIRECTION3use to determine to play tone on start of whisper coaching on not etc.
LICENCE_KEY-------------Expertflow gadget license key 


Info
titleNote

If you enable StartMonitoring from the config then during start coaching two calls will be displayed on the agent desktop one call is from an agent to a customer call and the other is an agent to supervisor call for silent whispering. Once you end the coaching you have to restart the monitoring if you want to do silent monitoring.

5. You can check the Web service accessibility from browser or postman app with the appropriate agent and supervisor’s extension you wish to coach and “Start” respectively. For example,

...