This appears to be occurring in 5.6, 5.7, and devel- branch as well. Simple example
config:
```
#!KAMAILIO
loadmodule "pv"
loadmodule "tm"
loadmodule "xlog"
route {
xinfo("[$rm $ci-$cs] Src:[$si:$sp] RURI:[$ru] To:[$tu] From:[$fu]\n");
t_send_reply("404", "Not Found");
exit;
}
event_route[tm:local-response] {
xcrit("[$rm $ci-$cs] tm:local-response replied locally\n");
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3064#issuecomment-1629203660
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3064/1629203660(a)github.com>