[Devel] [ openser-Bugs-1512700 ] RR: add_rr_param does not work properly with branches

SourceForge.net noreply at sourceforge.net
Mon Jun 26 15:11:46 CEST 2006


Bugs item #1512700, was opened at 2006-06-26 13:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1512700&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.0.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Carsten Bock (carstenbock)
Assigned to: Nobody/Anonymous (nobody)
Summary: RR: add_rr_param does not work properly with branches

Initial Comment:
Hi Everybody,

I have found an error regarding the
add_rr_param-API-Call/Branches:

I wanted to do a "add_rr_param"-Call on a per-Branch
basis. What i get, as a result ist something like the
RR-Param is added for every branch to the request and
not, as thought, for every branch independently:

In Branch 1 i set:
add_rr_param(";param=1");

In Branch 2 i set:
add_rr_param(";param=25");

The resulting Record-Route header is the following:
Record-Route:
<sip:sip.qbiz.de;ftag=as76f81fcb;lr=on;param=1;param=25-->

I would expect, that for Request, that went out through
branch 1, the Record-Route-Header should be:
Record-Route:
<sip:sip.qbiz.de;ftag=as76f81fcb;lr=on;param=1-->

and for the request through branch 2:
Record-Route:
<sip:sip.qbiz.de;ftag=as76f81fcb;lr=on;param=25-->


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1512700&group_id=139143



More information about the Devel mailing list