Thread
:
count missed calls
View Single Post
b0unc3
2010-03-12 , 12:14
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.
Quote & Reply
|
The Following User Says Thank You to b0unc3 For This Useful Post:
felbutss
b0unc3
View Public Profile
Send a private message to b0unc3
Find all posts by b0unc3