Asterisk - Source not in ICE active candidate list

Additional détails :

We’ve used Asterisk PBX for years and experienced this bug (DTLS packet from 127.0.0.1 dropped) as soon as we upgraded to Asterisk 20.5+. We urgently had to patch res_rtp_asterisk too - the same lines - to disable this drop if ip address was 127.0.0.1.
We did not post a bug report because we were using Asterisk 20 + chan_sip + ICE/WebRTC. But since we just switched from chan_sip to PJSIP, the DTLS packet drop still occurs with PJSIP.

So +1 for a fix

Putting it in an issue doesn’t get it merged, it has to be a pull request:

FYI I submitted a pull request for this that has been approved so it will appear in the official version

And it’s been merged into the master, 23, 22 and 20 branches so a pull and build of one of them will contain the fix.