Matteo
Matteo
Hello, no news? Even the kazoo mantainers approved it. We're using this patch in production on several systems for more than one year and is working without any issue.
Yep already noticed that. Unfortunately my patch that was even approved by kazoo maintainers was never merged, so I don't bother reporting it again on the new repo. I've also...
Same here on hetzner, after years of running quietly. Right now mitigating with blocking various malicous netblocks and with ``` no-rfc5780 no-stun-backward-compatibility response-origin-only-with-rfc5780 no-software-attribute ``` parameters set. But yeah, this...
Just my 2c here. Was experiencing similar issue and stumbled into this report. My setup is a rpi zero which acts as a master and reads from a pico which...
Just stubled upon this since I'm affected too. Looking into https://github.com/erlang/otp/blob/OTP-26.2.5.4/lib/crypto/c_src/algorithms.c#L236 Is ok that ther're a couple of return in a `enif_mutex_lock`'ed routine without a corresponding unlock before? Not an...
If can be of some help, at least in our Hetzner instance the traffic is from some AWS bot, currently we're dropping: 15.185.0.0/16 15.180.0.0/14 15.188.0.0/16 15.179.0.0/16 15.184.0.0/14 And from Indonesia:...
We're seeing that, seems indeed that the commit that broke it is https://github.com/signalwire/freeswitch/commit/0365becc0dc43d2c5c002ae8d2653692e6e01f21
I've put a proposed patch here: https://github.com/signalwire/freeswitch/pull/2130 Fixes the scenario in our tests.