BuzzFeed

Entries tagged with applescript
» view all tags »

Brian sent me an email today about a simple HTTP API for making calls with vonage (our voice over IP phone service).

Third party call control allows third party developers to write their own software applications to initiate a call from their Vonage phone to any other phone in the world.

For example, an Outlook plug-in could be created that would initiate a call by clicking on a phone number in the Outlook contact list. Another example would be a browser plug-in that would place a call to a phone number on any web page.

- Vonage Third Party Call Control

I thought it'd be nice to be able to select a phone number in Apple's Addressbook.app (where I keep my contacts) and have it call that number. After a bit of looking around I found just such a script for skype. I did a couple of small modifications, and now it works for vonage.

Just save the following code as a script in "~/Library/Address Book Plug-Ins/", and modify the variable 'thispage' url to match your vonage username, password and phone number:

'username=vonage_username&password =***&fromnumber=15551212'

applescript:

Once installed just right click on any number displayed for a contact and select 'Dial with Vonage'.

All that picking up the phone and dialing crap, it was making me tired. Yet another great example of how the modern age has turned me into a lazy bastard.

tags: applescript,  software,  vonage
applescript + vonage = one lazy bastard December 02, 2005