[OpenSIPS-Devel] [opensips] Partitions for dispatcher module (#269)

Ovidiu Sas notifications at github.com
Thu Oct 2 23:06:37 CEST 2014


It seems that this commit broke the multi-dispatching list feature.
ds_select_domain("101,100", "1,4", "F,F") is failing with:
ERROR:dispatcher:get_flags_int_value: Invalid flags PV value
ERROR:dispatcher:w_ds_select: Invalid value in flags PV

In 1.11, flags were global and the method signature was: ds_select_domain(set, alg [, max_results]).
With this commit, the signature was changed to ds_select_domain(set, alg [, "[flags] [M max_results]"]).

Maybe we should have a more standard signature that will make parsing easier:
ds_select_domain(set, alg [, "flags" [, "max_results"]])

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/269#issuecomment-57707840
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20141002/c9584951/attachment-0001.htm>


More information about the Devel mailing list