I had a glitch recently w/ Asterisk 13 which caused multiple UniqueID’s with the same information to be created in the CDR, switching back to Asterisk 11 fixed that issue.But, as I delved into removing the unneeded data (http://dba.stackexchange.com/questions/164723/remove-duplicate-entries-from-db-w-unique-id-that-is-not-primary-key-keep-one), I noticed that I am still getting some random inserts with the same unique ID. For instance, today I am showing 2 entry’s with the same UniqueID, but with different data.
What is going on, can I make UniqueID a primary key/andor/ should I do that?
Here is an example query: