Versions Compared

Key

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

...

  1. To update the self-signed certificates for VRS, get the public authority or domain signed certificate .crt and .key files, name them server.crt and server.key, and replace the files in /recording-solution/config/certificates with these two new files. Names should be the same.

  2.  Run ./install-efcx.sh for EFCX Or run ./install-cisco.sh for Cisco UCCX and UCCE.

  3. Run the following command to ensure all the components are running. 

    Code Block
    # docker ps
  4. In case of Cisco go to https : //VRS-IP/#/login to access the application, whereas for EFCX go to https://VRS-IP:444/#/login.

  5. Configure the SIP trunk to enable CUCM to send SIP events to VRS for call recordings. Two sip trunks should be configured in case of HA. (Not for EFCX)

Section 2

For HA (High Availability).Deployment for HA:

Requirements

  • NFS Server

  • Database with SqlServer

  • HA sip trunk

  • Two VRS on separate VMs

  • Docker and Docker compose

  • Git

Follow the guide for the deployment of High Availability (HA) VRS.these steps:

  1. Ask IPCC team for the creation of NFS server.

  2. Mounting point of NFS on both VRS VMs is /var/vrs/recordings.

  3. Grant full permission to this directory and any files or subdirectories created within it.

  4. Ask the IPCC team for the configuration of HA Sip trunk and set priorities to both VRS.

  5. Ask the IPCC team for the creation of Database (sqlserver). And add sqlcmd to the path.

  6. Navigate to data/scripts/ inside recording-solution directory.

  7. Run pwd command and copy the path of sqlserver.sql script

  8. Run the following command with correct credentials. It will initialize the database.

...