In some cases, the system environment is more complicated, we hope to get the complete call information, then we can use tcpdump access to network data, the use of wireshark for further analysis.
yum install -y tcpdump
tcpdump -i any -s 65535 -w internal.pcap
Indicates that packets received by any network interface are saved to the internal.pcap file.
Tcpdump will output some capturing packet information, so tcpdump's mission is complete, download the pcap file and turn the wireshark.
5、Wireshark can download from
To Download WEB,install and run wireshark, then open the internal.pcap file.
Here we can see tcpdump caught a variety of packages, the use of “Telephony” under the “VoIP Calls”, the system will automatically summarize during the call.
6、Select a call, click the Flow button, wireshark will use a graphic to represent the call, click the appropriate steps, we can see the corresponding IP packet information.