Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

To remove WCS from server, to reinstall completely or to move to another server for example, do the following:

1. Go to folder /usr/local/FlashphonerWebCallServer/bin

cd /usr/local/FlashphonerWebCallServer/bin

2. Stop WCS with command

./webcallserver stop

3. Check if any WCS process still running 

ps aux | grep FlashphonerWebCallServer-

and stop them all if found

kill PID

Where PID is WCS process pid

4. Uninstall WCS with command

./uninstall.sh

5. Go to home folder

cd ~

6. Remove WCS folders if exist. Folders can be listed with command

ls /usr/local | grep FlashphonerWebCallServer-

Then WCS can be installed from scratch to the server again as described here.

  • No labels