1 Answers
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
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
Please login or Register to submit your answer