Call in duration

Post your questions and help other users.

Moderator: Martin

Post Reply
ratawit
Posts: 1
Joined: 07 Jun 2015 15:00

Call in duration

Post by ratawit » 07 Jun 2015 15:08

Hi,
I'm using lollipop on Xperia Z3 which has a bug about missed call. Some missed call were shown as "called in 0sec" so I would like to use Automagic to detect all received call which is shorter than 2 sec and display notification as missed call. Can Automagic do this?

Thanks.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Call in duration

Post by Martin » 07 Jun 2015 17:23

Hi,

You could use a trigger Incoming Call: Ended and use an action Init Variables Call Log to check if the duration of the last call is less than 2 seconds (condition Expression: call_duration<2).
You have to add an action Sleep with a few seconds between the trigger and the call log action since it takes the phone app some time to write the data to the call log.

Regards,
Martin

Post Reply