We experienced a problem today with all outbound SIP calls for about 10 minutes today. All inbound calls continued to function fine. None of the active calls were disconnected. I was lucky enough to capture the data going to/from the ISP edge router in our office. What i noticed was a very large loop of Invites, Trying, Unauthorized, ACK then repeat for each call. This would continue until the user hung up their phone. I'm using wireshark in Windows. How would i look inside of these packets to see what is wrong? My ISP and VOIP vendors are both pointing fingers at each other. Below is a sample. I removed all the IPs and phone number. Any suggestions?
asked 17 Jun '15, 19:45 mjtvillanova edited 17 Jun '15, 23:20 Kurt Knochner ♦ |
One Answer:
It's tough to see without an actual pcap, but your server is requiring Authentication, and either your UAC is not formulating an authentication response with the www-authenticate header, or it is failing in its response (i.e. bad password). Again, too many variables.....need actual trace. You can anonymize it with Jasper's trace wrangler software if that is your concern for not providing a trace. ---> http://www.tracewrangler.com answered 17 Jun '15, 21:15 Rooster_50 |