[OpenSER-Devel] [ openser-Bugs-1848254 ] [CPL] ordering="sequential" gets contacts in reverse order

SourceForge.net noreply at sourceforge.net
Tue Dec 11 09:45:48 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: Open
Resolution: None
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.

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

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