tylerhall / google-voice-dialer

Initiates a call using Google Voice (at least until they offer an API)

This URL has Read+Write access

tylerhall (author)
Tue Sep 22 09:41:08 -0700 2009
commit  7da663de97edc654ede2086beb672147c9755d6d
tree    622add4105651a9c459c603b1cae96824601f4ef
parent  7748959a3455c536f63638704ca0a428b3dec9c6
name age message
file README.markdown Loading commit data...
file class.googlevoice.php
file example.php
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.