List Manager CDR

The List Manager produces CDRs each time a list is added or deleted.

The CDR is typically written to /tango/data/cdr/list-manager.cdr.
Field Name Description

1

Subscriber ID

The MSISDN of the subscriber. This is in Tango internal format.

2

Service ID

Specifies the service ID for the CDR. That is {service-id} for this CDR.

3

Transaction ID

Specifies the transaction ID. This is fixed to -1 for this CDR.

4

Key

The key used during provisioning.

This can be an MSISDN, IMSI, or any other type of ID.
This is in plain format (whether you are using cdrh or slf4j to generate the CDR)

5

CDR generation date

The date on which the CDR was generated. Format: DD/MM/YYYY.

6

CDR generation time

The time at which the CDR was generated. Format: hh:mm:ss.

7

Operation type

Specifies the operation type that triggered the CDR.

options
  • ADD

  • DELETE

8

listName

Specifies the name of the list for example blacklist.

9

Source

Specifies the source of the operation.

Sources can be things such as an SMS or a portal.

Sample CDRs

Add sample
123178860,33,1,tenant,123178860,06/01/2021,10:19:54,ADD,listName


Delete sample
123178860,33,1,tenant,123178860,06/01/2021,10:41:42,DELETE,blackList