Versions Compared

Key

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

...

Code Block
443/tcp
444/tcp
8088/tcp
5060/tcp (only for Cisco)
16386-32768/udp (only for Cisco)
8021/tcp
1433 /tcp
5432 /tcp


# Additional port to open in case of High Avaliability (HA)
8500
8300
8301 /tcp/udp
8302 /tcp/udp
8303 /tcp/udp
8600 /tcp/udp

...

  1. For Non HA or HA (High Availability) Deployment follow these steps.

  2. Follow this guide to install and configure Freeswitch. The recording path in Free SWITCH and in docker compose volume must be same.

  3. Follow this guide to configure ESL. (for Pause and Resume Recording)

  4. Follow this guide to create an application user on CUCM for jtapi-connector.

  5. Create a database in SQL Server for VRS with the name vrs and run the SQL script (sqlserver.sql) located in recording-solution/data/scripts. This script will generate the required database tables.

  6. Open Navigate to recording-solution/docker/docker directory.

  7. Only in case of non-HA, open docker-compose-cisco.yml and uncomment archival-process container. For HA keep it commented. Save and exit.

  8. Open config.env in the same directory and update the environment variables given below.

...