Welcome Guest, Not a member yet? Register   Sign In
Google Voice Library
#1

[eluser]jgdovin[/eluser]
I have taken code found around the internet for using the unofficial Google Voice API and modified it to fit into a library. This code is in very early development, if anyone wants to contribute bug fixes or suggestions let me know.

the library is available at BitBucket.

Example Uses for now:

Code:
$settings['login'] = '[email protected]';
$settings['pass'] = 'mygooglepassword';
$this->load->library('gvoice');

function send_sms()
{
    $this->gvoice->send_sms('5555551212', 'My message goes here');
}

function make_call()
{
    // First number is number your calling, second is number associated
    // with account you want it to forward the call to
    $this->gvoice->call_number('5555551111', '5554544521');
}

It can also get your unread text messages and voicemails.

More features to come, open to suggestions.

As stated this is V.02, very new and very much beta.


Messages In This Thread
Google Voice Library - by El Forum - 06-19-2010, 07:24 AM
Google Voice Library - by El Forum - 06-19-2010, 07:18 PM
Google Voice Library - by El Forum - 06-22-2010, 01:48 PM
Google Voice Library - by El Forum - 06-22-2010, 09:08 PM
Google Voice Library - by El Forum - 06-23-2010, 05:42 AM
Google Voice Library - by El Forum - 06-23-2010, 08:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB