Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
servicesudo webcallserversystemctl start webcallserver

Stopping the server is done with the command

Code Block
languagebash
themeRDark
servicesudo webcallserversystemctl stop webcallserver

Here are a few ways to make sure the server has started and is ready to work:

...

Code Block
languagebash
themeRDark
servicesudo webcallserversystemctl start webcallserver

Besides, you can start the server using:

Code Block
languagebash
themeRDark
cd /usr/local/FlashphonerWebCallServer/bin
sudo ./webcallserver start

Environment variables and parameters of the start are set in the setenv.sh script. In this script you can se additional parameters for WCS Core and WCS Manager. Also, here you can set the parameter that prevent memory leaks on multi-CPU systems:

...

Code Block
languagebash
themeRDark
cd /usr/local/FlashphonerWebCallServer/bin
sudo ./webcallserver start standalone

...