I'm sure it works properly but I don't understand the concept. How does the db_flag relate to log_flag? This is what I have now. At the moment I don't have any setflags anywhere in my config. From a previous test I got the most results bny setting setflag(5) near the bottom of the config. But it still didn't log a successful call. Using the settings I have below what would setflag(3) do on a successful call?
modparam("acc", "log_missed_flag", 3) modparam("acc", "log_level", 1) modparam("acc", "log_flag", 1) modparam("acc", "db_flag", 2) modparam("acc", "db_missed_flag", 3)
Bill Dunn