Versions Compared

Key

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

WCS is managed using the following main commands:

1. Operating system command line

Command

Description

Main commands to start and stop the server

service webcallserver start

Start the server

service webcallserver stop

Stop the server

service webcallserver restart

Restart the server

Additional commands

/usr/local/FlashphonerWebCallServer/bin/webcallserver start

Start the server

/usr/local/FlashphonerWebCallServer/bin/webcallserver start standalone

Start the server in the stdout output mode for debug purposes

/usr/local/FlashphonerWebCallServer/bin/webcallserver stop

Stop the server

 

2. WCS command line interface

Command

Description

node start

Start the server

node stop

Stop the server

node restart

Restart the server

show server-status

Show the current status of the server: the number of active connections, ports, streams, CPU time consumed, RAM and disk usage, overall amount of sent and recived data as well as elapsed time of the server.

show groups

Show the list of groups

show users

Show the list of users

show permissions

Show access permissions for each operation

show node-settings

Show current server settings or export them to a CSV file

add group

Add a new group

add user

Add a new user

add permissions

Restrict permissions for a given operation

update user

Change user data

update permissions

Change permissions for a given operation

remove group

Remove a group

remove user

Remove a user

remove permissions

Remove all permissions for a given operation

show apps

Show all available applications

add app

Add a new application

update app

Change applications settings

remove app

Remove an application

 

You can read a through description of the WCS command line interface in this section.