Versions Compared

Key

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

Table of Contents

If you found some error in WCS operation and this error can be reliably reproduced on your server, you can prepare an error report as described below:

...

Code Block
languagebash
themeRDark
servicesudo webcallserversystemctl restart webcallserver

3. Run traffic pcap-dump using the command

Code Block
languagebash
themeRDark
sudo tcpdump -i any -s 40960 -B 10240 -w log.pcap

4. Reproduce the error you experience

...

Code Block
themeRDark
/usr/local/FlashphonerWebCallServer/report/report-2019-07-17-10-28-35.tar.gz

WCS statistics collection

Since build 5.2.967, WCS statistics data may be included to the report:

Code Block
languagebash
themeRDark
cd /usr/local/FlashphonerWebCallServer/tools
sudo ./report.sh --sysinfo --conf --stats --tar

Preparing an error report

...