[Devel] [ openser-Bugs-1689663 ] dispatcher does not modify URI
parameters
SourceForge.net
noreply at sourceforge.net
Wed Apr 4 15:55:40 CEST 2007
Bugs item #1689663, was opened at 2007-03-28 09:59
Message generated for change (Comment added) made by miconda
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: Daniel-Constantin Mierla (miconda)
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
----------------------------------------------------------------------
>Comment By: Daniel-Constantin Mierla (miconda)
Date: 2007-04-04 16:55
Message:
Logged In: YES
user_id=1246013
Originator: NO
It is a bit delicate. I was considering the case when the parameters can
be something meaningful. In case of transport could be considered bug,
otherwise, the parameters should be kept.
One solution would be to make it configurable somehow.
----------------------------------------------------------------------
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