[SR-Users] path uri problem
Juha Heinanen
jh at tutpro.com
Sun Apr 7 13:32:25 CEST 2013
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
More information about the sr-users
mailing list