Re: [SR-Users] TCP Path received quotes

2013-01-07 Thread Spencer Thomason
Hello Daniel and Andrew, Sorry to dig up an old thread, but I'm just now getting around to a more permanent fix for this. Is there a way to urlencode the received parameter? See: http://jira.freeswitch.org/browse/FS-4989 Thanks in advance, Spencer On Sep 25, 2012, at 1:23 PM, Daniel-Constanti

Re: [SR-Users] TCP Path received quotes

2012-09-25 Thread Daniel-Constantin Mierla
Hello, I cherry-picked the commit to 3.2 branch. Pull the last version and see if all is ok. Cheers, Daniel On 9/24/12 4:42 PM, Spencer Thomason wrote: Hello, Any chance of getting this fix back ported to 3.2 branch? Thanks, Spencer On Sep 16, 2012, at 2:58 AM, Spencer Thomason wrote: Hi

Re: [SR-Users] TCP Path received quotes

2012-09-24 Thread Spencer Thomason
Hello, Any chance of getting this fix back ported to 3.2 branch? Thanks, Spencer On Sep 16, 2012, at 2:58 AM, Spencer Thomason wrote: > Hi Andrew, > > Thanks for the info. Yes that seems to fix the problem. > > Best regards, > > Spencer > > > > On 15.09.2012 14:42, Andrew Pogrebennyk

Re: [SR-Users] TCP Path received quotes

2012-09-16 Thread Spencer Thomason
Hi Andrew, Thanks for the info. Yes that seems to fix the problem. Best regards, Spencer On 15.09.2012 14:42, Andrew Pogrebennyk wrote: > Hello Spencer, > > actually double quotes are not allowed in URI parameter. In the BNF > grammar the allowed chars in the "unreserved" definition

Re: [SR-Users] TCP Path received quotes

2012-09-15 Thread Andrew Pogrebennyk
Hello Spencer, actually double quotes are not allowed in URI parameter. In the BNF grammar the allowed chars in the "unreserved" definition are "alphanum" and "mark", where "mark" is only "-" / "_" / "." / "!" / "~" / "*" / "'" / "(" / ")" ). This is already fixed in 3.3.0 if I am not mistaken, p

Re: [SR-Users] TCP Path received quotes

2012-09-15 Thread Spencer Thomason
I see. FS complains about no transport protocol and gives a 503 with a header like that. Shouldn't they default to UDP in the absence of a transport parameter? It seems they are not honoring the quotes. In this setup Kamailio handles NAT traversal and forwards the registers to Freeswitch. T

[SR-Users] TCP Path received quotes

2012-09-15 Thread Juha Heinanen
Spencer Thomason writes: > I'm forwarding registrations to Freeswitch and adding a Path header > using add_path_received() for endpoints behind NAT. When TCP is used, > this results in a header like this: > Path: > > Freeswitch doesn't like the transport protocol inside the quotations > and re

[SR-Users] TCP Path received quotes

2012-09-15 Thread Spencer Thomason
Hello, I'm forwarding registrations to Freeswitch and adding a Path header using add_path_received() for endpoints behind NAT. When TCP is used, this results in a header like this: Path: Freeswitch doesn't like the transport protocol inside the quotations and refuses to route a call to the re