[sr-dev] [kamailio/kamailio] v5.0.4: Transformation param.value, name: Returning incorrect result (#1305)

Daniel-Constantin Mierla notifications at github.com
Tue Nov 7 21:59:52 CET 2017


Path header value is not a sip parameters string (which is name1=value1;name2=value2; ...), but a name-address. You are using the wrong approach by doing only param transformation. Sometimes you may get the right value (eg., in this case, when there is another parameter after received), but that's because of a pure string delimiter parsing.

So, you have to combine {tobody.uri} and {param.value,received}

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1305#issuecomment-342620275
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20171107/954f87e9/attachment.html>


More information about the sr-dev mailing list