Re: [OpenSIPS-Users] opensips-cp cdrviewer acc options

2010-03-30 Thread Bogdan-Andrei Iancu
Hi Brett, yes, the early media will produce 2 start records - the procedure is designed to generate a CDR for each start (when a single stop with more starts) in order to work with multi leg accounting (when you have multiple starts, for each leg). Can you see any difference between the start

[OpenSIPS-Users] opensips-cp cdrviewer acc options

2010-03-26 Thread Brett Nemeroff
All, So I'm getting duplicate CDR events in my CDRviewer. I think this is because of my acc settings. I think it's probably prudent to mention something about the ACC module configuration in the docs. reporting early media appears to be duplicating the cdr event. In other words, two ACC records

[OpenSIPS-Users] OpenSIPs-CP CDRviewer question

2010-03-24 Thread Christian Vo
Hello, So I realized I didn't have accounting to database enabled properly, And added the following lines to my opensips.cfg: modparam(acc, db_url, mysql://user:passwd@localhost/opensips) modparam(acc, db_extra, caller_id=$fu; callee_id=$tu) now I see there is an entry into the acc table:

Re: [OpenSIPS-Users] OpenSIPs-CP CDRviewer question

2010-03-24 Thread Bogdan-Andrei Iancu
Hi Christian, you need to go into opensips-cp trunk config tools system cdrviewer local.inc.php file and configure the $show_field array to show you whatever columns you need. Probably by mistake, it is configured to show some columns that does not exists. Regards, Bogdan Christian Vo

Re: [OpenSIPS-Users] OpenSIPs-CP CDRviewer question

2010-03-24 Thread Christian Vo
] On Behalf Of Bogdan-Andrei Iancu Sent: Wednesday, March 24, 2010 12:24 PM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] OpenSIPs-CP CDRviewer question Hi Christian, you need to go into opensips-cp trunk config tools system cdrviewer local.inc.php file and configure

Re: [OpenSIPS-Users] OpenSIPs-CP CDRviewer question

2010-03-24 Thread Brett Nemeroff
PM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] OpenSIPs-CP CDRviewer question Hi Christian, you need to go into opensips-cp trunk config tools system cdrviewer local.inc.php file and configure the $show_field array to show you whatever columns you need. Probably

[OpenSIPS-Users] opensips-cp cdrviewer

2008-11-26 Thread Andrew Yager
Hi, I'm working with opensips-cp and trying to get the cdrviewer to work. The acc table has the following structure: CREATE TABLE acc ( id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL, method VARCHAR(16) DEFAULT '' NOT NULL, from_tag VARCHAR(64) DEFAULT '' NOT NULL,