I have one server which is running ok for everywhere but one of my client is getting error in RTP packet. when I checked log, I am getting following log at RTP debuggin
Got RTP packet from 18.216.***.***:56018 (type 00, seq 039150, ts 1485731616, len 000160)
Sent RTP packet to 89.208.152.***:32086 (type 08, seq 008691, ts 1485731616, len 000160)
Sent RTP P2P packet to 198.101.50.**:13342 (type 00, len 000160)
Sent RTP P2P packet to 14.102.145.**:29842 (type 00, len 000160)
Sent RTP P2P packet to 198.101.50.**:13342 (type 00, len 000160)
I am not sure what is P2P packets but other side customer complaining he is not getting RTP packet, but on our all servers everything is working fine.
anyhow idea how I can investigate.
It means that RTP packets are being forwarded internally in an optimized fashion. I’d suggest providing the SIP traffic so the addresses provided can be examined, and you should also do a packet capture to see the traffic flowing.
Audio is at 18260
Adding codec 100003 (ulaw) to SDP
Adding codec 100004 (alaw) to SDP
Adding codec 100008 (g729) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (NAT) to 192.216.101.155:5060:
I don’t have context and RTP debug was not on, so I can’t say anything else except that nothing looks out of the ordinary.
The IP address we would send to is in the “c=” line, and the port we would send to is on the “m=” line. If NAT options are enabled then this may change, but if no NAT options are enabled then we will send to where we are told.