https://github.com/kamailio/kamailio/blob/4.2/modules/dispatcher/README
Line 889 current:
if(ds_is_from_list("10", "sip:127.0.0.1:5080", "3")) {
Line 889 suggested:
if(ds_is_from_list("10", "3", "sip:127.0.0.1:5080")) {
This has already been fixed in 4.3 but applies to 4.2 as well.
—
Reply to this email directly or view it on GitHub.