i could not find a transformation or function to unescape an uri, such as this:
sip%3Atest%40test.fi
did i miss it or is there a need to write one?
-- juha
On 3/26/11 2:06 AM, Juha Heinanen wrote:
i could not find a transformation or function to unescape an uri, such as this:
sip%3Atest%40test.fi
did i miss it or is there a need to write one?
we have never introduced escaping indeed. -jiri
-- juha
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 3/26/11 7:30 PM, Jiri Kuthan wrote:
On 3/26/11 2:06 AM, Juha Heinanen wrote:
i could not find a transformation or function to unescape an uri, such as this:
sip%3Atest%40test.fi
did i miss it or is there a need to write one?
we have never introduced escaping indeed.
Starting with 3.x, by loading pv module you get access to some particular functions called 'transformations' which can be used to escape/unescape string values stored in config file variables. See more at:
http://sip-router.org/wiki/cookbooks/transformations/devel
Cheers, Daniel
well shame on me and thanks for catching it :-)
-jiri
On 3/26/11 7:38 PM, Daniel-Constantin Mierla wrote:
On 3/26/11 7:30 PM, Jiri Kuthan wrote:
On 3/26/11 2:06 AM, Juha Heinanen wrote:
i could not find a transformation or function to unescape an uri, such as this:
sip%3Atest%40test.fi
did i miss it or is there a need to write one?
we have never introduced escaping indeed.
Starting with 3.x, by loading pv module you get access to some particular functions called 'transformations' which can be used to escape/unescape string values stored in config file variables. See more at:
http://sip-router.org/wiki/cookbooks/transformations/devel
Cheers, Daniel