Is there a google voice dialer that runs as a stand-alone application? I would prefer to login through the application and not the web browser if possible.

Walter

link|improve this question
Would a Chrome Application Shortcut work? – nhinkle Sep 9 '10 at 21:23
Na, I want it to be native. – Walter White Sep 9 '10 at 21:33
feedback

4 Answers

up vote 2 down vote accepted

Google developed a desktop Google Voice app based on the Gizmo5 software they acquired, but it's likely it will never be released due to Google's strategy and focus on web-based apps.

There are a couple of apps that let you make google voice calls from the Desktop. The Adobe Air utility for Google Voice is one that will run on Linux as well as windows. This doesn't have a system tray icon but is the most feature-rich.

There is also the windows-only Google Voice Notifier, which doesn't help you for linux. Finally there is GoogSysTray, which is a catch-all notifier for google services that runs on Linux as well as windows. It doesn't support making calls but will let you know of voicemails and SMS.

It's possible that by using both the Air app and GoogSysTray would provide functionality equaivalent to what you're looking for.

link|improve this answer
This is the closest to what I want. Actually, for some odd reason Ekiga finally works with Gizmo5 servers with no change in configuration. It just started working, I wonder if gizmo5 changed something on their end. – Walter White Sep 13 '10 at 12:37
@imotama, nice answer! I've heard about this GV desktop app which will probably never be released, and it makes me very sad. :( – nhinkle Sep 14 '10 at 0:45
feedback

Do you mean some kind of software not in the cloud? I have been using google voice through my phone and its working pretty good. I am not sure if this is the kind of thing you are asking for: google voice app for blackberry or may be google chrome extension for google voice

link|improve this answer
I already have the google chrome extension, it works nicely, but I have to have a browser window open. I want something that integrates with the OS so that I have a nice status bar icon. – Walter White Sep 10 '10 at 11:42
feedback

I don't know if your question still stands anymore, but I've written an app that works (in addition to others) on Linux. Integrates with SIP through telepathy and Skype through dbus. Call out (skype/SIP) and call back. Integration with Google contacts.

link|improve this answer
Cool, I will have to check it out. – Walter White Oct 18 '10 at 11:02
I just checked it out, under downloads, I only see Maemo 5, Symbian, and Windows. Does the Maemo version work on Linux? – Walter White Oct 18 '10 at 11:03
feedback

I'm a bit new to all this so you'll have to excuse me for not knowing a ton of things - like how to answer a comment.... or figuring out how to create an deb that works properly in Linux (when the dependencies include QT and others). You're the first person to ask for it, so I'll get onto making it. Also: No the Maemo deb will not work on a x86 machine.

Edit: I have uploaded 2 debs for Ubuntu. The dependencies need to be satisfied separately:

sudo add-apt-repository ppa:kubuntu-ppa/backports ; sudo apt-get update ; sudo apt-get install libqt4-sql-sqlite

link|improve this answer
feedback

Your Answer

 
or
required, but never shown