Steps to Upgrade VRS with CISCO Deployment Profile
-
Place record.lua in the scripts directory, which can be found here /usr/local/freeswitch/scripts. Add the IP address in record.lua also.
-
Stop and remove all the VRS containers and images running in Docker.
-
Navigate to the recording-solution/docker directory.
-
Update the following image tags:
-
Open the
docker-compose-cisco.yamlfile in your preferred text editor. Locate thefrontendservice and update its version tags from14.6to14.7. Save the changes before closing the file. Save the changes before closing the file.
-
-
The following variable will be added to the config.env file.
|
Name |
Description |
|
|---|---|---|
|
1 |
|
This config is to enable/disable the download option on the VRS interface for users who have only the role of agent assigned. |
-
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
Steps to Upgrade VRS with EFCX Deployment Profile
Follow these steps to update your deployment profile to the latest version:
-
Navigate to the recording-solution/docker directory.
-
Update the following image tags:
-
Open the
docker-compose-efcx.yamlfile in your preferred text editor. Locate thefrontendservice and update its tag from14.6to14.7. Save the changes before closing the file.
-
-
The following variable will be added to the config.env file.
|
Name |
Description |
|
|---|---|---|
|
1 |
|
This config is to enable/disable the download option on the VRS interface for users who have only the role of agent assigned. |
-
Change your directory to the root folder where the application files are located.
-
Execute the Install Script: Run the installation script to apply the changes:
./install-efcx -
Verify Container Status: Once the script finishes, confirm that the containers are running correctly by using the following command:
docker ps -
Verify Application Access: After the containers are confirmed as "Up," the VRS Application should be fully accessible via your mapped FQDN.