.User Guide v13.2

.User Guide v13.2

Introduction

The Expertflow Voice Recording Solution is a replacement of Cisco Mediasense, for single & multi-site contact centers with up to 20 concurrent agents. Calls are recorded & stored as individual call legs including call hold, call transfer and call conference. The recordings can be archived or downloaded, and a RESTful API provides access to all objects.

How we record

 The recording is done with “Built-in Bridges” “BIB” – an approach that uses the conference bridge available for almost all Cisco IP phone types.

The Recording streams are forked from an agent IP phone to the EF-recorder. The agent and customer voice are sent and stored as separate call legs. They are then mixed by EF-Recorder.

The recording is initiated by CUCM using SIP commands. EF_Recorder is configured on CUCM as a SIP trunk device/ SIP server in order to receive calls and recording streams.  It captures every SIP event. Based on those events, recording is done using RTP.

The three components of the solution are the Recorder and the Mixer.

The Recorder has data structures implemented to store details of a call in memory. It stores call sessions, call legs, as well as the complete call in a data structure. Once a customer-facing call ends, it then links all legs to a single call object.

The identification of each call is done via Xrefci Id from SIP Packets using rapid in-memory storage.

The Mixer is responsible for merging all legs of a call into a single playback session, and optionally store it as a .wav file depending on the configuration.

REST APIs are used to fetch and play/download recordings from the database.



Logging in

EF VRS has only one single user, for logging in on the application. This user has all permissions. 

Search & Play

Searching a Call 

In VRS calls can be searched on the basis of the Start Date, Start Time, End Date, End Time, CallingNumber, AgentName, and AgentID. By default when a user logs in on the VRS application then the current date is already selected.



Basic Operation on Calls

Once a call is searched it can be played, downloaded, or archived.

Playing a call

Once a call is searched, it can be played by clicking on the play button.

Note that, during the call, the player can be moved forward or backward using the slider or the two buttons on the left and right of the play button.



Downloading a call

Once a call is searched it can be downloaded by clicking on the download button.



Archiving a call

In VRS calls can be Archived. The configuration for Archiving calls can be defined in the VRS configuration files. A job will run after the regular interval for Archiving the calls. It will move all the recordings that fall under the defined interval to some FTP server. Please note that once a call is Archived it cant be played or downloaded. Also note that in VRS, when a call is archived there is no way of knowing from the VRS application that a call is archived or not.



Multiple-legged calls

A multi-legged call is a type of cell that contains more than one leg. It is a single call but has multiple legs. Some of the calls are

  • Hold/Resume

  • Direct Transfer

  • Consult Transfer

  • Conference Call

Hold/Resume call

A Simple hold/resume call is a call in which a customer calls an Agent, when the call is active the Agent holds the call. 



Then he retrieves the call. This process makes two legs of the call.



Direct Transfer

In the case of a simple Direct Transfer scenario, a customer calls an Agent. The agent after receiving the call then directly transfers the call to the second agent. This is done without any consultation with the second agent.

In this case, two legs are made as well.



Consult Transfer

A consult transfer is a scenario in which a customer calls an Agent and the Agent transfers the call to the second agent. It should be clear that in this scenario a consult call is also done between two agents before the transfer.

So, this sort of transfer has three legs. Please note that the VRS application saves all the legs. The issue is the consulting part between the two agents is saved as a separate leg. The rest of the two legs are always saved as multi-legged.

Conference Call

A Conference call scenario consists when 2 Agents and a customer are on the call at the same time.  VRS makes two sets of multi-legged calls for this scenario. One consisting of three legs and the other consisting of two legs. 

Please note that some recording legs are repeated in this case. The ids of the conf part are also incorrect. It is noted that in some scenarios these legs are reduced to four.