The Following User Says Thank You to Ilew For This Useful Post: | ||
![]() |
2013-10-19
, 05:16
|
Posts: 76 |
Thanked: 44 times |
Joined on Apr 2011
@ India
|
#12
|
Does the db file exist in "/home/user/.rtcom-eventlogger/el-v1.db" ?
Btw expanding upon the previous sql.
This will get the last 5 missed calls and when they tried to call.
Code:sqlite3 /home/user/.rtcom-eventlogger/el-v1.db "select datetime(start_time, 'unixepoch'), remote_uid from events where event_type_id = 2 order by id desc limit 5"
![]() |
2013-10-19
, 05:26
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#13
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
Tags |
missed call, number, terminal |
|
Btw expanding upon the previous sql.
This will get the last 5 missed calls and when they tried to call.