Incoming call trigger does not fire
Posted: 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>
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>