Emia

Results 167 comments of Emia

> he newly introduced issue regarding serverTx.Connection().LocalAddr() returning an empty Addr remains, however. I hardly see what this could influence, can you share more details. Which transport, how are you...

Hi. It is now fixed in main. So to comply RFC 3263, source addr is chosen over via header. This mostly avoids creating new Connection for UDP, and I think...

Hi @bv-ngv . If you could get me some SIP traces this would be good. Just set sip.SIPDEBUG=true and turn on debug logging level. I will try to replicate in...

So it is trying to sent back request based on Via header. Client normally needs to set `rport` to be received back over source addr. https://datatracker.ietf.org/doc/html/rfc3581 Yes previous versions had...

Ok I think now went more correctly with this. Please check main branch. It should use your server connection unless it really has no other choice. I think confusion was...

Thanks for reporting. Seems like this is not currently easy to fix unless header are fixed.