Jump to content

Alfred to call with iphone on alfred 3


Recommended Posts

I'm trying to create a contact action.

I want to call with facetime audio on my iphone .. 

i tried with tel .. and facetime-audio command. 

It doesn't work!

Can someone help me ? 

 

on run argv
  set theQuery to item 1 of argv
do shell script "open tel://" & quoted form of theQuery
tell application "System Events"
    repeat until (button "Call" of window 1 of application process "FaceTime" exists)
        delay 1
    end repeat
    click button "Call" of window 1 of application process "FaceTime"
end tell
end run

or i tried this

 

 

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...