THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#284 - add_path_received() adds invalid path uri
User who did this - Juha Heinanen (jh)
Reason for closing: Fixed
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=284
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#284 - add_path_received() adds invalid path uri
User who did this - Juha Heinanen (jh)
----------
this is now fixed in master by escaping ; and =. if someone needs the fix in 4.0, he/she can cherry pick it there along with registrar unescape fix.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=284#comment824
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Juha Heinanen writes:
> you are correct. i'll take a look if received param value could be
> easily unescaped when it is stored in usrloc.
i moved this tread to sr-dev. there is in lib/kcore/strcommon.c an
unescape functiont that most likely could be used, bur when i tried to
build new image, i got an error:
$ make
LD (cc) [sip-proxy] sip-proxy
parser/parse_param.o: In function `parse_contact_class':
/usr/src/trunk-src/openxg-sip-proxy/parser/parse_param.c:162: undefined reference to `unescape_user'
collect2: error: ld returned 1 exit status
does anyone know where in the makefile system -lkcore should be added so
that this function would be found by loaded? there is no Makefile in
parser dir.
-- juha