According to the grammar, the URI params are ONLY after the domain part (see https://www.ietf.org/rfc/rfc3261.html page 222)

SIP-URI          =  "sip:" [ userinfo ] hostport
                    uri-parameters [ headers ]
SIPS-URI         =  "sips:" [ userinfo ] hostport
                    uri-parameters [ headers ]

Regards,

Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
  https://www.siphub.com

On 11.04.2024 15:23, Johan De Clercq wrote:
Can param's be added anywhere in a user part.

e.g.
sip:0123456789;gw=case106@1.2.3.4 //this is for sure valid.
sip:gw=case107;0123456789@1.2.3.4 <mailto:case107%3B0123456789@1.2.3.4>
sip:gw=case108;0123456789;gw=case108@1.2.3.4

the fist one is for sure valid, but what about the other two ?

BR,

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to