anonymous caller

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

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

anonymous caller

Post by bodyalive » 10 Apr 2013 11:11

I would like to have an option for "anonymous caller"
in Incoming call action.
Thank you!

altufaltu
Posts: 14
Joined: 12 Mar 2013 04:46

Re: anonymous caller

Post by altufaltu » 10 Apr 2013 11:47

me too

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

Re: anonymous caller

Post by inReinbek » 12 Apr 2013 21:18

At my SGS III an anonymous caller will be identified with "null" - I'll check it with

if contact_name == "null" do_something

please try and report.

regards
inReinbek

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

Re: anonymous caller

Post by bodyalive » 13 Apr 2013 20:17

At my SGS III an anonymous caller will be identified with "null" - I'll check it with

if contact_name == "null" do_something

please try and report.

regards
inReinbek

Hello where should i type this command?

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

Re: anonymous caller

Post by bodyalive » 15 Apr 2013 08:13

This does not work.
Martin himself says it's a known problem and will be fixed in next update.

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

Re: anonymous caller

Post by inReinbek » 16 Apr 2013 08:29

set it up in a Condition named "Expression" - it works well (as workaround)

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

Re: anonymous caller

Post by bodyalive » 17 Apr 2013 16:08

Would you please post a flow in sharing area?

purpose of the flow should be

when i reject a call by anonymous number, email client should be launched.

thank you very much!

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

Re: anonymous caller

Post by inReinbek » 17 Apr 2013 17:48

Hi bodyalive, take a look in the sharing area for

block call by CallerName at specified location & time

posted by myself
I think if you study it you'll find a solution for your project ( if you won't use my flow)

Kind regards

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

Re: anonymous caller

Post by bodyalive » 17 Apr 2013 18:46

tHANK YOU FOR reply and congratulations for your very sophisticated flow.
undfortunately i didnt find in it any solution to my problem.

i made a flow like this

trigger: incoming call Numbers:ALL phone state: ended

condition: expression if (contact_name == "null" ) do_something

action: launch email app (path)


It does not work. Where i am wrong?

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

Re: anonymous caller

Post by inReinbek » 18 Apr 2013 13:38

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 ....

Locked