http://code.google.com/p/google-voice-java/wiki/GettingStarted That
shows you an example
of how to place a phone call.
Keep in mind that google voice will only connect two valid numbers.
So each time you place a
'call', it calls you and calls your party then connects the two numbers.
something like this should work.
--------------
//Note I'm using the maven branch.. I'm not sure if there are any API
differences.
try {
Voice voice = new Voice(username, pass);
voice.call("123-456-7890", "123-457-8900", "cell" );
} catch (IOException e) {
e.printStackTrace();
}
--
Samir Faci
> --
> You received this message because you are subscribed to the Google Groups "Google Voice Java" group.
> To post to this group, send email to
google-v...@googlegroups.com.
> To unsubscribe from this group, send email to
google-voice-j...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/google-voice-java?hl=en.
>
--
Samir Faci
*insert title*
fortune | cowsay -f /usr/share/cows/tux.cow
Sent from my non-iphone laptop.