public
Description: A simple PHP script that lets you dial a phone number using your Grand Central account.
Homepage: http://clickontyler.com/blog/2008/08/dial-a-phone-number-using-grand-central-and-php/
Clone URL: git://github.com/tylerhall/php-grandcentral-dialer.git
name age message
file README.markdown Thu Mar 05 16:54:11 -0800 2009 Added Address Book AppleScript [tylerhall]
file class.grandcentral.php Thu Mar 05 16:48:20 -0800 2009 Initial commit [tylerhall]
file gcdialer.applescript Thu Mar 05 16:54:11 -0800 2009 Added Address Book AppleScript [tylerhall]
README.markdown

Basic Usage

Dialing a number is simple

$gc = new GrandCentral('<username>', '<password>');
$gc->call($your_phone_number, $their_phone_number);

You can also use the included AppleScript file to dial a number directly from Address Book.

License

This code is released under the MIT Open Source License. Feel free to do whatever you want with it.