sdr-format sbc-sdr-format

This command configures SDR field customization.

Syntax

(config-troubleshoot)# sdr
(sdr)# sdr-format sbc-sdr-format <Index>
(sbc-sdr-format-<Index>)#

Command

Description

Index

Defines the table row index.

sdr-type {json-sbc|local-storage|syslog-sbc}

Defines the application type for which you want to customize SDRs.

col-type {record-type|product-name|shelf-info|sequence-num|session-id|setup-time|connect-time|time-to-connect|release-time|call-duration|node-time-zone|ingress-calling-user|ingress-calling-host|egress-calling-user|egress-calling-host|ingress-dialed-user|ingress-dialed-host|egress-called-user|egress-called-host|redirectedby-user|redirectedby-host|referredby-user|referredby-host|ingress-call-source-ip|egress-call-dest-ip|ingress-term-reason|ingress-sip-term-reason|egress-term-reason|egress-sip-term-reason|ingress-ipgroup-name|egress-ipgroup-name|ingress-sipinterface-name|egress-sipinterface-name|media-list|route-attempt-num|direct-media|forking|ingress-src-tags|ingress-dst-tags|egress-src-tags|egress-dst-tags|inter-time|ingress-call-id|ingress-source-uri|ingress-dest-uri|ingress-source-uri-before-manipulation|ingress-destination-uri-before-manipulation|ingress-ip-profile-name|ingress-caller-display-id|ingress-callee-display-id|egress-call-id|egress-source-uri|egress-destination-uri|egress-source-uri-before-manipulation|egress-destination-uri-before-manipulation|egress-ip-profile-name|egress-caller-display-id|egress-callee-display-id|is-success|ingress-sip-term-description|egress-sip-term-description|is-recorded|global-session-id|referredby-tags|ingress-call-orig|egress-call-orig|call-type|ingress-released-from-ip|egress-released-from-ip|ingress-var-call-user-def-1|ingress-var-call-user-def-2|ingress-var-call-user-def-3|ingress-var-call-user-def-4|ingress-var-call-user-def-5|egress-var-call-user-def-1|egress-var-call-user-def-2|egress-var-call-user-def-3|egress-var-call-user-def-4|egress-var-call-user-def-5|is-route-attempt|termination-side|ingress-codertype|egress-codertype|ingress-remote-input-packets|ingress-audio-packets-recvd|ingress-remote-packet-loss|ingress-packet-loss|egress-remote-input-packets|egress-audio-packets-recvd|egress-remote-packet-loss|egress-packet-loss|ingress-local-packets-loss|ingress-local-input-packets|ingress-local-output-packets|ingress-local-input-octets|ingress-local-output-octets|ingress-local-round-trip-delay|ingress-local-jitter|ingress-local-ssrc-sender|ingress-remote-output-packets|ingress-remote-input-octets|ingress-remote-output-octets|ingress-remote-round-trip-delay|ingress-remote-jitter|ingress-remote-ssrc-sender|egress-local-packets-loss|egress-local-input-packets|egress-local-output-packets|egress-local-input-octets|egress-local-output-octets|egress-local-round-trip-delay|egress-local-jitter|egressLocal-ssrc-sender|egress-remote-output-packets|egress-remote-input-octets|egress-remote-output-octets|egress-remote-round-trip-delay|egress-remote-jitter|egress-remote-ssrc-sender| ingress-local-mos-cq|ingress-remote-mos-cq|egress-local-mos-cq|egress-remote-mos-cq|ingress-mc-name|ingress-mc-index|ingress-rtp-ip-diff-serv|ingress-local-rtp-ip|ingress-local-rtp-port|ingress-remote-rtp-ip|ingress-remote-rtp-port|egress-mc-name|egress-mc-index|egress-rtp-ip-diff-serv|egress-local-rtp-ip|egress-local-rtp-port|egress-remote-rtp-ip|egress-remote-rtp-port}

Defines the SDR field (column) that you want to customize.

title

Defines a new name for the SDR field that you selected above.

Command Mode

Privileged User

Example

This example configures the SDR for sending to a REST server, with a single field whose name is "Phone Call Duration" for call duration:

(config-troubleshoot)# sdr
(sdr)# sdr-format sbc-sdr-format 0
(sbc-sdr-format-0)# sdr-type json-sbc
(sbc-sdr-format-0)# col-type call-duration
(sbc-sdr-format-0)# title Phone Call Duration