huhh, now it's getting harder!
maybe the BYE transaction fails and is therefore not accounted. use ethereal to verify that the BYE transaction really passes ser and that it is successful.
There is also a module parameter (acc\README) which enables accounting also of failed transactions. Maybe this works.
Otherwise I'm running out of solutions :-(
klaus
Ronald Ramos wrote:
Hi,
I added that line and I test a call but I ended the call and looked at acc table, I still can't see BYE, only ACK and INVITE.
-----Original Message----- From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Sent: Thursday, May 06, 2004 10:02 PM To: Ronald Ramos Cc: Serusers Subject: Re: [Serusers] mysql accounting problem
Hi Ronald!
Please send your emails always Cc: to the mailing list.
Your ser.cfg is very strange, because your loading and configuring the modules several times - this sould be done only once!
regarding the loose_route block - this is here:
# loose-route processing if (loose_route()) {
--> setflag(9);
t_relay(); break;
};
try adding setflag(9) before t_relay!
klaus