![]() |
2009-03-18
, 08:37
|
Posts: 28 |
Thanked: 1 time |
Joined on Aug 2008
|
#22
|
![]() |
2009-03-18
, 11:34
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#23
|
Report a problem. When I used internet connection thru BT tethering with my phone, DialCentral 0.90 couldn't retrieve my account info, forwarding phone number etc.
And I don't think it's the tethering, because I could do ssh, rdesktop from n810. Any thoughts
![]() |
2009-03-19
, 18:44
|
Posts: 28 |
Thanked: 1 time |
Joined on Aug 2008
|
#24
|
![]() |
2009-03-19
, 18:44
|
Posts: 28 |
Thanked: 1 time |
Joined on Aug 2008
|
#25
|
![]() |
2009-03-20
, 00:43
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#26
|
![]() |
2009-03-20
, 02:12
|
Posts: 28 |
Thanked: 1 time |
Joined on Aug 2008
|
#27
|
My best guess at the two issues
1. The is_authed issue is coming from receiving a connection notification from the OS which attempts login but this is before the GrandCentral backend is initialized
2. The anGroup issue, I hope is just some kind of timeout issue due to the slower connection.
I've got some improvements to error handling in SVN. I'll try and get it out soon. Hopefully it'll be the last GrandCentral release. I have GoogleVoice support mostly working including dialing. I need to work out some authentication bugs and do some optimizing. In the current version of SVN there is a hack to enable GoogleVoice support but currently it isn't the default.
![]() |
2009-03-20
, 02:19
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#28
|
Thanks, please do let me know. I'm not familiar with SVN, hope I will be able to compile and install the update.
As for GoogleVoice support, can I still get free Canada calling with Dialcentral? I upgraded to GoogleVoice, but am currently still able to call Canada for free with Dialcentral 0.9.0.
![]() |
2009-03-20
, 02:51
|
Posts: 28 |
Thanked: 1 time |
Joined on Aug 2008
|
#29
|
My best guess at the two issues
1. The is_authed issue is coming from receiving a connection notification from the OS which attempts login but this is before the GrandCentral backend is initialized
2. The anGroup issue, I hope is just some kind of timeout issue due to the slower connection.
I've got some improvements to error handling in SVN. I'll try and get it out soon. Hopefully it'll be the last GrandCentral release. I have GoogleVoice support mostly working including dialing. I need to work out some authentication bugs and do some optimizing. In the current version of SVN there is a hack to enable GoogleVoice support but currently it isn't the default.
![]() |
2009-03-20
, 13:13
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#30
|
This is going to be fun, Google has already changed the mobile site in a couple of ways. Got those fixed (I think).
As for click to call, I still haven't been able to get mobile or full site version working. I could just be missing something. If anyone would be willing to take a look, just browse through the revision history to find my different approaches at it. To test it is simple, I just have a script do the following. The full site returns a page as if nothing happened and the mobile site gives me server errors.
#!/usr/bin/env python
import gv_backend
backend = gv_backend.test_backend("DELETED@gmail.com", "DELETED")
backend.dial("DELETED")
Edit: Oh and for some reason on the mobile site, half the time only voice/mobile works the other half voice/m, quite annoying
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
Last edited by epage; 2009-03-18 at 11:32.