Tag Archives: tcpdump

How to troubleshoot SIP Connection using tcpdump

How to troubleshoot SIP Connection using tcpdump To check SIP connection through tcpdump use the following command tcpdump -nqt -s 0 -A -i eth0 port 5060 where: -n do not convert IP address to DNS names -q be quite, print less … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment