02-26-2010 12:29 PM - edited 03-15-2019 09:34 PM
Hello,
I used to work with Call Manager 4.0 & 4.1(3). I was able to login to the server, jump into SQL, and query whatever I needed. The main thing I queried was CDR's. I am now at a company that runs 7.1(2). I am seeing that since 5.x the CDR table hasn't existed. I tried using the GUI CDR through the web page but it just doesn't get all of what I want to see. I found in one location that the CDR files are now stored in another location due to not being pulled into a database.
Currently to get what I want for anythig other than CDR's I am logging into the Publisher via SSH and querying with "run sql". However I can't do this for CDR.
So my questions are:
1. Is there anything easier to query with these days? I tried the AXL\SOAP Toolkit but it seems to be a waste of time.
2. How can I get my CDR information without using the Web Page GUI? I would rather get the raw output and look at it in Excel.
Thanks in advance!
Solved! Go to Solution.
02-26-2010 12:39 PM
There are no longer CAR and CDR DBs, there is only CAR DB
You can still reach it via CLI
This would be to qry 911 calls
run sql select * from car:tbl_billing_data where originalcalledpartynumber='911'
HTH
java
If this helps, please rate
www.cisco.com/go/pdihelpdesk
02-26-2010 12:39 PM
There are no longer CAR and CDR DBs, there is only CAR DB
You can still reach it via CLI
This would be to qry 911 calls
run sql select * from car:tbl_billing_data where originalcalledpartynumber='911'
HTH
java
If this helps, please rate
www.cisco.com/go/pdihelpdesk
03-01-2010 08:56 AM
Ok, I did see something about that in my research.
Did all the tables stay the same or are there any new or removed ones?
03-01-2010 10:31 AM
Hi, you can use the Data Dictionary for CUCM7.1.
www.cisco.com/en/US/docs/voice_ip_comm/cucm/datadict/7_1_3/datadictionary_713.pdf
hth
David
03-01-2010 10:37 AM
That's what I originally tried that led me to find that the CDR had some changes. Maybe I am missing something but I couldn't seem to find it in the Data Dictionary.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide