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
5
votes
2 answers

Google Voice Autodialer -- ie:, any way to send a phone number to Google Voice (or the google-chat plugin) in order to initiate a call?

This is a dumb sounding question, but I've tried to find an answer digging through FAQs and forums, and came up short. Just like you can use tel: in hyperlinks for mobile browsers, you can set a link to start a call with Skype's software with:
Greg
  • 7,782
  • 7
  • 43
  • 69
5
votes
0 answers

How to get Google Speech Recognition Engine in an Android device

I have an Epson Moverio device, which is based on Android, but doesn't come with a speech recognition engine by default. I have successfully installed the Voice Search app and with that, I was able to use google voice recognition in the app I am…
4
votes
2 answers

Google Voice Get New Call Notifications

I know there is an unofficial Google Voice API for Java, but I couldn't find any way to subscribe to get new call notifications. I want to make an Android app that would work like the Gmail Chat gadget that allows you to get incoming calls directly…
Shlomo Zalman Heigh
  • 3,968
  • 8
  • 41
  • 71
4
votes
1 answer

Voice recognition APIs, will Google Voice do this?

I've got an idea for an android app, I want to be able to say commands and have the application listen out for these and perform some action. For example, I want my app to sit idle and listen for my voice, when it hears me say "start", the app will…
Jimmy
  • 16,123
  • 39
  • 133
  • 213
4
votes
1 answer

Python Google Voice

I am using the google voice API from here, and trying to send text messages from Python. However, whenever I try to log in using this code, I get something I do not expect: from googlevoice import tests from googlevoice import Voice from…
TobyTobyo
  • 405
  • 2
  • 6
  • 20
4
votes
1 answer

Start activity from google search or voice input

Task: do something in my app by command from android wear watch by speaking command. It the same as send command from google search (by speaking or writing command). How-to described at http://developer.android.com/training/wearables/apps/voice.html…
4
votes
1 answer

Can Twilio detect if a call to a Google Voice number gets forwarded to voicemail or an actual person?

I have an app that creates outbound calls to set up simple conferences. I am having difficulty dealing with dialing out to Google Voice numbers as I use IfMachine to be able to determine if the call goes to voicemail for one or more participants so…
4
votes
0 answers

Google Speech Voice API and database specifications?

I'm using Google Speech Voice API for a big project ; as you understand i need to use voice recognition in an input, I built it this way :
3
votes
1 answer

Using Coldfusion to Programmatically Access the Google Voice Java API

Can anyone tell me how to use Coldfusion to access and interact with the Google Voice Java API? Specifically how would I access API jar files? How would I programtically access these files/classes via Coldfusion's Java capabilities? For example…
Christian
  • 332
  • 1
  • 7
  • 19
3
votes
1 answer

Android - voice recognition and saving audio file - not working on some devices

I have working solution for voice recognition and saving the audio file, but the code works only on some devices. I have tried running this code on few devices. It seems that this solution works on android 5.0, but doesn't work on higher versions.…
3
votes
0 answers

Is there a Google voice API for making calls using nodejs

Can anyone let me know if there is a google voice api for making calls from nodejs. an api to specify from number and to number and then it makes the call by itself. Something similar to this. What is the URL to make a Google Voice call using the…
Shamnad P S
  • 1,095
  • 2
  • 15
  • 43
3
votes
0 answers

How to integrate Google Voice API in IOS Application

How to implement Google Voice API in my ios app, can any one suggest me documentation or any links to understand integration of Google APIs, to do reaserch.
Saiteja
  • 33
  • 1
  • 4
3
votes
2 answers

SMS and PHP... and Google Voice?

I've been searching for a few hours on the best way to add sms notifications and reception to my PHP website. It seems that it's easy to send texts (to an email forward to a phone), but hard to receive them without an SMS gateway. Clickatell was…
Gabby Rikoff
  • 31
  • 1
  • 2
3
votes
2 answers

Activity window on standard call screen - to Enable buttons

I would like to add a small window (Popup) on call screen activity. Google voice and worldcallplaceandtime are both adding the same window during a call. The problem is that when I open a new activity on the top part of the screen, the rest of the…
shaimagz
  • 1,265
  • 4
  • 17
  • 39
3
votes
4 answers

How to get default device assistance app in android by code?

my phone installed two voice searches: google app and S-voice app. The default app is S-voice app as figure bellow. My question is that how can we get the default voice application using programmingcally in Android 6.0. Thank you in advance This is…
1
2
3
11 12