...
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 |
...
For Non HA or HA (High Availability) Deployment follow these steps.
Follow
to install and configure Freeswitch. The recording path in Free SWITCH and in docker compose volume must be same.this guide Follow this guide to configure ESL. (for Pause and Resume Recording)
Follow this guide to create an application user on CUCM for jtapi-connector.
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.Open Navigate to
recording-solution/
docker/docker
directory.Only in case of non-HA, open
docker-compose-cisco.yml
and uncomment archival-process container. For HA keep it commented. Save and exit.Open
config.env
in the same directory and update the environment variables given below.
...