giangi left a comment (kamailio/kamailio#4236)
Thank you for looking into this @miconda ! I just tried and a nightly Debian
bookworm package (specifically `6.1.0~dev1+bpo12.20250614024421.153`) seems to
behave as intended.
To be honest, I did not notice the weirdness of the mode, but I came across it
while looking for a way to make `ds_is_from_list()` look up the originating set
ID of a request accomodating both
* Simple address-only matches
* Exact matches for more strict sources, with the potential of associating the
same address to different sets based on port/transport
without resorting to something like
```
if (!ds_is_from_list("-1", "0")) {
ds_is_from_list("-1", "3");
}
```
I am currently happy with the "workaround", but maybe when this commit makes it
into a release I will give it a spin.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4236#issuecomment-2977089564
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4236/2977089...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!