Resources | oam | accounting | admin

admin

This object displays call CDR configuration.

Configuration

ParameterPresenceTypeDefaultDescription
generationModeOenumerationorigination This configures the accounting generation mode for the node
intermediateAcctStateOenumerationdisabled This configures whether Intermediate Accounting is Enabled or Disabled for the Node
intermediateAcctIntervalOint3260 This configures the Intermediate Accounting Interval in seconds Note: this object is only applicable when sonusAcctIntAcctMode is set to interval(1).
secondStageInheritFirstStageObooleanfalse This indicates whether or not second stage accounting records for two stage calls inherit fields from the first stage call.
populateNonPortedLnpNumbersObooleantrue This indicates whether or not to populate the Called Number Before Translation field in the accounting record for a number for which an LNP lookup was performed and the lookup indicated that the number has not been ported.
intermediateAcctModeOenumerationinterval This configures the intermediate record generation mode for the node. In INTERVAL(1) mode, intermediate records are generated a periodic intervals following call establishment. This interval is defined by sonusAcctIntAcctInterval. In TELCORDIA(2) mode, intermediate records are generated once per day for calls whose duration exceeds 24 hours. The scheduled generated time is defined by sonusAcctTelcoridaGenTime.
intermediateLongDurGenTimeOstring00:00:00.0 Octet string that identifies the GMT time to generate Telcordia Long Duration accounting records. At the scheduled time an intermediate accounting record will be generated for all calls whose duration exceeds 24 hours. Duration is measured from Service Established time to the current time. octet contents range ----- -------- ----- 1 hour 0..23 2 minute 0..59 3 seconds 0..60 4 deci-seconds 0..9 For example, 23:59:59.9 GMT is represented as 0x173B3B09. Note: this object is only applicable when sonusAcctIntAcctMode is set to telcordia(2).
startAcctStateOenumerationenabled This configures whether Start Accounting is Enabled or Disabled for the Node. If START records are disabled, then INTERMEDIATE records will also not be generated.
eventAcctStateOenumerationdisabled EVENT records will be generated if enabled.
eventAcctPsxInfoStateOenumerationdisabled EVENT records relating to PSX will be generated if enabled.
intermediateTrapStateOenumerationdisabled This configures whether a trap will be generated whenever an INTERMEDIATE record is generated.
populateRemoteGsxInfoStateOenumerationdisabled This configures whether a destination NBS5200 propagates its billing data to originating GSX/NBS for GW-GW calls. If population state is enabled, then the destination NBS5200 will propagate billing information to originating GSX/NBS.
earlyAttemptStateOenumerationdisabled This configures whether early ATTEMPT accounting is enabled or disabled. An early ATTEMPT record is associated with early call disconnect before the Policy Request was sent.
intermediateLongDurThresholdOuint3224 This configures the Accounting Intermediate Records Duration in hours. When intermediate record generation mode (sonusAcctIntAcctMode) is set to Telcordia,and the long duration time generation time (sonusAcctIntLongDurGenTime) is reached, then an INTERMEDIATE record will be generated for each call whose duration exceeds this threshold. Note: this object is only applicable when sonusAcctIntAcctMode is set to telcordia(2). The units for this configuration is in Hours
sendEgressCdrInfoOnReceiptObooleanfalse This indicates whether or not to send the egress CDR info immediately after receiving and processing it.
populateIpTgFarEndSwitchTypeOenumerationdisabled This configures whether or not we use Ingress Far End Switch Type passed down from PSX IP TG for SIP ingress calls or not.
maxRecordSequenceNumOenumerationuint16 This field configures the maximum record sequence number for logging the CDR records. if the option uint32 is selected, the maximum record sequence number is referred to 4294967295. Otherwise, the default maximum sequence number 65535 is used. Note: The run-time record sequence number will roll-over if its value exceeded the configurable maximum record sequence number or the default maximum record sequence number.
generateSipRecordingCdrOenumerationdisabled This configures whether or not we generate CDR for Recording Calls.
preventDuplicateEmptyStopRecOnInactivityDetectionOenumerationdisabled This configures whether SBC should generate empty STOP record on inactivity detection.
patchVerOuint320 This command will roll the accounting file and print version specific fields
cdrVerToGenerateOenumeration0 Capability to suppress CDR fields as per the sbx version The valid values could be 0( Disable) OR 10_1_0 Note: Any change to the config ( other than disabled (0) to the current load ) is not recommended on a live SBC
eventAcctMethodsO Log event records for the methods specified in the configuration.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusOrca:oam/accounting/admin

  • No labels