Hi!
My accounting is working but im wondering why its only logging INVITE
activity.. Where is the other activity.
Here's the example :
| Edgardo Gonzales <sip:edgardo.g@abc.com.ph>;tag=2823768407 |
<sip:100@abc.com.ph>;tag=2823768407 | 486 | INVITE |
sip:100@abc.com.ph | sip:edgardo.g@210.23.237.236:5060 |
sip:edgardo.g@abc.com.ph | sip:100@abc.com.ph |
6314BDAF-C1FC-4122-9E25-E8BD24B339A8(a)210.23.237.236 | edgardo.g |
abc.com.ph | 2823768407 | 2823768407 | 2005-05-01 08:09:11 | 2005-05-01
16:09:11 |
| Alvin Clavo De Comer <sip:alvin.c@abc.com.ph>;tag=471711666 |
<sip:200@abc.com.ph>;tag=471711666 | 486 | INVITE |
sip:200@abc.com.ph | sip:alvin.c@210.23.237.151:5060 |
sip:alvin.c@abc.com.ph | sip:200@abc.com.ph |
A02CF2C7-50B2-4560-A9F6-134AFBB0F125(a)210.23.237.151 | alvin.c |
abc.com.ph | 471711666 | 471711666 | 2005-05-01 08:10:39 | 2005-05-01
16:10:39 |
I was able to make a call by the way ..
Here's my config also on my ser.cfg
loadmodule "/usr/lib/ser/modules/acc.so"
# -- acc parameters --
modparam("acc", "log_level", 1)
modparam("acc", "log_flag", 1)
modparam("acc", "log_missed_flag", 3)
modparam("acc", "db_url",
"mysql://ser:heslo@localhost/ser")
modparam("acc", "db_flag", 2)
modparam("acc", "failed_transactions", 1)
if (!method == "REGISTER" || !method == "INFO" ) {
setflag(1);
setflag(2);
}
thanks,
ed
Show replies by date