I'm trying to place a call with the API. The example given in the wiki voice.call(originNumber, destinationNumber) throws an error, since it is different from the method in Voice.class, which takes voice.call(originNumber, destinationNumber, type).
I've seen other posts that set type = "1" or type = "cell". In the first case, nothing happens-- no call is placed. In the second, I receive an error:
Logged in to Google - Auth token received
Successfully Received rnr_se.
Goodbye."
I'm stumped. Help is appreciated!
Thanks.