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