notification of unknown phonenumbers

Post your questions and help other users.

Moderator: Martin

Post Reply
talletsmall
Posts: 2
Joined: 24 Oct 2014 09:02

notification of unknown phonenumbers

Post by talletsmall » 04 Nov 2014 13:27

In 'automatIt' there was the oportunity to show a warning as notification, if I dial an unknown number, unknown for my contacts. In 'automagic' i cannot find a trigger: unknown phonenumber. :shock: Has someone an idea to make a flow? ;)

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

Re: notification of unknown phonenumbers

Post by Martin » 04 Nov 2014 18:38

Hi,

You could use a trigger Outgoing Call and check if the trigger provides the name of the contact in variable contact_name or not:

-trigger Outgoing Call: all, Off-hook
-condition Expression: contact_name==null
--> true: -action Notification on Screen: Attention, number {called_number} is not known

Regards,
Martin

talletsmall
Posts: 2
Joined: 24 Oct 2014 09:02

Re: notification of unknown phonenumbers

Post by talletsmall » 05 Nov 2014 11:13

Thank you!
Martin wrote:Hi,

You could use a trigger Outgoing Call and check if the trigger provides the name of the contact in variable contact_name or not:

-trigger Outgoing Call: all, Off-hook
-condition Expression: contact_name==null
--> true: -action Notification on Screen: Attention, number {called_number} is not known

Regards,
Martin

Post Reply