public
Description: Initiates a call using Google Voice (at least until they offer an API)
Homepage:
Clone URL: git://github.com/tylerhall/google-voice-dialer.git
name age message
file README.markdown Thu Mar 26 11:14:02 -0700 2009 Changing README to markdown [tylerhall]
file class.googlevoice.php Tue Sep 22 09:41:08 -0700 2009 Adding SMS contribution from elspub [tylerhall]
file example.php Sat Apr 11 14:00:19 -0700 2009 Adding simple form example per user request [tylerhall]
README.markdown

Google Voice Dialer

This is purely a stop-gap measure until they release a proper API.

Basic Usage

Dialing a number is simple

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

License

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