Versions Compared

Key

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

Table of Contents

New version installation with previous version update

To update WCS 5.0 on your server to WCS 5.1, you have to do the following steps:

...

Check how server works by this instruction.

Another WCS version installation without previous version removing or updating

Sometimes, it is necessary to install more recent or older WCS version without removing or updating the already installed one. This can be done as follows:

1. Stop WCS

Code Block
languagebash
themeRDark
service webcallserver stop

2. Remove symbolic link to WCS directory

Code Block
languagebash
themeRDark
cd /usr/local
rm -f FlashphonerWebCallServer

3. Install the desired version and activate it with your license number.

4. Launch the newly installed WCS version

Code Block
languagebash
themeRDark
service webcallserver start

Switching between two WCS installations

Suppose there are two versions installed on the server: 5.0.3333 and 5.1.3375. To switch from 5.1.3375 to 5.0.3333 do the following steps:

1. Stop WCS 5.1.3375

Code Block
languagebash
themeRDark
service webcallserver stop

2. Remove symbolic link to WCS directory

Code Block
languagebash
themeRDark
cd /usr/local
rm -f FlashphonerWebCallServer

3. Make symbolic link to the desired version directory

Code Block
languagebash
themeRDark
cd /usr/local
ln -sf FlashphonerWebCallServer-5.0.3333 FlashphonerWebCallServer

4. Launch WCS 5.0.3333

Code Block
languagebash
themeRDark
service webcallserver start

Switching back is done same way.

Known issues

1. update.sh script does not launch.

...

from flashphoner.properties file and restart WCS

3. When two WCS versions are installed on same server, those instances should not be running simultaneously.

4. When two WCS versions are installed on same server, those installations should use embedded H2 database. If MySQL is used, a separate database should be created for every WCS version, wcs_db1 and wcs_db2 foe example.