CDR record types - CSV file
I'm doing some cleanup on some old CSV processing code and I remember the first field describes the type of record: start, interim, stop. I believe they are 0, 1, 2 respectively. I'm only worried about stop records....so I have my code ignoring types 0 & 1.
I am getting a lot of duplicate entry errors in my database (I use the acct_id as a key). Strangely...all of the duplicates have a record type of 3. What type is that?