On 06/04/2012 07:29 PM, Iñaki Baz Castillo wrote:
>> My question now is if there are any concerns on your side with handling
>> single-quoted URI params the way we handle double-quoted ones? If we
>> were strict, we'd actually need to remove the handling for double-quoted
>> ones, but for backwards
2012/6/4 Andreas Granig :
> Now while doing some interop tests with another platform, it turned out
> that double-quotes are not allowed in URI params (see
> https://lists.cs.columbia.edu/pipermail/sip-implementors/2008-May/019335.html,
> and in the grammar the allowed chars in the "unreserved" def
Hi guys,
When I implemented the Path module 6 years ago, I chose to enclose the
received-URI in double-quotes, like this:
Path:
This Path value is stored in usrloc by registrar module, and is
converted to a Route in a subsequent request. This worked fine so far,
because there's the logic in par