View Single Post
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#2512
Originally Posted by peterleinchen View Post
I guess they use the contact UID to store the logs (not the number itself).
Each call is stored separately inside the Events table and it looks like the remote party number itself is used as the key to match it to the contact which would probably happen when you invoke the call-log application itself as opposite to storing a contact UID inside the event entry.

Code:
sqlite3 .local/share/commhistory/commhistory.db
select startTime,remoteUid from Events where type = 3;
 

The Following 4 Users Say Thank You to spag For This Useful Post: