Hello,
I'm running a Kamailio instance with some routing logic in it. When a UA sends an
INVITE with urn:emergency:service:sos as RURI, Kamailio responds with a 400 Bad Request
URI. I have set debug log level and it looks like the problem is in the parse_uri.c when
sanity_check("1511", "7") is called:
parse_uri(): bad char ':' in state 3 parsed: <urn:emergency:service> (21) /
<urn:emergency:service:sos> (25)
According to RFC8141 (
https://www.rfc-editor.org/rfc/rfc8141), this is a correct URN, but
maybe I'm missing something.
Is there a way to make Kamailio parse this RURI?
Kamailio version used: 5.6.4
Thank you!