Can anyone with experience assist me with the following capture that I took from two VOIP handsets transferring a call to a SIP desk phone. What is the recommended next step for troubleshooting after receiving the data below? I don't have a ton of experience with VOIP so I'm uncertain. RTP Stream Analysis
VOIP CALL FLOW
Why are there so many repeated invites, etc. above? Everything is duplicated and I'm not sure if this is normal behavior..and if it it's normal behavior what could be the root cause? I'm leaning towards the assumption that the issue is a network congestion issue?! ...but I'm quite uncertain at this point. Any help would be greatly appreciated..also I can provide additional information if needed. Thank you. asked 29 Mar '15, 11:45 georgennc edited 29 Mar '15, 12:26 grahamb ♦ showing 5 of 7 show 2 more comments |
One Answer:
One reason could be, that all your frames are duplicated, maybe due to a problem with your capture setup (mirroring traffic of ingress and egress port on the switch) !! Can you please try to capture the frames only once, because the duplicated frames makes troubleshooting harder than it needs to be ;-)) You can try to de-duplicate the capture file with editcap. Then there are some of the following messages:
which indicates failed authentication and thus a retry. Regards answered 30 Mar '15, 07:05 Kurt Knochner ♦ Kurt, I don't believe that there is any error on my part with the captures.. I believe that there is something within the network that is causing these duplicates. I've used the same process to capture at other locations and my results have never shown duplicates. I've used the same process to make captures today and these captures show no duplicates.. I'm baffled as to why this location is showing duplicates..could this possibly be a symptom of network congestion? Maybe the data is being re transmitted? (30 Mar '15, 08:06) georgennc You can see a capture on multiple interfaces, whereby a remote capture and a local interface carry the same traffic. That's the duplication. (30 Mar '15, 08:09) Jaap ♦ Apply this filter
then look at frames #3062 and #3066. They look identical to me, besides the destination mac address AND the IP ID (0000 in 3062). That does not look like a "re-transmission". That looks like packet duplication somewhere. Furthermore, as @Jaap mentioned, you have also captured all frames twice via remote capture, see frames #3069 and #3077 (duplicates of 3062 and 3066, encapsulated in rpcap). As a result, you are seeing the same SIP frame 4 times.
No. The frames are simlpy captured several times at different locations, see above... (30 Mar '15, 08:24) Kurt Knochner ♦ There must have been another interface selected by default when I took my capture. I'll recapture the data and post it in a few hours. Thank you all for your assistance. (30 Mar '15, 09:06) georgennc
maybe.
I guess, if you're doing the capturing in the right way, there won't be any duplicates and "re-transmissions" any more.. In that case: If a supplied answer resolves your question can you please "accept" it by clicking the checkmark icon next to it. This highlights good answers for the benefit of subsequent users with the same or similar questions. For extra points you can up vote the answer (thumb up). (30 Mar '15, 09:09) Kurt Knochner ♦ I ensured that only one interface was being captured this time. I don't see nearly as many errors but there was still static on the line during the transfer. Link: https://drive.google.com/file/d/0B6jI0xk_UGx_Y05pTU5HQnZXclk/view?usp=sharing (30 Mar '15, 11:40) georgennc
The SIP frames are still duplicates. See frame #6 and #7 as well as #8 and #9. Same as before. Identical frames, just two differences: IP ID 0000 (#6 and #9) and different mac addresses. I still believe there is something wrong with the capture setup. Can you please add more details about your capture setup?
(30 Mar '15, 11:47) Kurt Knochner ♦ showing 5 of 7 show 2 more comments |
network troubleshooting based on a (text based) "screenshot" is near to impossible, as 98% of the relevant information is missing.
Can you please upload a capture file somewhere (google drive, dropbox, cloudshark.org) and post the link here?
Thank you grahamb. I have uploaded the entire capture to Google Drive: https://drive.google.com/file/d/0B6jI0xk_UGx_SGhzeVNXcjgyQTg/view?usp=sharing
That file is a shortcut.
Sorry.. Here is the capture: https://drive.google.com/file/d/0B6jI0xk_UGx_V2RQSE8tcVJOVG8/view?usp=sharing
There is quite some traffic in the capture file. Would you mind to tell us the IP addresses of the involved VoIP systems???
The handset that the call was initiated with was 10.7.16.159.
Your answer has been converted to a comment as that's how this site works. Please read the FAQ for more information.