Versions Compared

Key

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

The basic fields and their descriptions are listed in the documentation to Call Flow 1.0

To get the precise list of fields use:

1.The WCS_HOME/logs/flashphoner_manager.log log file.

This log displays all REST queries sent to the web server and all received answers.

2.The tcpdump utility to record traffic and the Wireshark app to view it.

Code Block
languagebash
themeRDark
tcpdump udp port 9091 -i lo -s 4096 -w log.pcap


This command records traffic that is sent to and received on the port 9091. Later, you can view results in Wireshark and see how the fields are sent exactly.