<div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>I am trying to 
use the uac_registrant module (2.2) to register via TCP but when it recieves 
the 401 it is not adding the Authorization header.<br><br></div>It does work with UDP so I get:<br><br></div>REGISTER -> 401 (with WWW-Authenticate) -> REGISTER (with Authorization) -> 200 OK<br><br></div>However when I tell it to use TCP it doesn't add the Authorization header:<br><br>UPDATE registrant SET forced_socket = 'tcp:<a href="http://1.2.3.4:5060" target="_blank">1.2.3.4:5060</a>';<br><br></div>REGISTER -> 401 (with WWW-Authenticate) -> REGISTER (no Authorization) -> 403 Forbidden<br><br></div><div>I've included the debug log for the failing TCP REGSITER attempt: <a href="https://pastebin.com/gigJkWZX">https://pastebin.com/gigJkWZX</a><br><br></div>Regards,<br></div>Peter</div>