How to traceroute calls in Asterisk (do a sip trace of your call)
log in to shell
Type asterisk -r to enter the CLI
core set verbose 3
core set debug 3
sip set debug ip X.X.X.X, this is the source or the destination IP address that you want to capture
Place your calls and after you are finished you can disable debugging using:
sip set debug off
Hello.
Thanks for your kind attention.
i was wondering if using asterisk maybe there is a way to capture the traffic from/to one single IP (phone) and then generate a .pcap file to analyze and hear (RTP) on wireshark.
Thank you in advance.