Jump to content

Call via iPhone


Recommended Posts

Great workflow! 

 

Would it be possible to also call contacts? Right now, I can only call numbers with "call xxxxx". I would like the workflow to search my contacts. So when I type "call John", I a list with all numbers for john is returned and I can call them by pressing Enter. The workflow "Uni Call" does that for Skype calls etc (http://www.alfredforum.com/topic/2323-uni-call-v531-the-missing-universal-phone-call-workflow-for-alfred/).

 

Thanks!

Link to comment

Great workflow! 

 

Would it be possible to also call contacts? Right now, I can only call numbers with "call xxxxx". I would like the workflow to search my contacts. So when I type "call John", I a list with all numbers for john is returned and I can call them by pressing Enter. The workflow "Uni Call" does that for Skype calls etc (http://www.alfredforum.com/topic/2323-uni-call-v531-the-missing-universal-phone-call-workflow-for-alfred/).

 

Thanks!

Yes, this.... I tried adding to it, but I could not figure it out. That would be a great addition.

Link to comment
  • 8 months later...

This code actually presses the call-button:

 

(Replace the word Call with your localized word for Call)

do shell script "open tel://{query}"

tell application "System Events"
    repeat while not (button "Bel" of window 1 of application process "FaceTime" exists)
        delay 1
    end repeat
    click button "Bel" of window 1 of application process "FaceTime"
end tell
Edited by realbase
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...