Tagged Questions

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

learn more… | top users | synonyms

35
votes
7answers
21k views

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? ...
8
votes
2answers
308 views

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 ...
5
votes
1answer
487 views

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# ...
5
votes
3answers
1k views

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 ...
4
votes
2answers
196 views

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 ...
4
votes
3answers
381 views

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.
3
votes
1answer
361 views

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 ...
3
votes
1answer
552 views

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 ...
2
votes
1answer
122 views

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 ...
2
votes
2answers
467 views

Google Voice SMS intent

Right now I'm trying to create an SMS intent with a populated number. Intent sendIntent = new Intent(Intent.ACTION_VIEW); sendIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); ...
2
votes
1answer
425 views

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 ...
2
votes
2answers
290 views

Android & Google Voice - Listening for incoming SMS messages

is it possible to listen for incoming SMS messages received via Google Voice? Thanks.
2
votes
3answers
465 views

Sending an SMS using Google Voice

I have an app where I need to be able to send SMS messages. I have the code to send them directly, but I would like to give the option to use Google Voice to users who don't have messaging plans. ...
2
votes
1answer
237 views

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 ...
2
votes
1answer
3k views

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 ...
2
votes
1answer
431 views

How does the Google Voice HTML5 app access the iPhone dialer?

How does the Google Voice HTML5 app access the iPhone dialer given that it's not a native compiled app?
1
vote
1answer
185 views

Google Voice API for web apps?

I'd like to allow users of my site to have a list of contacts and click a button beside a user to initiate a Google Voice chat session, exactly like I can in Gmail. I'd like to be able to detect ...
1
vote
1answer
465 views

Two-Way SMS - Send/Receive

I want to send receive SMS messages using SMS gateway. When sending message I am going to ask some question and reciever sould reply. I need to add some unique id when sending the SMS, and get it ...
1
vote
1answer
292 views

Is it possible to use google server for voice recognition without Android?

Is it possible to use Google Voice Server for voice recognition in the same way as "Voice Search" application in Android does.
1
vote
1answer
92 views

2 way voice as in GTalk

Can you tell me how GTalk implements 2 way voice communication? The interaction happens without any latency even at a low bandwidth. Can we implement something like this in a website? Can VOIP be ...
1
vote
2answers
227 views

How can I pull Google Voice data?

Google Voice has XML URLs so I was wondering how somebody would pull the JSON part from the returned XML and parse it out to a page. Google Voice's search capability is busted right now and I want to ...
1
vote
2answers
396 views

Google Voice API for AIR|Flex

With the release of AIR 2.5 for Android Flex-developers gain access various system API of the operating system. Are there any official (or unofficial) APIs Google Voice for ActionScript?
1
vote
0answers
794 views

Google Voice, in C#: how to delete a sms or how to mark it as read?

With C#, how do I delete a sms on Google Voice? Alternatively, how do I mark a sms as read? I'd rather delete it but marking it would be ok too. As far as marking it as read I tried this public ...
1
vote
1answer
562 views

Making an HttpClient request inside a BroadcastReceiver for Intent.ACTION_NEW_OUTGOING_CALL

I'm trying to write a service for my Android phone that is similar to Google Voice: it will intercept outgoing calls, replacing the originally dialed number with a number that I look up from a web ...
0
votes
0answers
16 views

Is there an API for accessing phone records?

We are trying to make a CRM that will hook into phone records so we can see the last time you spoke to someone via email, or phone. Are there any APIs from Verizon or ATT that allow you to give access ...
0
votes
1answer
81 views

Invoke Google voice actions from text - e.g building my own voice action app

I have an application where I am using the voice recognition in google to get the user voice input as text. This works, no problem - I get the text. Is it possible to send my TEXT STRING to be ...
0
votes
1answer
51 views

API for voice to text conversion.

I have looked over the internet for voice to text conversion APIs. CMUSphinx, Android inbuilt API (Level 3), and pygooglevoice exist. Which among them is the most accurate? (I am looking for an ...
0
votes
0answers
55 views

PyGoogleVoice LoginError

I'm trying to experiment PyGoogleVoice by sending my cell phone a sms but whenever I try to use the login method with my valid GMail/Google Voice account I get a LoginError. I am using the sample sms ...
0
votes
0answers
51 views

How (can) I access the Microphone on the iOS the way Google Voice does?

Apple hasn't approved Google Voice as an App so Google created a web "app". So somehow they are accessing the microphone thru the browser. The browser doesn't have access to the Mic so I'm wondering ...
0
votes
0answers
85 views

How to record and voice to text, at once in android?

I have two(2) buttons, ButtonOneClicked( View v) { //This calls a class that uses , MediaRecorder recorder = new MediaRecorder() to capture the sound. //It woks fine, the voice is stored in a file ...
0
votes
0answers
111 views

Implementing Speech recognition in android application

I tried to run this this into a phone: Can't implement Google API Sample (VoiceRecognition) is there any possibility to integrate the features of voice search into your own application??
0
votes
0answers
172 views

Am I allowed to automate sending SMS messages using Google Voice? [closed]

Right now, I am using these libraries to automate sending SMS messages with google voice: http://code.google.com/p/google-voice-java/ I have it setup so if my Google Voice number receives a text ...
0
votes
0answers
52 views

Dectect a Voice Dialer in Android

is there a way to know when a call was performed by a call dialer or the keypad? I have a broadcast receiver already catching the NEW_OUTGOING_CALL message, but i should not catch it if the call was ...
0
votes
0answers
163 views

A way to access Google Voice through VB.NET

I've been reading this and that from ages ago about a google voice API. Maybe I'm searching for the wrong thing? I'm looking for some way to access Google Voice using a VB.net program. A library ...
0
votes
1answer
105 views

Greasemonkey - inputting message into textarea of message box in Google Voice

I am trying to write a script that will send a text to a number with a message of my choosing, but I am stuck on this part. I am able to pass a number into the Google Voice "To" field by doing the ...
0
votes
0answers
22 views

Detecting whether or not a phone is busy

I was wondering if there was some sort of API or other tool out there that detected whether a phone (or the phone number itself) was busy or free. The API would have to be able to update quite ...
0
votes
0answers
220 views

Google Voice API

Does anyone know of a working Google Voice API for PHP? Googling it brought back several results, but the ones that I implemented failed for one reason or another. Any ideas?
0
votes
0answers
53 views

Coding a phone answering system— where to start?

I'd like to do some call forwarding. I want one line, which takes into consideration the status of other lines (i.e. available or unavailable) and forwards to one that is available. i.e. Users could ...
0
votes
0answers
137 views

How to test if number is associated with Google Voice?

I'm about to write a simple SMS platform which will interact with a Google Voice account through IMAP; however, since Google has a limit on outbound SMS messages, my plan is to rely on carrier SMS ...
0
votes
1answer
230 views

What is the full google voice url for placing calls on iOS?

I know that a phone number formatted googlevoice:4155551234 will launch the google voice app on iPhone/iPad. However, it looks like this will not initiate a phone call from the number passed in. ...
0
votes
1answer
319 views

cURL issues with Google Voice “APIs” running on XAMPP/Windows 7

I'm using aaronpk's Google Voice APIs to send and receive SMS messages in Google Voice. I've uncommented the "extension=php_curl.dll" line in the php.ini and have confirmed that cURL is working. I'm ...
0
votes
1answer
477 views

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

how do i run google voice from vb6

How do I run Google Voice from Visual Basic 6?