After the binary match change, is it so that there is no need to change this
test?
```
/* Store tag and flags and return result */
if((res != NULL)
&& ((transport == PROTO_NONE) ||
(res->transport_code == transport))
&& ((src_port == 0) || (res->port ==
src_port))) {
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2859#issuecomment-922213175
_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev