Questions tagged [google-voice]

"Google Voice" is a telecommunications service offering enhanced: voicemail, forwarding, conferencing, etc. -- coordinated across all of your voice devices and managed on the web.

Google Voice is a telecommunications service offering:

  • Coordination across all your land and mobile phone devices.
  • Enhanced voicemail.
  • Call forwarding, conferencing, and call screening.
  • Integration with Gmail.
  • Reduced rates on some calls.
  • An optional universal number for all of your phones.

More information:

168 questions
194
votes
6 answers

Is there a Google Voice API?

Is there an API (officially or unofficially) for Google Voice? I would like to have an API to work with voicemails, send/receive SMS messages, initiate calls, etc. What is the Android client using? Something internal? Has anyone documented it?
Adam Goode
  • 7,380
  • 3
  • 29
  • 33
129
votes
8 answers

Remove quotes from String in Python

I have a python Code that will recognize speech using the Google STT engine and give me back the results but I get the results in strings with "quotes". I don't want that quotes in my code as I will use it to run many commands and it doesn't work. I…
Alok Naushad
  • 1,435
  • 2
  • 9
  • 9
19
votes
2 answers

Custom commands for Google Now

I am trying to make Google Now accept custom commands and send an Intent to my app when a particular query is made. I did this successfully using Tasker and Autovoice, but I want to do the same without using these apps. I found this link to the…
Harry Sharma
  • 2,190
  • 2
  • 15
  • 41
16
votes
4 answers

Google Voice API Documentation

I've spent the last hour searching for an official Google Voice API documentation but couldn't find anything but a bunch of API wrappers in (insert your favorite programming language here). Does a documentation for Google Voice's API not exist?
Omar
  • 39,496
  • 45
  • 145
  • 213
16
votes
2 answers

Integrate Google Voice Recognition in Android app

I want to introduce a new feature into my app: permanent voice recognition. First of all I followed these posts: Voice recognition Speech recognition in Android Offline Speech Recognition In Android (JellyBean) and more others, plus other posts…
15
votes
3 answers

Can't sign up for Azure - "We were unable to verify your account"

Anyone else have this problem? I cannot sign up for an Azure account. On the registration page, it asks for your phone number and wants to confirm it by sending a text or calling you. I only have a Google Voice number, and I always get We were…
Jeff Guillaume
  • 1,661
  • 3
  • 17
  • 29
15
votes
2 answers

Twilio vs google voice api for SMS

I am building a mobile app (android et al) that I need to use SMS for. The SMS would simply send an activation code when user first registers with my app (and maybe one other equally simple usage). Since Google is a respected company and Google…
learner
  • 11,490
  • 26
  • 97
  • 169
10
votes
2 answers

Google voice PHP OAuth 2.0

I once used a PHP Class Library to connect to Google Voice to send SMS Text Messages. The call would work something like this: $gv = new GoogleVoice("GmailAccount", "GmailPassword"); $gv->sms("PhoneNumber", "TextMsg"); It worked flawlessly until…
TroySteven
  • 4,885
  • 4
  • 32
  • 50
9
votes
2 answers

No Activity found to handle Intent { act=android.speech.action.RECOGNIZE_SPEECH (has extras) }

The exception was thrown in the following code: Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, …
Bolton
  • 2,226
  • 3
  • 25
  • 29
8
votes
2 answers

Android 1.6 equivalent of EXTRA_GATEWAY_URI

I want to implement a gateway for handling outgoing calls. In the latest Android versions 2.x I can do this easily with the hidden ACTION_CALL extra string: "com.android.phone.extra.GATEWAY_URI" But in earlier versions, like 1.6, I don't know how to…
Emmanuel
  • 16,791
  • 6
  • 48
  • 74
6
votes
1 answer

Use google "Speak Now" in C#

Recently google announced a feature in Chrome browser to search text or translate texts using microphone. http://www.seroundtable.com/google-search-speak-now-13346.html I'd like to develop a C# desktop application to send voice to google and get the…
Saber
  • 2,440
  • 1
  • 25
  • 40
6
votes
1 answer

How can I programatically use Google Voice's "Direct Access Numbers" feature?

How can I programatically use Google Voice's "Direct Access Numbers" feature? Google Voice apps on Android and iPhone have can directly dial out a number that connects to the target number. This is different than the two ways that I know of…
Garrett Serack
  • 943
  • 7
  • 17
6
votes
1 answer

Android Recognize voice of 2 people differently

I want to develop an android app. One feature of the app is recognize 2 people's voice. It will be kike this - when the app will open, 2 people will talk in front of it. App will detect 2 persons speaking and will calculate how much % (let 2 persons…
Abrar Jahin
  • 13,970
  • 24
  • 112
  • 161
5
votes
4 answers

What is the URL to make a Google Voice call using the direct access number?

I am trying to write a Google Voice app and was wondering if anyone knew the url and post parameters to make a call using the direct access number instead of the ring-back.
Jason Christa
  • 12,150
  • 14
  • 58
  • 85
5
votes
2 answers

Android & Google Voice - Listening for incoming SMS messages

is it possible to listen for incoming SMS messages received via Google Voice? Thanks.
ekawas
  • 6,594
  • 3
  • 27
  • 39
1
2 3
11 12