sb-cdr-format
This command customizes the format of CDRs for SBC (SBC CDR Format table) calls.
Syntax
(config-troubleshoot)# cdr (cdr)# cdr-format sbc-cdr-format <Index> (sbc-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 "connect-time" to "Call-Connect-Time=" and the RADIUS Attribute to 281 for RADIUS messages:
(cdr)# cdr-format sbc-cdr-format 0
(sbc-cdr-format-0)# cdr-type radius-sbc (sbc-cdr-format-0)# col-type connect-time (sbc-cdr-format-0)# title Call-Connect-Time= (sbc-cdr-format-0)# radius-type vendor-specific (sbc-cdr-format-0)# radius-id 281