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 Fri Nov 20 20:36:44 -0800 2009 Added SMS functionality from http://posttopic.c... [root]
file class.googlevoice.php Fri Nov 20 20:36:44 -0800 2009 Added SMS functionality from http://posttopic.c... [root]
file example.php Fri Nov 20 20:36:44 -0800 2009 Added SMS functionality from http://posttopic.c... [root]
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);

Sending a text is easy

$gv->sms($sometext, $their_phone_number);

License

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