Specifications
5-74
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 5 Configuring System Components
Configuring Historical Reporting
Exporting Historical Report Data to an External Server
You can export historical reporting call contact detailed records (CCDRs) to an external server from the
Cisco Unity Express module for postprocessing. Use the copy hrdb url command to export ASCII
comma separated values of the historical data to an external server as a flat file.
Note We recommend that this command be executed during off peak hours or when the system is in a quiescent
state.
Prerequisites
Cisco Unity Express 3.0 or a later version
SUMMARY STEPS
1. copy hrdb url url
DETAILED STEPS
Examples
The following are output examples of ASCII files formatted as comma separated values (CSVs) that are
uploaded to the external server:
1,0,0,1,2,3,-1,1001,2,-1,16904,2007-05-30 13:19:34.032,2007-05-30
13:19:41.357,-240,6666,6666,15000000001,2,voicemail,7,C3E380E8-E0811DC-8295BE88-935E7691@1
92.1.1.110,,,,,,,,,,
2,0,0,1,2,3,-1,1001,2,-1,16912,2007-05-30 13:19:44.197,2007-05-30
13:19:47.194,-240,6666,6666,15000000002,2,voicemail,2,CAEC0AEE-E0811DC-8299BE88-935E7691@1
92.1.1.110,,,,,,,,,,
3,0,0,1,2,3,-1,1001,2,-1,16902,2007-05-30 13:19:55.992,2007-05-30
13:19:59.575,-240,6666,6666,15000000003,2,voicemail,3,D1F49256-E0811DC-829DBE88-935E7691@1
92.1.1.110,,,,,,,,,,
Call contact detailed records (CCDRs) column fields described in Table 5-4 are listed sequentially in the
ASCII CSV files :
You can define the custom variables 1 through 10 to suit your needs.
Command or Action Purpose
Step 1
copy hrdb url url
Example:
se-10-0-0-0# copy hrdb url ftp://1.2.3.4/hr.txt
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left Speed
100 3584k 0 0 0 3584k 0 1259k --:--:-- 0:00:02 --:--:--
1794k
se-10-0-0-0#
Copies and uploads the historical reporting
data in ASCII comma separated value
format from the module to the specified
URL.