Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#51
Originally Posted by uvatbc View Post
That too is on my list... Only I won't go as far as to make a connection manager out of it like TOR - otherwise epage will be cross
You wouldn't have to, you'd just need to contribute to TOR

Originally Posted by xur17 View Post
I really wish it could be setup like google voice integration integration on android is. Instead of having a separate button to callout using google voice, you set a global preference (per phone account) that enables / disables google voice calling.

Example: If you enable google voice calling for your cell phone account, when you go to call using that account, a post request is sent to google, and the direct dial number is used instead.

This could be accomplished by intercepting the outgoing call (like VICaR does, and placing a call to the google voice number instead.
Intercepting a call and then doing a GV call with the intercepted account as the direct-call or callback account is a very interesting idea. Only solves the phone part and not SMS but that is fine for some people (like me). I doubt I'd have to for it but I bet it wouldn't be hard to adapt ViCaR's source with qgvdial and away you go.


Except for the people who optimize like crazy and refuse all Python apps, Python does offer a great experience for getting feedback from users. Rather than a "It crashed" you get a full traceback without any additional special tools or builds. I'd highly recommend learning it (and contributing to TOR/Dialcentral )
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#52
Originally Posted by epage View Post
Except for the people who optimize like crazy and refuse all Python apps
Oh come on! I love python apps! Especially when I don't need to see the source!
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#53
New binaries uploaded.

Changes since the last time:
-> Dial out directly works for telepathy ring and spirit. sofiasip also works, but the GV announcer says that the call could not be completed.
-> Dial out works for desktop skype: Windows and Linux
-> Contacts now use the Google contacts API. This means lesser data to process on contacts refresh

Note: With this new version, your contacts will be blank. Please refresh then wait for about 5 minutes while the app fetches and parses all your google contacts and stores only the ones that have phone numbers in them.
Once this initial refresh is done, any refreshes after that should be much faster because only updates or deletions are requested.

Next up: a dbus interface for fcrochik.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 

The Following User Says Thank You to uvatbc For This Useful Post:
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#54
I tried placing a call using my sipgate account, and my cell phone account, and both displayed a message saying that the call failed, and never dialed.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#55
Originally Posted by xur17 View Post
I tried placing a call using my sipgate account, and my cell phone account, and both displayed a message saying that the call failed, and never dialed.
Are you using the callback or callout method?
The callback method is currently broken - it has been broken since I introduced the callout method.

After testing the changes I made for fcrochik and releasing that build, I'll focus on callback.

If I use my gizmo sip accout to dial out, the gv announcer tells me that the call could not be completed, please try again.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#56
I am using the direct dial method.

When I click on a contact to dial, I receive a message at the bottom of the screen that says: "Dialing failed".
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#57
Originally Posted by xur17 View Post
I am using the direct dial method.

When I click on a contact to dial, I receive a message at the bottom of the screen that says: "Dialing failed".
Can you post me your log by PM? its in /home/user/qgvdial.log
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#58
Alrite this one is for fcrochik and thanks to fcrochik:

This build introduces a dbus server made so that fcrochik's MyContacts can call out using Google voice.

fcrochik: I saw your code example and fixed the problem: I had missed a call to registerServer().
Once that was in, the following code worked to call a number:
Code:
dbus-send --session --type=method_call --dest=org.QGVDial.CallServer /org/QGVDial/CallServer org.QGVDial.CallServer.Call string:aaa-bbb-cccc
The number string does not have a specific format - I pass it to Google voice undisturbed. So if you don't have a international prefix, then GV assumes that it's in the US.
If you do have an international prefix, then GV will make an international call. If that international prefix is "+1" then a standard US call is done.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.

Last edited by uvatbc; 2010-08-08 at 02:32. Reason: Goggle
 
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#59
Originally Posted by uvatbc View Post
Can you post me your log by PM? its in /home/user/qgvdial.log
I just figured it out. Apparently I was using a call back account instead of a direct dial option. The options can be a little bit confusing. I just assumed that all phone options were direct dial since the others don't work.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#60
New builds uploaded:
Dial callbacks now work again.
SMS still borked.

Links in the sig.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:45.