Hi
When I add a destination to MySQL server to block and use kamcmd to reload, the call will
not be blocked, while if I use kamcmd to add destination with `secfilter.add_dst` it works
properly. It's considerable that after reloading if I print the blocked list in kamcmd
(with `secfilter.print`) new database row will be printed correctly.
my secfilter SQL table:
+----+--------+------+------+
| id | action | type | data |
+----+--------+------+------+
| 1 | 2 | 4 | 1111 |
+----+--------+------+------+
kamailio 5.4.6 (x86_64/linux)
Ubuntu 22.04.3 LTS
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3694
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3694(a)github.com>