Displaying 2 results from an estimated 2 matches for "sip_client_ip".
2015 Jan 19
2
sip show channelstats reliable?
I would recommend capturing traffic outside your Asterisk server with
Wireshark, then running the Telephony/Rtp/Analysize Streams option to
determine if you have packet loss at that point in the network.
On Mon, Jan 19, 2015 at 1:00 PM, Todd R. <tjrlist at live.com> wrote:
> Thanks but no Adtran here.
>
> I do think these stats are indicating an issue, I just don't know how to
2015 Jan 20
0
sip show channelstats reliable?
...[this saves the all the ethernet traffic of ports 5060 & 5061 in the pcap
file for every hour(-G 3600) ]
3. Once you can see the data loss in the ax_log_yyyymmdd, check for the
same time in the eth_sip_traffic.pcap
Analyze the eth_sip_traffic.pcap
$tshark -t ad -r eth_sip_traffic.pcap |grep sip_client_ip | less
[ -t ad: is for time format, -r :is for input file]
1034847 2000-01-03 22:08:10.239661 sip_client_ip -> asterisk_server_ip
RTP PT=ITU-T G.711 PCMA, SSRC=0x488EDB49, Seq=314, Time=50240
1036396 2000-01-03 22:08:11.647404 sip_client_ip -> asterisk_server_ip
RTP PT=ITU-T G.711 PCMA, SS...