Google Voice Dialer
Thursday, March 26, 2009
Last year I posted a PHP script that lets you dial phone numbers using Grand Central. I updated it this morning to support Google Voice as well.
The syntax is the same
1 <?PHP
2 $gv = new GoogleVoice('you@gmail.com', 'password');
3 $gv->call($your_number, $their_number);
You can grab the code from my google-voice-dialer project on GitHub.