Displaying 1 result from an estimated 1 matches for "74775e13".
2007 May 01
5
OT: Capture Asterisk traffic
I want to capture all my Asterisk traffic (including RTP) and then analyse
it.
My plan was to use tcpdump and then analyse with Wireshark. The following
works:
tcpdump -i eth0 -s 0 -w /tmp/tcpdump.1
But I want to be a bit more selective:
tcpdump -C 100 -W 10 -w /tmp/tcpdump -i eth1 -s 0 udp and dst port >= 5060
This doesn't capture the RTP traffic. Could anyone advise what I'm