Bugs item #2892560, was opened at 2009-11-05 13:18 Message generated for change (Settings changed) made by axlh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2892560...
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: core Group: ver 1.4.x
Status: Closed Resolution: Fixed
Priority: 5 Private: No Submitted By: Alex Hermann (axlh) Assigned to: Nobody/Anonymous (nobody) Summary: Inconsistent $rP contents
Initial Comment: The $rP (request-uri's transport) is broken. When $ru is set with a ";transport=XXX" parameter, the contents of $rP show the entire parameter instead of its parsed value.
The following config snippet: $ru = 'sip:123@invalid'; TRACE("Transport=[$rP]"); $ru = 'sip:123@invalid;transport=udp'; TRACE("Transport=[$rP]"); $ru = 'sip:123@invalid;transport=tcp'; TRACE("Transport=[$rP]");
creates the following log: Nov 5 13:14:26 Transport=[UDP] Nov 5 13:14:26 Transport=[transport=udp] Nov 5 13:14:26 Transport=[transport=tcp]
Expected would be: Nov 5 13:14:26 Transport=[UDP] Nov 5 13:14:26 Transport=[UDP] Nov 5 13:14:26 Transport=[TCP]
----------------------------------------------------------------------
Comment By: Alex Hermann (axlh)
Date: 2009-11-10 17:09
Message: It is ok now, thanks for the quick fix.
(SF is getting worse by the day. Now it is impossible to see comments....)
----------------------------------------------------------------------
Comment By: Daniel-Constantin Mierla (miconda) Date: 2009-11-06 14:01
Message: Should be fixed on 1.4, 1.5 and 3.0 (git), please test and let me know if is ok. Thanks.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2892560...
On 10.11.2009 17:09 Uhr, SourceForge.net wrote:
Comment By: Alex Hermann (axlh)
Date: 2009-11-10 17:09
(SF is getting worse by the day. Now it is impossible to see comments....)
I agree -- "me" hates SF tracker now.
Cheers, Daniel
On Nov 11, 2009 at 02:37, Juha Heinanen jh@tutpro.com wrote:
Daniel-Constantin Mierla writes:
(SF is getting worse by the day. Now it is impossible to see comments....)
I agree -- "me" hates SF tracker now.
doesn't sr have another tracker that is supposed to be used instead of sf?
Yes, but that was a kamailio 1.5 bug.
Anyway the tracker that we use for sr has at least one big problem: one cannot delete a bug report (=> difficult to deal with spam).
Andrei
On Wed, Nov 11, 2009 at 8:16 PM, Andrei Pelinescu-Onciul andrei@iptel.org wrote:
On Nov 11, 2009 at 02:37, Juha Heinanen jh@tutpro.com wrote:
Daniel-Constantin Mierla writes:
> > (SF is getting worse by the day. Now it is impossible to see comments....) > > > I agree -- "me" hates SF tracker now.
doesn't sr have another tracker that is supposed to be used instead of sf?
Yes, but that was a kamailio 1.5 bug.
Anyway the tracker that we use for sr has at least one big problem: one cannot delete a bug report (=> difficult to deal with spam).
Do you guys want to try something else? Originally we installed flyspray just to give it a try. To be honest it seemed a bit too simple to me too when I installed it, but I thought that maybe we won't need much more than that.
If flyspray is not working then I can try to install something else--suggestions are welcome.
-- Jan
On Monday 16 November 2009 17:02:03 Jan Janak wrote:
If flyspray is not working then I can try to install something else--suggestions are welcome.
I've been evaluating redmine for an internal project. From what I've seen from it till now, it seems very suitable for SR too. There is a demo available on their site.