[OpenSIPS-Devel] [ opensips-Bugs-2835614 ] rls_handle_subscribe() doesn't allow RURI parameters

SourceForge.net noreply at sourceforge.net
Tue Aug 11 16:59:33 CEST 2009


Bugs item #2835614, was opened at 2009-08-11 16:59
Message generated for change (Tracker Item Submitted) made by ibc_sf
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2835614&group_id=232389

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: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Iñaki Baz Castillo (ibc_sf)
Assigned to: Nobody/Anonymous (nobody)
Summary: rls_handle_subscribe() doesn't allow RURI parameters

Initial Comment:
Typical conf:
--------------------
modparam("rls", "to_presence_code", 5)

[...]

rls_handle_subscribe();
if ($retcode==5) {
  #RLS indicated that message should be processed by presence.
  handle_subscribe();
}
exit;
--------------------

If the SUBSCRIBE arrives with a parameter in the RURI (i.e; sip:alice at example.org;transport=tcp) then "rls_handle_subscribe()" doesnt' return 5 and the normal subscription is not performed.

Of course, removing the RLS stuf the normal subscription works perfectly as it should.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2835614&group_id=232389



More information about the Devel mailing list