April 2009
1 post
5 tags
How to answer skype calls with an Applescript
I wrote a little applescript to answer a ringing Skype call, so I can answer calls from the keyboard (by way of a quicksilver trigger). tell application "Skype" set calls to send command "SEARCH ACTIVECALLS" script name "Call Control" set callID to last word of calls set status to send command "GET CALL " & callID & " STATUS" script name "Call Control" if last word of status is...
Apr 2nd