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
1
vote
0 answers

Custom voice Actions by Google ok

I wanted to implement google voice action,in which when user say "Set an Reminder", this action should done by my app. This part i already done. now how can i put different set of question that should ask by google and user should given…
Mukesh Gupta
  • 1,373
  • 3
  • 17
  • 42
1
vote
1 answer

Google::Voice module suddenly broken. How to enable diagnostics?

I have a Perl program that has been running for a couple of years now. It uses the Google::Voice module (0.06) to handle incoming and outgoing text messages. The computer was rebooted recently, and suddenly this module returns null instead of…
1
vote
1 answer

CFHTTP Content-Length Header for post to Google Voice "API"

Greetings. I'm trying to send a quick sms through google voice using their existing API. I think the api is what's left from the Grand Central days. They don't have much documentation. Here's where I got my documentation:…
GuiDoody
  • 897
  • 1
  • 6
  • 13
1
vote
1 answer

Implement Google Voice Actions in Android

How can I implement the fairly new Voice Actions from Google, in Android? I'm thinking about the possibility to listen to the Listen to action as used by some music application. Is there a specific broadcast my app must register as a receiver to?
mariusgreve
  • 2,621
  • 6
  • 23
  • 31
1
vote
1 answer

Google Voice Java API ClientLogin Not Found

https://www.google.com/accounts/ClientLogin - Not Found Exception in thread "main" java.lang.NullPointerException at com.techventus.server.voice.exception.AuthenticationException.throwProperException(AuthenticationException.java:43) at…
1
vote
1 answer

Time based filter and forwarding

I use google voice for my business. I need to be able to forward the voicemail's to my secretary when she is working in the mornings. I have the option to just send her a copy of every voicemail that comes in but i only want to send her the ones…
1
vote
0 answers

Google Voice line break

I am using google voice paired with the voice.js node.js module. I am trying to send a sms message with a line break but nothing seems to work. I have tried \n, \r, \r\n, %0a, %0A. Is there some way to do this that I'm not aware of? If you have any…
user1354917
  • 105
  • 14
1
vote
1 answer

Google speech recognition and Voicexml

Hi guys i googled about voicexml and google speech recognition but i didn't understand if google speech recognition model is based on voicexml model or not. If possible, can you tell me the differences please? Thanks
xXJohnRamboXx
  • 739
  • 3
  • 10
  • 24
1
vote
0 answers

Sending a message to Google Talk/Chat Hangouts from GAE

Although this Google document describes a simple way for a GAE app to send a message to a Talk/Chat user, apparently this feature has been discontinued. Is there another method for a GAE app to send a message to a Talk/Chat user? As an aside: for…
Old Geezer
  • 14,854
  • 31
  • 111
  • 198
1
vote
2 answers

Google hangouts v2.3 add voice call functionality

Now we can use Google hangout v2.3 for android make voice call. But I wish I can receive call without SIM card but using WiFi, it seems now Google voice only forward the call to Google voice number to the bind phone number! Is it possible to receive…
lucky1928
  • 8,708
  • 10
  • 43
  • 92
1
vote
0 answers

How to control SpeechRecognizer to use offline recognize instead of online recognize?

I'm new to SpeechRecognizer. I'm wondering is there any way to know SpeechRecognizer is using offline recognize or online recognizer? If so, is there any way to controll SpeechRecognizer to use offline recognize? I read the document and there is no…
Tony Lin
  • 765
  • 3
  • 15
  • 35
1
vote
1 answer

python: pygooglevoice unable to login

I'm trying to use pygooglevoice to send an SMS, but I can't get get authentication to work properly. I'm using this as an example: https://github.com/jluellen/pygooglevoice/blob/master/examples/sms.py And this is what I get: from googlevoice import…
Stupid.Fat.Cat
  • 10,755
  • 23
  • 83
  • 144
1
vote
1 answer

OnActivityResult doesn't receive data

I started in my app this activity var RecordIntent= new Intent(RecognizerIntent.ActionRecognizeSpeech); StartActivityForResult(RecordIntent, (int)ResultActivityCodes.SpeechResult); and i have StopRecord function void StopRecord() { …
Artem Polishchuk
  • 505
  • 5
  • 17
1
vote
0 answers

angularjs Strange issue-Google voice search issue with website

I have implemented a website with the help of angularjs,jquery and ruby on rails as back end. I have also used #! in the url of the website.. Now to make the website crawlable I have used escaped_fragment so as to allow google to crawl. The website…
SemperFi
  • 2,358
  • 6
  • 31
  • 51
1
vote
0 answers

Windows Application to listen for voice commands

we are looking to create a smart application for the PC, written in .net c# which will listen for voice commands. For example, as with xbox, each command will be pre-fixed with a word to tell the application that we are talking to it.. ie "fred,…
Simon
  • 1,412
  • 4
  • 20
  • 48