anonymous caller?

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
bodyalive
Posts: 32
Joined: 07 Apr 2013 13:21

anonymous caller?

Post by bodyalive » 07 Apr 2013 21:22

A question about
INCOMING CALL
action.

How can i set it for Private (Anonymous eg no number) caller?


I would like to build a flow to reproduce sound when I reject a call from anonymous caller.

Any help!?!?!?!?

Thank you!

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

Re: anonymous caller?

Post by Martin » 14 Apr 2013 17:12

Hi,

The trigger Incoming Call does currently not work for anonymous callers at all.
This problem should be fixed in the next update.

Regards,
Martin

User avatar
bodyalive
Posts: 32
Joined: 07 Apr 2013 13:21

Re: anonymous caller?

Post by bodyalive » 15 Apr 2013 07:54

thank you, I hope next update will be released soon.

inReinbek
Posts: 95
Joined: 02 Feb 2013 22:04

Re: anonymous caller?

Post by inReinbek » 15 Apr 2013 12:19

WORKAROUND !!!
If the caller isn't in your contact list or it's a call with a hidden number it would work like this (on my SGS III):
take a condition typ expression
expression is

Code: Select all

contact_name == "null"
Regards

User avatar
bodyalive
Posts: 32
Joined: 07 Apr 2013 13:21

Re: anonymous caller?

Post by bodyalive » 15 Apr 2013 13:59

it wont work on galaxy S, Icecream sandwich.
tested flow is


trigger: incoming call calling numbers (all)

condition: expression contact_name == "null"

action: whatever

inReinbek
Posts: 95
Joined: 02 Feb 2013 22:04

Re: anonymous caller?

Post by inReinbek » 18 Apr 2013 11:57

Hi bodyalive,

I've tested and tested and tested ....

You're (and Martin also) right !

It's not supported in this version ... I've designed my flow with anonymous-caller at Version 1.14 and there it works.

Sorry ....

User avatar
bodyalive
Posts: 32
Joined: 07 Apr 2013 13:21

Re: anonymous caller?

Post by bodyalive » 19 Apr 2013 07:35

No problem inReinbek
glad to see that i was not wrong :)

Post Reply