Fábio Silvestri wrote:
I have recompile acc module to enable mysql support, and set this lines on my ser.cfg:
loadmodule "/usr/lib/ser/modules/acc.so"
modparam("acc", "log_level", 1) modparam("acc", "log_flag", 1 ) modparam("acc", "log_fmt", "miocfsu" )
setflag(1);
But I can't see any messages from acounting on mysql and syslog! What does I'm doing wrong?
You are not reading the manual :-) http://iptel.org/ser/doc/modules/html/acc.html
Search for the db_* flags and functions.
/Olle