[Devel] [ openser-Bugs-1689663 ] dispatcher does not modify URI parameters

SourceForge.net noreply at sourceforge.net
Wed Mar 28 08:59:16 CEST 2007


Bugs item #1689663, was opened at 2007-03-28 08:59
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=1689663&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.1.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Klaus Darilion (klaus_darilion)
Assigned to: Nobody/Anonymous (nobody)
Summary: dispatcher does not modify URI parameters

Initial Comment:
Hi!

There is a problem with dispatcher module. The ds_select_domain() function does only change the host:port part of the RURI, but leaves existing RURI parameters untouched.

Consider the following scenario. A calls B. (B has REGISTERed vi TCP).

after lookup() the RURI is sip:B at 1.2.3.4;transport=tcp

If this call fails, and the call is forwarded to the PSTN in failure route using ds_select_domain(), the new RURI still contains the transport=tcp parameter.

IMO the transport parameters should be changed when using ds_select_domain().

I found this behaviour with openser 1.1 but I think it is identical with 1.2

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

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



More information about the Devel mailing list