Steps to Upgrade VRS with CISCO Deployment Profile
-
Stop and remove all the VRS containers and images running in Docker.
-
Navigate to the recording-solution/docker directory.
-
Open the
docker-compose-cisco.yamlfile in your preferred text editor. Locate and update the following services and update their tags:-
frontend: 14.9 -
backend: 14.9.0 -
freeswitch-mixer
: 14.9 -
Jtapi-connector
: 14.8 -
Save the changes before closing the file.
-
-
The following variable will be added to the config.env file. If you want to enable compression make it to true.
|
Name |
Description |
|
|---|---|---|
|
1 |
COMPRESSION_ENABLED |
true |
-
Navigate the application directory and run
./install-ciscoand check your container using thedocker pscommand. -
Once the containers get up, the VRS Application should be accessible on https://<IP-Address >/#/login
-
Follow this guide to configure department scope in VRS VRS Department-Scoped Supervisor Access
Steps to Upgrade VRS with EFCX Deployment Profile
Changes required:
-
Navigate to the existing outbound-dialer directory:
cd recording-solution -
Open the docker-compose-efcx file:
vi docker/docker-compose-efcx.yml#change tag vrs-apis: image: gitlab.expertflow.com:9242/voice-recording-solution/apis:14.9.0 #add new variable in the docker/config.env file CONVERSATION_MANAGER=http://efcx_machineIP:Conversation_Manager_Nodeport e.g. (http://80.241.213.235:31201) -
#run script
./install-efcx.sh