Active Topics

 


Reply
Thread Tools
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#1
Hello,

I'm looking on how to get the number of missed calls.
I found this cmd on a thread :
Code:
sqlite3 /home/user/.rtcom-eventlogger/el.db "select count(id) from events where event_type_id = 3"
that is quite good, but it return the count of all the missed calls. I was wondering if there is any way to get the count of the only "current" missed calls (or maybe the only ones that are still notified on the desktop).
Thanks.
 

The Following User Says Thank You to b0unc3 For This Useful Post:
Posts: 539 | Thanked: 165 times | Joined on Feb 2010 @ Berlin, Germany
#2
You need to have a timestamp from which you select the missed calls. Within the database there are three timestamps (at least for SMS) which should have more or less the same content. If you frequently miss calls you might try something fixed like "missed calls within the last 24 hours". Or you define a timestamp whenever you ask for missed calls and use this one as reference.

I don't know whether it is possible to select exactly these entries that are displayed on screen. But there also has to be a timestamp for that.
 

The Following User Says Thank You to x-lette For This Useful Post:
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#3
Originally Posted by x-lette View Post
You need to have a timestamp from which you select the missed calls. Within the database there are three timestamps (at least for SMS) which should have more or less the same content. If you frequently miss calls you might try something fixed like "missed calls within the last 24 hours". Or you define a timestamp whenever you ask for missed calls and use this one as reference.

I don't know whether it is possible to select exactly these entries that are displayed on screen. But there also has to be a timestamp for that.
Yes , you are right, seems to work fine. (I'm feeling blinded )
Thanks!
 

The Following User Says Thank You to b0unc3 For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 20:19.