[sr-dev] [kamailio/kamailio] KSR.drop() from python script does not take effect for TOPOS module (#1924)

Kirill Usov notifications at github.com
Thu Apr 11 16:03:12 CEST 2019


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.

[kamailio.log](https://github.com/kamailio/kamailio/files/3068985/kamailio.log)
[lb-sip.zip](https://github.com/kamailio/kamailio/files/3068988/lb-sip.zip)

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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1924#issuecomment-482127457
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190411/edf84dc7/attachment.html>


More information about the sr-dev mailing list