cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
172
Views
0
Helpful
3
Replies

CUCM 14 - Call History through SQL

brunofalco
Level 1
Level 1

Hi all,

I am trying to get the list of calls from CDR, using SQL.

In the past, I was able to do using this command:

run sql select datetimeOrigination,callingPartyNumber,finalCalledPartyNumber from tbl_billing_data

Now, running my CUCM 14, I get the message this table no longer exists.#

The specified table (tbl_billing_data) is not in the database.

Do you now by any chance if, in the version 14, this table has changed the name?

I tried tables like cdr, callhistory, and I get the same error.

Thanks!