[OpenSER-Devel] [ openser-Bugs-1848254 ] [CPL] ordering="sequential" gets contacts in reverse order
SourceForge.net
noreply at sourceforge.net
Mon Dec 10 23:47:14 UTC 2007
Bugs item #1848254, was opened at 2007-12-10 23:47
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=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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Iñaki Baz (ibc_sf)
Assigned to: Nobody/Anonymous (nobody)
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.
----------------------------------------------------------------------
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