Page 1 of 1

notification of unknown phonenumbers

Posted: 04 Nov 2014 13:27
by talletsmall
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? ;)

Re: notification of unknown phonenumbers

Posted: 04 Nov 2014 18:38
by Martin
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

Re: notification of unknown phonenumbers

Posted: 05 Nov 2014 11:13
by talletsmall
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