var fDesc=new Array(); fDesc[0] = "CDRCat is a Windows based Call Detail Record (CDR) processing program that allows Carriers, Service Providers and Operators an easy and affordable way to process CDR files that exist in ASCII or BINARY format. As a Carrier, Service Provider or Operator, Call Detail Record Billing becomes more and more important as your call volume increases. Even in environments where RADIUS Billing solutions are employed for Real Time Billing, there is always a need to process CDR files. This may be as a backup for your RADIUS billing solution (like RadiusCat) or, for processing CDR files received from you Interconnecting Carrier (Termination Service Provider.)
CDRCat will process multiple CDR files delimited with any character (tab, comma, dashes) and computes billing data based on the customer, rates, taxes and other definitions that are configured. The output is what you would expect from a Mature Billing Solution such as updated Account Balances, Account Invoices and other Business Intelligence (BI) Reports.
CDRCat also parses and stores all the CDR data in a straightforward relational database format allowing you to query the data directly from other 3rd party applications for creating your own reports or generating Online Analytical Processing (OLAP) cube for further data analysis."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }