Incoming call trigger does not fire

Post your questions and help other users.

Moderator: Martin

Post Reply
olegk25
Posts: 1
Joined: 17 Mar 2015 19:02

Incoming call trigger does not fire

Post by olegk25 » 17 Mar 2015 19:15

Hello,

I've created a flow to block calls from by "BlackList" group and answer the call if the headset is plugged in.
Worked well initially (when created and tested), but after some time the trigger would not fire in a random way.

In most cases the phone is in the silent mode (vibration), I can actually see the incoming call and the Automagic status icon,
so it is not purged by the OS. The application log shows no traces of the event...

My first guess was it could be related to silent mode but no, some subsequent tests succeeded.

Did anybody see this happen before?

Thanks in advance.

P.S. Here is the trigger def:

<trigger type="incoming_call">
<useDefaultName>true</useDefaultName>
<name>Incoming Call. State: Ringing, Numbers: All</name>
<enabled>true</enabled>
<all>true</all>
<incomingNumbersList></incomingNumbersList>
<handleSuppressedCallnumber>true</handleSuppressedCallnumber>
<ringing>true</ringing>
<offhook>false</offhook>
<idle>false</idle>
<missedRejected>false</missedRejected>
</trigger>

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

Re: Incoming call trigger does not fire

Post by Martin » 20 Mar 2015 10:48

Hi,

I did not observe such a problem yet. Could you please turn on Debug Log in the preferences of Automagic and see if there's anything in the log when a call is missed?
What device model and Android version are you using? Mutliple SIM cards or just one?

Regards,
Martin

Post Reply