![]() |
count missed calls
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" Thanks. |
Re: count missed calls
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. |
Re: count missed calls
Quote:
Thanks! |
All times are GMT. The time now is 14:54. |
vBulletin® Version 3.8.8