Requirements and prerequisites

Backend server minimal requirements are the same as for WCS except for disk storage, much is better if database is on the same server.

Influx DB should be installed to store stream metric values, and SQL DB should be installed to store stream history data, Postgresql is recommended. Database can be on the same server or on separate servers.

Backend server installation and update

To install backend server:

1. Download actual version from this page

wget https://flashphoner.com/downloads/builds/WCS_OAM/5.2/FlashphonerWebCallServerOAM-1.XXX.tar.gz

2. Unpack archive FlashphonerWebCallServerOAM-1.XXX.tar.gz

tar -xvzf FlashphonerWebCallServerOAM-1.XXX.tar.gz

3. Go to folder from archive

cd FlashphonerWebCallServerOAM-1.xxx

4. Start installation script and follow its instructions

./install.sh

Backed server update should be done the same way.