Versions Compared

Key

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

Pre-Requisite

  1. Voice Recording Solution should be deployed on a Server.

  2. An SFTP server is required which is same as where VRS is deployed.

  3. This SFTP server must be configured for the root user.

Deployment of Screen Recording Service

For screen recording service follow the following sections:

A) SFTP server configuration

  1. Configure SFTP on VRS server on root user

  2. Need to deploy screen-recording gadget.

  3. .

  4. Note the SFTP root password.

  5. Note the SFTP IP Address.

B) Finesse Server

  1. Deploy the SRC Gadget on the finesses server using this guide:

...

  1. Gadget file to deployed is

    View file
    nameFinessesGadget.zip
    .

  2. Login to the UCCX Administration. Cisco U

  3. From menu bar open Subsystems → Rmcm → Teams

  4. Open your team and add the Agents (on which recording enabled) in the Assigned Resources Section.

C) Agent Computer

  1. Download the Screen Recording executable file from here.

    View file
    nameController.exe

  2. Download

    View file
    nameconfig.ps1
    file.

  3. Make a Folder named as 'Service' in C:\ and place both files in it.

  4. Open the command prompt and add following environment variables from Table1Table given in step 5.

  5. To add variables use 'setx “<Environment Variable>” <Value>' from the following Table 1..

Environment Variables

Value

AGENT_HOST

localhost

SFTP_IP

The IP address of the SFTP server, which is the same as the one where VRS is deployed

SFTP_ROOT_PASSWORD

Password of the SFTP Server

  1. Once done, close the command prompt and reopen. Verify that environment variables are saved by running the following command:

    1. echo %<Environment Variable>%

  2. Open

...

  1. PowerShell as Administrator and run the following commands on any path:

    1. Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

    2. Set-ExecutionPolicy Unrestricted -Scope CurrentUser

  2. A message will appear. Write yes and press enter.

  3. In

...

  1. PowerShell navigate to C:\Service\ and then run .\config.ps1

  2. Go to the C Drive where the Service folder is located, and manually run Controller.exe by double-clicking it.

  3. Open the Browser and access this URL http://localhost:8000 . A page would open indicating that service is running fine.

  4. Now, make a test call. Upon transferring the file to the SFTP server, a folder named screen_recording will automatically be created in the root directory

  5. Access the server via SSH and log in to the SFTP server.

...

Make a Test Call.

  1. Go to the /screen_recording

...

  1. Directory on the SFTP server and

...

  1. Verify if your recording is being saved.

  2. Download and Play the video manually.

...

    1. https://<SFTP_IP>/vrs/recording/screen/<filename.extension>

  1. Login to the VRS Application and Verify that screen recording is being saved. (front end yet to be made)

...

Table 1

Environment Variables

Value

AGENT_HOST

Local IP Address of the Agent’s Machine

SFTP_IP

The IP address of the SFTP server, which is the same as the one where VRS is deployed

SFTP_ROOT_PASSWORD

Password of the SFTP Server

Finesse Server

  • Deploy the gadget in the finesses server using this guide

...

...

Gadget file to deployed is

View file
nameFinessesGadget.zip
.

...

Open you UCCX server and login

...

From menu bar open Subsystems → Rmcm → Teams

...