<div dir="ltr">I'm seeing a strange problem when using add_path_received() for registration of NATed UAC using TLS with OpenSIPS 3.1<div><br></div><div>On registration add_path_received() works but the received address is not formatted correctly. I am seeing '%%3b' instead of a semicolon, and '%%3d' instead of an equals sign.</div><div><br></div><div>e.g.</div><div><br></div><div>    Path: <<a href="mailto:sip%3A350203@192.168.50.248" target="_blank">sip:101@192.168.</a>x.x;transport=tcp;r2=on;lr><br>    Path: <sip:101@192.168.x.x:5061;transport=tls;r2=on;lr;received=sip:31.x.x.x:50247%%3btransport%%3dtls><br></div><div><br></div><div>When the same UAC registers using UDP instead of TLS it works fine</div><div><br></div><div>e.g.</div><div><br></div><div>    Path: <sip:101@192.168.x.x;transport=tcp;r2=on;lr><br>    Path: <sip:101@192.168.x.x;r2=on;lr;received=sip:31.x.x.x:61731><br></div><div><br></div><div><br></div><div>What am I doing wrong???</div></div>