For some reason when I compile Janus with
Sofia SIP >= 1.13 from source all compilation and linking process pass without error and even Janus start without error and warning, but when I try to execute SIP REGISTER, I always get the following error:
[ERR] [plugins/janus_sip.c:janus_sip_handler:3087] Two seconds passed and still no NUA, problems with the thread?
With Sofia SIP 1.12, everything works as expected.
I see that Janus applies special cases for Sofia SIP >= 1.13 in the SIP plugin, so someone uses Janus with this version, and for sure, registration works in their builds.
Could that someone please share their experience in building Janus with Sofia SIP >= 1.13? Distro, maybe special build parameters for Sofia SIP or Janus, something else...
And yes, I found in the history of issues and groups that such problem arises several times, but there are no clear solutions to resolve it (use libsofia from distro is not the option because it is on version 1.12 and
applies -fno-aggressive-loop-optimizations also seems not help).