Pre-Requisite
Voice Recording Service should be deployed.
An SFTP server is required which is same as where VRS is deployed.
This SFTP server must be configured for the root user
Need to deploy screen-recording gadget.
.
Deployment on Finesse Server and Screen Recording Service
For screen recording service follow A and B.
A) SFTP server configuration
Configure SFTP on VRS server on root user.
Save the sftp root password.
Save the sftp ip address.
B) Finesse Server
Deploy the gadget in the finesses server using this guide
...
Gadget file to deployed is
.View file name FinessesGadget.zip Open you UCCX server and login
From menu bar open Subsystems → Rmcm → Teams
Open your team and assign the devices as resources on which screen recording to be enabled
C) Agent Computer
Download the Screen Recording executable file from here.
View file name Controller.exe Download
fileView file name config.ps1 Make a Folder named as 'Service' in C:\ and place both files in it
Open the command prompt and add following environment variables from Table1Table give in step 5.
To add variables use 'setx “<Environment Variable>” <Value>' from 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 |
Once done, close the command prompt and reopen. Verify environment variables
echo %<Environment Variable>%
Open PowerShell as Administrator and run the following commands on any path:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
A message will appear. Write yes and press enter.
In PowerShell navigate to C:\Service\ and then run .\config.ps1
Go to the C Drive where the Service folder is located, and manually run
Controller.exe
by double-clicking it.Open the Browser and access this URL http://localhost:8000 . A page would open indicating that service is running fine.
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
Access the server via SSH and log in to the SFTP server.
Go to the
/screen_recording
Directory on the SFTP server and Verify if your recording is being saved.Download and Play the video manually. (Make sure correct tag is loaded for fetching files, apis backend current tag is 14.2.EMR-3554)
https://<SFTP_IP>/vrs/recording/screen/<filename.extension>
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 | 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 |
Finesse Server
Deploy the gadget in the finesses server using this guide
...
...
Gadget file to deployed is
View file | ||
---|---|---|
|
...
Open you UCCX server and login
...
From menu bar open Subsystems → Rmcm → Teams
...