ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Send call commands to skype with FARR... skype:+1555-555-5555?call

(1/2) > >>

Saturday24:
I use voice recognition in conjunction with find and run robot for lots of fun automated tasks.... one of them is triggering calls to phone numbers/contacts via skype.

If I add the following text ( skype:+1555-555-5555?call ) to my URL field in my browser and press enter it will launch skype and call the number... All good so far.

I'm hoping to create an alias in FARR that will pass this call command text over to the browser... or potentially directly to skype.

Thanks for any suggestions on how to go about this. Thanks very much.

Send call commands to skype with FARR... skype:+1555-555-5555?call

KodeZwerg:
Hi there, I dont think the way you think it will work.
You could Alias to "Call_Name_X" and execute it. (as fixed statement for skype:number call)
But adding on-the-fly different numbers.... I doubt it.

Saturday24:
Hi there, I dont think the way you think it will work.
You could Alias to "Call_Name_X" and execute it. (as fixed statement for skype:number call)
But adding on-the-fly different numbers.... I doubt it.
-KodeZwerg (November 28, 2018, 02:37 AM)
--- End quote ---
My voice recognition software in conjunction with a Python plug-in called vocola does a great job of adding in the on-the-fly different numbers. Maybe a simpler way to explain it would be that I need to get some text that is not a URL over to the URL bar of the browser. So just passing some text from find and run robot over to the browser URL field.

Thanks for any suggestions.

mouser:
You should be able to do this easily with farr, and make a skype call alias to help you.. the only tricky part might be the encoding of the characters for :+-?
let me experiment and see..

Nod5:
I don't use Skype so haven't tested the below, but you could give it a try.

According to the unofficial skype blog at http://www.skaip.org/command-line-parameters-for-the-new-skype you can start a Skype call from the command line with a parameter like this

--- -----_="skype:echo123?call"
So I suspect that an alias looking something like this will work
Alias: skype call
regex: ^skype (.*)$
results: C:\folder\skype.exe --_="skype:$$1?call"

But with the correct path to skype.exe or whatever the executable is named. Also maybe the " characters may need to be escaped.

Once that is tweaked to work you then input this into FARR and press enter to start the call

--- ---skype +1555-555-5555

Navigation

[0] Message Index

[#] Next page

Go to full version