I'm seeing a strange problem when using add_path_received() for
registration of NATed UAC using TLS with OpenSIPS 3.1

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.

e.g.

    Path: <sip:[email protected]. <sip%[email protected]>
x.x;transport=tcp;r2=on;lr>
    Path: <sip:[email protected]
:5061;transport=tls;r2=on;lr;received=sip:31.x.x.x:50247%%3btransport%%3dtls>

When the same UAC registers using UDP instead of TLS it works fine

e.g.

    Path: <sip:[email protected];transport=tcp;r2=on;lr>
    Path: <sip:[email protected];r2=on;lr;received=sip:31.x.x.x:61731>


What am I doing wrong???
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to