server update

Max

Administrator
Staff member
Good day.
We are aware of this issue and a new version WCS with the correct updates will be available in a few days (now new version is being tested).
You can update WCS manually:
1. Download the latest release build:
Code:
wget https://flashphoner.com/downloads/builds/WCS/5.2/FlashphonerWebCallServer-5.2.246.tar.gz
2. Unpack a tar.gz file:
Code:
tar xvfz FlashphonerWebCallServer-5.2.246.tar.gz
3. And update:
Code:
 cd FlashphonerWebCallServer-5.2.246 && ./install.sh
 
Top