CHAPTER57 Reporting Information to External Party
Mediant 1000 Gateway & E-SBC | User's Manual
The device's CLI provides enhanced support for performing various actions on locally stored
CDRs:
■ To view the CDR column headers corresponding to the CDR data in the CSV file:
● SBC CDRs:
(config-system)# cdr
(cdr)# cdr-format show-title local-storage-sbc
session id,report type,call duration, call end time, call connect time,call start time,
call originator, termination reason, call id, srce uri, dest uri
● Gateway CDRs:
(config-system)# cdr
(cdr)# cdr-format show-title local-storage-gw
■ To view stored CDR files:
● View all stored CDR files:
# show storage-history
● View all stored, unused CDR files:
# show storage-history unused
■ To delete stored CDR files:
● To delete all stored files:
# clear storage-history cdr-storage-history all
● To delete all unused stored CDR files:
# clear storage-history cdr-storage-history unused
■ To copy stored CDR files to a remote destination:
# copy storage-history cdr-storage-history <filename> to <protocol://destination>
Where:
● filename: name you want to assign the file. Any file extension name can be used, but as
the file content is in CSV format, it is recommended to use the .csv file extension.
● protocol: protocol over which the file is sent (tftp, http, or https).
For example:
copy storage-history cdr-storage-history my_cdrs.csv to tftp://company.com/cdrs
- 977 -