I see that you have it back ported to 5.1 and new release 5.1.8 was released. So I have it tested. But unfortunately it still not working properly.
It works perfect when I move this handler to kamailio.cfg like:
event_route[topos:msg-outgoing] {
if($sndto(ip)=~"^10.") {
drop;
}
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.