Scrolling "Probation passed - setting RTP source..." on CLI

We are running an older version of Asterisk 11.2 and we have an always on conference of 62 phones that is being recorded with MixMonitor.

The CLI just scrolls these messages for all the nodes over and over – below is just a small snip.

== MixMonitor close filestream (mixed)
== End MixMonitor Recording ConfBridgeRecorder/
> 0x7ff1700233f0 – Probation passed - setting RTP source address to 10.32.xxx.xxx::40038
> 0x2720390 – Probation passed - setting RTP source address to 10.32.xxx.xxx::40030
> 0x7ff15c043dc0 – Probation passed - setting RTP source address to 10.32.xxx.xxx::40088
> 0x7ff17806d5e0 – Probation passed - setting RTP source address to 10.32.xxx.xxx::40072
> 0x7ff1dc0276c0 – Probation passed - setting RTP source address to 10.32.xxx.xxx::40052
> 0x7ff1c4054d40 – Probation passed - setting RTP source address to 10.10.xxx.xxx::5012
> 0x7ff1600655a0 – Probation passed - setting RTP source address to 10.32.xxx.xxx::40136
> 0x7ff15c04c600 – Probation passed - setting RTP source address to 10.32.xxx.xxx::40030

Those are individual call legs going through the probation process for strict RTP protection. A normal thing to happen. What’s the problem?

The issue is that they are scrolling over and over again. So you may see 10.32.xxx.001 and then you will see it again after maybe the other 61 have scrolled by. It is just constant. Is this scrolling of the 62 connections port and IP over and over normal?

Without more context it is hard to say. For every call that is set up it will occur, and if they send a re-INVITE it can also occur again.

So this is just an always up conference bridge with 62 endpoints . They endpoints never hang up. the CLI is scrolling this:
> 0x7ff1ec09cfb0 – Probation passed - setting RTP source address to
> 0x7ff1fc030af0 – Probation passed - setting RTP source address to
> 0x7ff1f8070380 – Probation passed - setting RTP source address to
> 0x7ff17802a960 – Probation passed - setting RTP source address to
> 0x7ff170069b20 – Probation passed - setting RTP source address to
> 0x7ff1e8092380 – Probation passed - setting RTP source address to
> 0x7ff1f001c770 – Probation passed - setting RTP source address to
> 0x7ff1f40f7450 – Probation passed - setting RTP source address to
> 0x7ff17406d2b0 – Probation passed - setting RTP source address to
> 0x7ff1f40d3860 – Probation passed - setting RTP source address to
> 0x7ff16c03cf30 – Probation passed - setting RTP source address to
> 0x7ff18003fbf0 – Probation passed - setting RTP source address to
> 0x7ff164057a30 – Probation passed - setting RTP source address to
> 0x7ff19c701240 – Probation passed - setting RTP source address to
> 0x7ff194062bc0 – Probation passed - setting RTP source address to
> 0x7ff16803e810 – Probation passed - setting RTP source address to
> 0x7ff1700233f0 – Probation passed - setting RTP source address to
> 0x2720390 – Probation passed - setting RTP source address to
> 0x7ff15c043dc0 – Probation passed - setting RTP source address to
> 0x7ff17806d5e0 – Probation passed - setting RTP source address to
> 0x7ff1dc0276c0 – Probation passed - setting RTP source address to
> 0x7ff1600655a0 – Probation passed - setting RTP source address to
> 0x7ff15c04c600 – Probation passed - setting RTP source address to
> 0x7ff1c4054d40 – Probation passed - setting RTP source address to
> 0x7ff188056200 – Probation passed - setting RTP source address to
> 0x7ff19c3a9da0 – Probation passed - setting RTP source address to
> 0x7ff17c010f00 – Probation passed - setting RTP source address to
> 0x7ff19c066c10 – Probation passed - setting RTP source address to
> 0x7ff1f804ab10 – Probation passed - setting RTP source address to
> 0x7ff19802f3c0 – Probation passed - setting RTP source address to
> 0x7ff18803b670 – Probation passed - setting RTP source address to
> 0x7ff16c0692e0 – Probation passed - setting RTP source address to
> 0x7ff18c1ca570 – Probation passed - setting RTP source address to
> 0x7ff18400a8e0 – Probation passed - setting RTP source address to
> 0x7ff1f0044820 – Probation passed - setting RTP source address to
> 0x7ff1ec004ed0 – Probation passed - setting RTP source address to 1
> 0x273db60 – Probation passed - setting RTP source address to
> 0x7ff17404e9f0 – Probation passed - setting RTP source address to
> 0x7ff1d805a350 – Probation passed - setting RTP source address to
> 0x7ff19c04cc90 – Probation passed - setting RTP source address to
> 0x7ff1d4027220 – Probation passed - setting RTP source address to
> 0x7ff1700a1010 – Probation passed - setting RTP source address to
> 0x7ff168009040 – Probation passed - setting RTP source address to
> 0x7ff1e80aa580 – Probation passed - setting RTP source address to
> 0x7ff1600bb2f0 – Probation passed - setting RTP source address to
> 0x7ff1c40716e0 – Probation passed - setting RTP source address to
> 0x7ff16009f400 – Probation passed - setting RTP source address to
> 0x7ff18c1bd0b0 – Probation passed - setting RTP source address to
> 0x7ff1e40276c0 – Probation passed - setting RTP source address to
> 0x7ff18c1e53c0 – Probation passed - setting RTP source address to
> 0x7ff164035580 – Probation passed - setting RTP source address to
> 0x7ff1ec09cfb0 – Probation passed - setting RTP source address to
== MixMonitor close filestream (mixed)
== End MixMonitor Recording ConfBridgeRecorder/conf-1235-uid-1378841827
== Begin MixMonitor Recording ConfBridgeRecorder/conf-1235-uid-28919549

Then perhaps there are re-INVITEs, otherwise I don’t have anything else to add.