Bugs item #1950569, was opened at 2008-04-24 12:35 Message generated for change (Comment added) made by axlh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1950569&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: ver 1.2.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: axlh (axlh) Assigned to: Nobody/Anonymous (nobody) Summary: add_path_received() does not add transport Initial Comment: I use add_path_received() in a load-balancer in front of a registrar. When a request comes in via TCP, this is not reflected in the received parameter of the Path header added with the function add_path_received(). The problem is when the registrar sends an invite via the balancer to the ua. On the balancer, the value in the received parameter of the uri is set to the destination uri, but it is sent out via udp instead of tcp because of the missing ';transport=tcp'. Suggested fix: add the transport over which the request came in tot the received paramater in the Path header when the transport is not UDP. ---------------------------------------------------------------------- >Comment By: axlh (axlh) Date: 2008-05-15 11:04 Message: Logged In: YES user_id=1212856 Originator: YES Bogdan, That is the case, the balancer speaks both udp and tcp, the registrar only udp. I already tested by adding the parameter manually in the 'location' table for a registered (tcp) contact. Then the request is send over tcp from the balancer on. So the only thing missing is the addition of the transport to the Path header. Thanks, Alex. ---------------------------------------------------------------------- Comment By: Bogdan-Andrei Iancu (bogdan_iancu) Date: 2008-05-14 14:09 Message: Logged In: YES user_id=1275325 Originator: NO Hi Axel, On the LB, is there a protocol change? I mean you receive TCP and forward to registrar via UDP? Regards, Bogdan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1950569&group_id=139143 _______________________________________________ Devel mailing list Devel@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/devel