No apparent errors while loading Janus. AudioBridge, SIP plugin and other loaded. Janus detected Local IP. This is Debian based docker build without IPv6. As far as I can see, SIP register going through, but INVITE fail while reading RTP/RTCP fd.
[ERR] [plugins/janus_sip.c:janus_sip_allocate_local_ports:6618] Error creating RTP socket: (error=Address family not supported by protocol)
[ERR] [plugins/janus_sip.c:janus_sip_allocate_local_ports:6637] Error creating RTCP socket: (error=Address family not supported by protocol)
[ERR] [plugins/janus_sip.c:janus_sip_allocate_local_ports:6645] Error creating audio sockets…
[ERR] [plugins/janus_sip.c:janus_sip_handler:3580] Could not allocate RTP/RTCP ports
Yeah, that may be it, even though the lack of IPv6 addresses on the server should not be an issue: it’s more of a problem if IPv6 is entirely disabled, IIRC, or at least that’s what we found out in an old issue. For RTP forwarders we fixed that in a dedicated PR, where we added a check to see if creating IPv6 sockets failed or not: I’ll try adding the same to the SIP plugin to see if that fixes it.
Can you create an issue in Github so that I can reference it in the PR, as soon as it’s ready?