Versions Compared

Key

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

To check for availability of a new installation archive, use this commanddo the following:

Code Block
languagebash
themeRDark
service cd /usr/local/FlashphonerWebCallServer/bin
./webcallserver check_update

Updating the server can be done with one of the following commands:

Code Block
languagebash
themeRDark
service cd /usr/local/FlashphonerWebCallServer/bin
./webcallserver update

To start the update you will need to confirm stopping the server.
If a new installation archive is available, it is downloaded to the /tmp directory and the update of the server is then started using install.sh -silent.
After the update completes, an update message is shown and the server is started.

To update the server without stopping confirmation, use the command

Code Block
languagebash
themeRDark
service ./webcallserver update yes

...