Configuration: CDRs
CDR section
“cdr
”
This optional section of the configuration defines the generation of CDRs by SMPP Router.
The entries in the cdr
section are:
Field | Description | Example |
---|---|---|
|
optional Default: |
|
| Enable or disable anonymisation of sensitive fields in CDR output (source/destination address) optional Default: |
|
| Period (in hours) after which uncorrelated submission CDRs are expunged optional Default: |
|
| Sink to where CDRs are to be written
optional Default: |
|
| Number of CDRs to write at the same time optional Default: |
|
| Maximum interval (in seconds) between CDR writes optional Default: |
|
CDR File Sink
This section applies when CDRs are to be written to file.
Field | Description | Example |
---|---|---|
| Directory where CSV files containing CDRs will be written optional Default: |
|
| Timezone offset (in minutes) from UTC used for rotating CDR files at local midnight optional Default: |
|
HTTP Sink
This section applies when CDRs are to be written to a webhook.
Field | Description | Example |
---|---|---|
| URL to where CDRs should be sent mandatory |
|
| HTTP authorisation header optional |
|
| Should TLS verification be skipped optional Default: false |
|