Page 1 of 1
anonymous caller
Posted: 10 Apr 2013 11:11
by bodyalive
I would like to have an option for "anonymous caller"
in Incoming call action.
Thank you!
Re: anonymous caller
Posted: 10 Apr 2013 11:47
by altufaltu
me too
Re: anonymous caller
Posted: 12 Apr 2013 21:18
by inReinbek
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
Re: anonymous caller
Posted: 13 Apr 2013 20:17
by bodyalive
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?
Re: anonymous caller
Posted: 15 Apr 2013 08:13
by bodyalive
This does not work.
Martin himself says it's a known problem and will be fixed in next update.
Re: anonymous caller
Posted: 16 Apr 2013 08:29
by inReinbek
set it up in a Condition named "Expression" - it works well (as workaround)
Re: anonymous caller
Posted: 17 Apr 2013 16:08
by bodyalive
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!
Re: anonymous caller
Posted: 17 Apr 2013 17:48
by inReinbek
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
Re: anonymous caller
Posted: 17 Apr 2013 18:46
by bodyalive
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?
Re: anonymous caller
Posted: 18 Apr 2013 13:38
by inReinbek
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 ....