gw-cdr-format
This command customizes the format of CDRs for gateway (Gateway CDR Format table) calls.
Syntax
(config-troubleshoot)# cdr (cdr)# cdr-format gw-cdr-format <Index> (gw-cdr-format-<Index>)#
Command |
Value |
---|---|
Index |
Defines the table row index. |
cdr-type {local-storage-gw|radius-gw|syslog-gw} |
Defines the type of CDRs that you want customized. |
col-type |
Defines the CDR field (column) that you want to customize. |
radius-id |
Defines the ID of the RADIUS Attribute. |
radius-type {standard|vendor-specific} |
Defines the RADIUS Attribute type. |
title |
Configures a new name for the CDR field name. |
Command Mode
Privileged User
Example
This example changes the CDR field name "call-duration" to "Phone-Duration" for Syslog messages:
(config-troubleshoot)# cdr
(cdr)# cdr-format gw-cdr-format 0 (gw-cdr-format-0)# cdr-type syslog-media (gw-cdr-format-0)# col-type call-duration (gw-cdr-format-0)# title Phone-Duration