<div dir="ltr">We use Asterisk 14 to proxy calls between two servers, 10.0.0.192 to 10.0.0.228. But sometimes another of our servers becomes listed as a SIP agent, even though the server's IP address isn't part of our sip.conf, extensions.conf, nor any other config I know of. For example in the log snippet below, the source server experienced an SDP renegotiation in the middle of a call, and seemingly as a consequence Asterisk re-locked on the source and destination servers...but also registered third server 10.0.0.125. This seems to have broken the call to the desired destination server.<br><br>[2020-01-14 18:08:25] VERBOSE[29350][C-00000006] res_rtp_asterisk.c: 0x7f40240322e0 -- Strict RTP switching source address to <a href="http://10.0.0.228:42150">10.0.0.228:42150</a><br>[2020-01-14 18:08:26] VERBOSE[29324][C-00000006] res_rtp_asterisk.c: 0x7f403c00c3b0 -- Strict RTP learning complete - Locking on source address <a href="http://10.0.0.192:22522">10.0.0.192:22522</a><br>[2020-01-14 18:08:26] VERBOSE[29350][C-00000006] res_rtp_asterisk.c: 0x7f40240322e0 -- Strict RTP learning complete - Locking on source address <a href="http://10.0.0.228:42150">10.0.0.228:42150</a><br>[2020-01-14 18:09:01] VERBOSE[1389] asterisk.c: Remote UNIX connection<br>[2020-01-14 18:09:01] VERBOSE[29363] asterisk.c: Remote UNIX connection disconnected<br>[2020-01-14 18:09:47] VERBOSE[1429] chan_sip.c: Registered SIP '1000' at <a href="http://10.0.0.125:5060">10.0.0.125:5060</a><br>[2020-01-14 18:09:47] VERBOSE[1429] chan_sip.c: Saved useragent "FreeSWITCH-mod_sofia/1.6.20~64bit" for peer 1000<br><br>Is my description accurate for this log snippet?<br><br>How can we prevent the registration of third servers?<br></div>