cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
266
Views
0
Helpful
1
Replies

CALL DETAIL RECORDS - HOW I DO?

leandro.candido
Level 1
Level 1

hi all,

I need take the log of call outgoing that are passing trough of CCM 2811.

Someone known how could I take this?

thanks

1 Reply 1

Rob Huffman
Hall of Fame
Hall of Fame

Hi Leandro,

There is no nice "Built-In" method for CME like there is in CCM (CDR/ART). Here is where the logs are for CME;

show call history voice - Displays the call history table for voice calls.

To specify call detail record (CDR) storage time, use the dial-control-mib command, which has two sets of keyword and argument options. The max-size number option specifies the maximum size of the CDR event table. The valid range is from 0-500, and the default is 50. Setting the value to 0 disables the CDR feature.

The retain-timer number option specifies the length of time in minutes that entries will remain in the call history table. The valid range is from 0-2147483647 minutes, and the default is 15. Setting the value to 0 prevents any call history from being retained.

http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_guide_chapter09186a00804ad861.html

Call Activity Monitoring and Call History Logging

The Cisco Unified CME GUI provides call history table information so that a network administrator can monitor the call history information for unknown callers and use this information to disallow calling activities based on select calling patterns. The call history log should be configured to perform forensics and accounting and allow the administrator to track down fraudulent calling patterns. Configure the following commands to log call activity and call history:

dial-control-mib retain-timer 10080

dial-control-mib max-size 500

From this doc;

http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_implementation_design_guide_chapter09186a00805f07a8.html#wp1077193

Logging CDR to External Servers

http://www.cisco.com/en/US/customer/products/sw/voicesw/ps4625/products_implementation_design_guide_chapter09186a00805f07a6.html#wp1076106

Hope this helps!

Rob