search for: asterisk_server_ip

Displaying 3 results from an estimated 3 matches for "asterisk_server_ip".

2010 Aug 02
1
SIP Status: 401 Unauthorized (0 bindings)
Hi, I have made a fresh install of asterisk-1.6.2.10 and when I register my soft phone it gives following error. Rest are default configurations. 32.454370 MY_IP -> ASTERISK_SERVER_IP SIP Request: REGISTER sip:ASTERISK_SERVER_IP 32.454505 67.19.43.202 -> MY_IP SIP Status: 401 Unauthorized (0 bindings) 36.454814 MY_IP -> ASTERISK_SERVER_IP SIP Request: REGISTER sip:ASTERISK_SERVER_IP 36.454949 67.19.43.202 -> MY_IP SIP Status: 401 Unauthorized (0 bindings) 40.4...
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?
...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, SSRC=0x488EDB49, Seq=383, Time=61280 1036401 2000-01-03 22:08:11.647560 sip_client_ip -> asterisk_server_ip RTP PT=ITU-T G.711 PCMA,...