RTP port question

I just want to know if I’m reading this right, I set rtp debug on trying to solve an audio delay for some remote Polycom 550s. This is what I got:

Got RTP packet from remote IP:57269 (type 00, seq 052544, ts 2855125826, len 000160)
Sent RTP packet to local IP:19640 (type 00, seq 047821, ts 2855125824, len 000160)
Got RTP packet from local IP:19640 (type 00, seq 030608, ts 568797532, len 000160)
Sent RTP packet to remote IP:57269 (type 00, seq 041223, ts 568797528, len 000160)
Got RTP packet from Local IP:19640 (type 00, seq 030609, ts 568797692, len 000160)
Sent RTP packet to remote IP:57269 (type 00, seq 041224, ts 568797688, len 000160)

if I’m not mistaken port 57269 is outside of 10000-20000 parameter in rtp.conf. Or is this just something I am misreading?

Hey jouuu, remember that SIP use port 5060 and yes, you have to open a port range betwen 10000 to 20000.
This range is use for RTP packages.

The local ports are within the specified range…

Ian