Got RTP packet from <IP ADDRESS>, Sent RTP packet to <IP Address> on console

Hello all, when I use asterisk -r to get to asterisk console I have a lot of these scolling past when there are calls in progress.

Sent RTP packet to xxx.xx.2.41:34024 (type 00, seq 026108, ts 328936, len 000160)
Got RTP packet from xxx.xx.2.41:34024 (type 00, seq 002040, ts 328880, len 000160)
Sent RTP packet to xxx.xx.2.41:34024 (type 00, seq 026109, ts 329096, len 000160)
Got RTP packet from xxx.xx.2.41:34024 (type 00, seq 002041, ts 329040, len 000160)
Sent RTP packet to xxx.xx.2.41:34024 (type 00, seq 026110, ts 329256, len 000160)
Got RTP packet from xxx.xx.2.41:34024 (type 00, seq 002042, ts 329200, len 000160)

Is there a way to not have these? I have tried core set verbose 0, I have looked under advanced settings, turned off all logging to the console file in log management. These scroll past at such a rate the trying to watch call flow is near impossible.
Thanks,
John

from asterisk cli

rtp set debug off

(I guess you turned it on at some time but forgot to turn it off :wink: )

after you do that you will need to

core set verbose 3

to watch any “call flow”

2 Likes

Thank you sir, that was it.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.