Am Donnerstag, 24. Mai 2018, 16:13:50 CEST schrieb Andrey Deykunov:
I've added a simple black list that rejects
incoming requests (REGISTER and
INVITE) containing certain text in the message body. Source IP addresses of
the rejected requests are going to be banned and added to the ban list:
[..]
All works fine with UPD, but using TCP, kamailio ceases to accept any
requests. Please take a look, what do I wrong.
Hello Andrey,
before going into your cfg, lets have a look to some easier to verify topics:
Are the TCP SIP messages actually received from Kamailio? You can verify this e.g. by
looking to the network traffic with tcpdump and friends. Or you can enable debug logging
in the cfg and will see the packet processing in the core and parser.
With the enabled debug logging you should also get more hints about the actual flow in the
configuration, maybe this gives you some hints about the error.
Best regards,
Henning