Hey guys,
Got serweb reporting N/a for "Length of call" and "Hangup", so
i've checked
a few google howto's and example configs, however still not getting any.
I get the initial INVITE and an ACK in the same second, but when the call
ends, nothing.
I have the following in my ser.cfg:
# -- acc params --
modparam("acc", "log_level", 1)
modparam("acc", "log_flag", 1 )
modparam("acc", "log_missed_flag", 2)
modparam("acc", "log_fmt", "cdfimorstup")
modparam("acc", "failed_transactions", 1)
modparam("acc", "report_cancels", 1)
modparam("acc", "db_flag", 1)
modparam("acc", "db_missed_flag", 2)
modparam("rr", "enable_full_lr", 1)
# account completed transactions via syslog
setflag(1);
setflag(2);
if(method=="INVITE" || (method=="ACK") || method=="BYE" ){
setflag(1);
setflag(2);
};
Barry