First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Cannot see SIP call flow

Hi, I am using WebRTC to make a call between a SipPhone and a Browser.

  • When the phone is ringing, there is no INVITE in WireShark
  • While talking, this repeats: protocol: UDP | length: 214 | Info: 31410 -> 9014 Len:172
  • When I end the call: protocol: SIP | length: 509 | Info: Request: BYE sip:[email protected]:5060 |

I really appreciate your help. Thank you

Nanando's avatar
1
Nanando
asked 2021-08-17 13:26:04 +0000
grahamb's avatar
23.8k
grahamb
updated 2021-08-17 13:28:57 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0
  • When the phone is ringing, there is no INVITE in WireShark. The INVITE is not for ringing. It is typically 180 or 183.
  • UDP | length: 214 | Info: 31410 -> 9014 Len:172 is most likely RTP, G.711 packets. Need to verify if Wireshark UDP ports 31410 and 9014 is decode as "RTP"
  • When I end the call: protocol: SIP | length: 509 | Info: Request: BYE sip:[email protected]:5060 I am not sure what the 1000 means. The 192.168.111.143:5060 is the port (5060) for SIP. Verify the information in the SIP header if it was your test call then filter by Call-ID.
BigFatCat's avatar
31
BigFatCat
answered 2021-08-18 08:36:24 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer