Hmm - not sure what went wrong with my post. It seemed to add some unwanted
formatting. Here's the failing example again...

    Path: <sip:101@192.168.x.x;transport=tcp;r2=on;lr>
    Path: <sip:101@192.168.x.x
:5061;transport=tls;r2=on;lr;received=sip:31.x.x.x:50247%%3btransport%%3dtls>

On Tue, 20 Jul 2021 at 10:49, Mark Allen <m...@allenclan.co.uk> wrote:

> 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:101@192.168. <sip%3A350203@192.168.50.248>
> x.x;transport=tcp;r2=on;lr>
>     Path: <sip:101@192.168.x.x
> :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:101@192.168.x.x;transport=tcp;r2=on;lr>
>     Path: <sip:101@192.168.x.x;r2=on;lr;received=sip:31.x.x.x:61731>
>
>
> What am I doing wrong???
>
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to