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.
Call in duration
Moderator: Martin
Re: Call in duration
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
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