[OpenSER-Devel] [ openser-Bugs-1815162 ] force_rtp_proxy("l") in "on_reply_route" doesn't work

SourceForge.net noreply at sourceforge.net
Wed Oct 17 16:56:58 CEST 2007


Bugs item #1815162, was opened at 2007-10-17 15:54
Message generated for change (Comment added) made by ibc_sf
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1815162&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Iñaki Baz (ibc_sf)
Assigned to: Nobody/Anonymous (nobody)
Summary: force_rtp_proxy("l") in "on_reply_route" doesn't work

Initial Comment:
Hi, the doc about nathelper module appears:

------------------------------------------------------
l - force "lookup", that is, only rewrite SDP when corresponding session is already exists in the RTP proxy. Only makes sense for SIP requests, replies are always processed in "lookup" mode.l - force "lookup", that is, only rewrite SDP when corresponding session is already exists in the RTP proxy. Only makes sense for SIP requests, replies are always processed in "lookup" mode.
------------------------------------------------------

So in replies it asumes always "lookup" mode, but the fact is that if you set in "on_reply_route":

  force_rtp_proxy("l");

then it doesn't work and is mandatory to set:

  force_rtp_proxy();

IMHO this function should let the user to specific "lookup" mode in replies even if it's not necesary, and it should work.

Best regards.

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

>Comment By: Iñaki Baz (ibc_sf)
Date: 2007-10-17 15:56

Message:
Logged In: YES 
user_id=1844020
Originator: YES

Or at least document in the doc that it's mandatory in replies to call the
funciont with no parameter.

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

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



More information about the Devel mailing list