Hello,
I have following lines in my ser.cfg-File:
loadmodule "/usr/local/lib/ser/modules/acc.so" # ------------- accounting parameters
modparam("acc", "log_missed_flag", 3) modparam("acc", "log_level", 1) modparam("acc", "log_flag", 1) modparam("acc", "db_url", "mysql://ser:heslo@192.168.1.223/ser") modparam("acc", "report_cancels", 1) modparam("acc", "log_fmt", "cdfimorstup")
...and although I put "setflag(1)" at this position:
# ------------- routing logic route {
setflag(1);
There are no accounting records in my data base (ser->acc).
Has anyone an idea what could be wrong?
Thanks!
Sebastian