IP PBX ForumCategory: PBX How ToNetwork Capture (pcap)
Larry NeblettLarry Neblett asked 6 years ago

1 Answers
Eyal OrenEyal Oren Staff answered 6 years ago

Hi Larry, for SIP traces we can recommend some options:
1. enable SIP debug from SIP Settings module, later on, you can check asterisk logs
2. use built-in sngrep application, from CLI. it will show you graphical SIP trace
sngrep
3. use tcpdump , from CLI to present/save sip traces, sample
tcpdump -i nic0 port 5060 -s 0 -w /tmp/sip.pcap
will save sip traffic via nic0 to file /tmp/sip.pcap