I am using jNetPcap to decode rtp from tcpdumps. Currently I use the SIP Invite Message and the source IP (and also checking via source ips..) to detect the directions (forward, reverse) from the call.. this is working but not really how it is intended to work from rfc standard and to work-around all possible behaviours.
Is there any way to determine from SSRC in which direction the source works for a sip call? As far as I can see the ssrc identifiers first appear on the rtp stream from which I can not say which call flow direction it is.
And I don't want to save both directions and have the user decide which direction it is.
I did dirty parsing but it seems that jnetpcap has no better way to do that: