Juha Heinanen writes:
Path:
<sip:192.98.102.10;transport=tcp;lr;received='sip:192.98.102.10:58022;transport=tcp'>.
according to rfc3261
pvalue = 1*paramchar
paramchar = param-unreserved / unreserved / escaped
param-unreserved = "[" / "]" / "/" / ":" /
"&" / "+" / "$"
unreserved = aphanum / mark
mark = "-" / "_" / "." / "!" / "̃" /
"*" / "’" / "(" / ")"
my conclusion is that ; and = in received value needs to be escaped.
am i the only one who has ever used add_path_received function or is
this a newly introduced bug?
-- juha