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
0
votes
1 answer

Glass update to XE22, custom voice command with glassvoice.jar not work

My project works fine before the glass update to XE22. I used glassvoice.jar to do voice command in the app. Now I replaced the old glassvoice.jar with the new version from https://github.com/pscholl/glass_snippets . I fixed some bugs due to the new…
user3263529
  • 33
  • 1
  • 1
  • 4
0
votes
1 answer

Open an contextual menu using voice commands in google glass

I am working on an app in that the app will open when i just give an voice command like "Ok,glass"->DemoApp. and this is working fine. Now i want is when an app is open i want to display a screen in which the menus are displayed in a list like…
Sachin
  • 47
  • 3
  • 10
0
votes
1 answer

Webkit Speech api - general questions

I'm using webkit-speech on google chrome. demo:https://www.google.com/intl/en/chrome/demos/speech.html And I have a couple of questions: How can I recognize when a person stop talking? Is there a way to leave the microphone on for infinity? it…
HTMHell
  • 5,761
  • 5
  • 37
  • 79
0
votes
1 answer

Calls from Twilio to Google Voice start before pick up

I'm trying to place outbound calls that will play a recorded message with Twilio. I have the following XML served as TwiML: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,…
Tim Dierks
  • 2,168
  • 15
  • 28
0
votes
1 answer

ImportError: No module named 'googlevoice'

python noob here. Just start picking up python few weeks ago and currently need some help. I have 3.3.4 python for windows 7 and I tried running this: import urllib.request from googlevoice import Voice from googlevoice.util import…
0
votes
0 answers

background noises on Google voice recognition android

I managed to create a very nice android app that allways listen to the client and perform tasks using voice commands (google voice recognition). the problem is that in the car its working exteremly bad. i have tried youtube voice search also and…
duduhayo
  • 95
  • 1
  • 1
  • 9
0
votes
1 answer

App integration with google now

I'm developing an android app. The app starts a background service for user monitoring and it has the possibility to start the service via main activity or via widget and it works great. I'd like to have a little integration with google now to start…
greywolf82
  • 21,813
  • 18
  • 54
  • 108
0
votes
3 answers

Can't locate object method "attrs" via package "Mojo::DOM"

I'm having issues with using the Google Voice API to send a text message. I'm running Mac OS X Maveriks and it was working on the previous version (Mountain Lion). I got the Google Voice API installed but now I get this strange message. Can't…
TitanShadow
  • 33
  • 1
  • 6
0
votes
0 answers

Google Voice automatically accepting outgoing call

I'm trying to make a program that calls a person using Google Voice when some condition is met. I'm using SharpVoice to perform the call. The problem is that I have to have Gmail opened and then I have to manually accept that the outgoing call is…
corgichu
  • 2,580
  • 3
  • 32
  • 46
0
votes
1 answer

how do i run google voice from vb6

How do I run Google Voice from Visual Basic 6?
0
votes
1 answer

Can't get curl to work with google

So I am trying to redo this code but C++ https://bitbucket.org/jitbit/sharpgooglevoice/src/0d76122c5bd7f4000352e003c9990d62f2421693/SharpGoogleVoice.cs?at=default However, I think my code is identical but it doesn't seem to be working. int…
user2574427
  • 51
  • 1
  • 1
  • 6
0
votes
1 answer

Parsing SMSThread the Google Voice Java api

i am trying to separate the SMS thread so that i can easily get the most recent text message thread looks like this : SMSThread [id=9ccf49ec18f8f2b46e9aadbf2d07d1c57f162bd5, title=, date=Sun Mar 17 16:19:23 EDT 2013,…
Ryan Maddox
  • 312
  • 1
  • 5
  • 15
0
votes
2 answers

execute php script upon new google voice text

Right now, I have a working PHP script that will pull all my new Google voice texts to perform certain actions. Currently, I have to manually execute the PHP script via computer. More often than not, I am on the road and I need instant changes made…
0
votes
1 answer

Reading Google Voice SMS Msgs using PHP

Is there anyway for me to read my SMS inbox in google voice using a PHP webserver call?
d.mc2
  • 1,129
  • 3
  • 16
  • 31
0
votes
1 answer

Can't send SMS; getting 500 error in Java/Scala Google Voice API

I've got this code: val voice = new Voice("", "") voice.login() // The ID isn't specced well in the source code, not sure what it needs to be voice.sendSMS("", "hello", "343434") I'm getting this error thrown in the browser (Play…
user375566
1 2 3
11
12