Auto answer

43 views
Skip to first unread message

bzw...@gmail.com

unread,
Apr 14, 2026, 11:17:03 AMApr 14
to Automate for Android
What blocks would I use to auto answer and then hang up immediately based on the phone number's area code? For example: If the incoming number is 502-xxx-xxxx then answer and hang up. 

Henrik "The Developer" Lindqvist

unread,
Apr 14, 2026, 2:46:52 PMApr 14
to Automate for Android
To simply hangup for a phone number starting with 502, try a flow like:
  1. Flow beginning
  2. Call screening: Caller phone number=pn
  3. Call screening response: Action=matches(pn, "502.*") ? 2 : 0
  4. (connect #3 OK to #2 IN)
To answer then hangup, try:
  1. Flow beginning
  2. Call incoming: Caller phone number=pn
  3. Expression true:  matches(pn, "502.*")
  4. Call end
  5. (connect #4 OK and #3 NO to #2 IN)
Reply all
Reply to author
Forward
0 new messages