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"); } ```