CDR File Naming Convention
CDRs are written to a
file on the controller. The filename is based on the creation time of the CDR file with the
following format: YYYYMMDDhhmmss.<ext>
- YYYY — Four digit year
- MM — Two digit month, padded with a leading zero if the month
number is less than 10
- DD — Two digit day of the month, padded with a leading zero
if the day number is less than 10
- hh — Two digit hour, padded with a leading zero if the hour
number is less than 10
- mm — Two digit minute, padded with a leading zero if the
minute number is less than 10
- ss — Two digit second, padded with a leading zero if the
second number is less than 10
- <ext> — File extension, either .work or .dat