A very useful command to monitor the network traffic and troubleshoot the issues:
Monitor the UDP port 5060
tcpdump -i any udp port 5060
Monitor the TCP port 8888
tcpdump -i any port 8888
To monitor other ports, just replace the port number
A very useful command to monitor the network traffic and troubleshoot the issues:
Monitor the UDP port 5060
tcpdump -i any udp port 5060
Monitor the TCP port 8888
tcpdump -i any port 8888
To monitor other ports, just replace the port number