Re: [OpenSIPS-Users] Simple ACC test with MySQL

2010-11-14 Thread David Santiago
Hum... you're right, I'll modify it; although no errors appear in the syslog... On Fri, Nov 5, 2010 at 7:29 PM, Brett Nemeroff br...@nemeroff.com wrote: David, If you bump up the debug on your server and make a call, it'll display a nice message that will indicate that it's missing fields.

Re: [OpenSIPS-Users] Simple ACC test with MySQL

2010-11-10 Thread Brett Nemeroff
On Wed, Nov 10, 2010 at 5:16 AM, David Santiago david.santi...@almiralabs.com wrote: Modified... and still no records in the ACC table nor errors in the syslog (although I have set the debug level to 9). Are you sure you are looking at the right logs? Put some xlogs into your code and be

Re: [OpenSIPS-Users] Simple ACC test with MySQL

2010-11-10 Thread David Santiago
This is the part where the ACC module is setup: ... # - acc params - /* what sepcial events should be accounted ? */ modparam(acc, early_media, 1) modparam(acc, report_ack, 1) modparam(acc, report_cancels, 1) /* by default ww do not adjust the direct of the sequential requests. if you

[OpenSIPS-Users] Simple ACC test with MySQL

2010-11-05 Thread David Santiago
Hi, I'm trying to generate CDRs in an OpenSIPS test server. I have checked the stored procedure that comes with opensips-cp to perform this task and have noticed that queries the ACC table in order to populate the CDRS table. Well, first things first. I have used the basic opensips.cfg.sample

Re: [OpenSIPS-Users] Simple ACC test with MySQL

2010-11-05 Thread Flavio Goncalves
Hi David, It seems that you have inserted the wrong fields in the database. If you are using from_uri and to_uri, these are the fields to be inserted in the database instead of caller_id and callee_id. Regards, Flavio E. Goncalves 2010/11/5 David Santiago david.santi...@almiralabs.com:

Re: [OpenSIPS-Users] Simple ACC test with MySQL

2010-11-05 Thread Brett Nemeroff
David, If you bump up the debug on your server and make a call, it'll display a nice message that will indicate that it's missing fields. Have you tried that? -Brett On Fri, Nov 5, 2010 at 11:48 AM, David Santiago david.santi...@almiralabs.com wrote: Hi, I'm trying to generate CDRs in an