I've captured all the packets from the server for 5 minutes. In this time there where 3 calls made from the same client to the same supplier. When I filter the RTP packets in wireshark I do not know which RTP packets are for the 2nd call. Can you give me any hints on how to associate the RTP packets ( audio ) with the call / telephone number ? I do not know which audio is for which number... asked 15 Jun '16, 05:50 Eduard Petru edited 15 Jun '16, 07:28 sindy |
One Answer:
Normally Wireshark assigns RTP streams to signalling (or, to be precise, control in case of MGCP and Megaco) exchanges automatically, as it identifies RTP by the contents of SDPs exchanged between parties in the signalling. So if you use If you select a single call, you can use the Is this an answer to your question or you've tried this and some part of it does not work? answered 15 Jun '16, 06:24 sindy |
Thank you so much, I have managed somehow to correlate the port session and filter the RBT. I've also noticed there is a problem when streaming codecs G729. Thank you again.
See the wiki page here for info about G729.