[OpenSER-Devel] [ openser-Bugs-1848254 ] [CPL] ordering="sequential" gets contacts in reverse order
SourceForge.net
noreply at sourceforge.net
Tue Dec 11 16:23:51 UTC 2007
Bugs item #1848254, was opened at 2007-12-11 01:47
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1848254&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 devel
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Iñaki Baz (ibc_sf)
Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
Summary: [CPL] ordering="sequential" gets contacts in reverse order
Initial Comment:
As Daniel Grotti reported in mailist, serial forking based in q-value into CPL script works in reverse order. It calls first contacts with lowest q-value.
Of course it should call first contacts with highest q-values (for example, using serial forking with LCR module it works in correct order).
To try it just generate a CPL as the following:
<cpl>
<incoming>
<lookup source="registration">
<success>
<proxy ordering="sequential" />
</success>
</lookup>
</incoming>
</cpl>
and set two contacts in location for same AOR with different q-value. The contact with lowest q-value will be called first, that it's wrong.
----------------------------------------------------------------------
Comment By: Iñaki Baz (ibc_sf)
Date: 2007-12-11 16:24
Message:
Logged In: YES
user_id=1844020
Originator: YES
It seems to work fine now :)
----------------------------------------------------------------------
Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2007-12-11 14:24
Message:
Logged In: YES
user_id=1275325
Originator: NO
It should be fixed on SVN trunk - please test and report back. I also want
to do the backport to 1.2
regards,
bogdan
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1848254&group_id=139143
More information about the Devel
mailing list