Active Topics

 



Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#901
Originally Posted by feuxfollets View Post
So it's not possible to just put a button in the contacts interface that initiates a callback without opening the phone application?
There might be ways to create plugins but I doubt it would be worth the cost/benefit for me to implement.

I am looking slightly more in favor of just cutting out of the callback faster. Errors should general be rare and popping up the debug prompt with the actual error would be more helpful in those rare cases.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 109 | Thanked: 45 times | Joined on Aug 2010
#902
Originally Posted by feuxfollets View Post
So it's not possible to just put a button in the contacts interface that initiates a callback without opening the phone application?
Oh, that would be awesome if there was a way to do it.
 
Posts: 109 | Thanked: 45 times | Joined on Aug 2010
#903
Originally Posted by epage View Post
That was the purpose for creating TOR, to integrate GV into the built-in Maemo apps. It is possible to make calls with the debug prompt but that isn't too intuituve.
As a TOR user, please keep this . I love that I can use GV from my contact cards/address book.
 
Posts: 109 | Thanked: 45 times | Joined on Aug 2010
#904
I have another issue (problem?) with TOR.

When I try to call out to Google Voice, I get an error message about needing an internet connection, if I'm not on Wifi. TOR doesn't see my 3G connection. I don't know if this is a bug, or this is expected behavior?

I know the 3G is working, other services that use it are connected.

I had that busy error again earlier today (my Google Voice number showed up as busy when I tried to call out and callback on my cellular line). I rebooted the phone and it cleared up. I might be able to pick it out of the log if you tell me what to look for.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#905
Originally Posted by eachna View Post
I have another issue (problem?) with TOR.

When I try to call out to Google Voice, I get an error message about needing an internet connection, if I'm not on Wifi. TOR doesn't see my 3G connection. I don't know if this is a bug, or this is expected behavior?

I know the 3G is working, other services that use it are connected.

I had that busy error again earlier today (my Google Voice number showed up as busy when I tried to call out and callback on my cellular line). I rebooted the phone and it cleared up. I might be able to pick it out of the log if you tell me what to look for.
The "not seeing 3G connection" is something I'd find more interesting from the og. I think I've got a good grasp on "busy".
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following User Says Thank You to epage For This Useful Post:
Posts: 109 | Thanked: 45 times | Joined on Aug 2010
#906
I've attached my log file (hopefully it worked).

I was having problems making calls on 3G after 8:00 PM and probably before...8:14 or 15 (by that time I was back in a wifi zone).

Sorry I can't narrow it any further than that.
Attached Files
File Type: zip theonering.zip (65.3 KB, 79 views)
 
Posts: 1 | Thanked: 0 times | Joined on Dec 2010
#907
Hi,

I just installed The one ring.. but after installing after logging into my google voice account, I am not able to make calls from GV.. Although I am able to send messages.

This is the error I get in logs.. Please advice.


(00:27:50) DEBUG MainThread.gvoice.browser_emu: Performing download of https://www.google.com/voice/mobile/phones
(00:27:52) INFO AsyncPool.gvoice.backend: {'subscriberNumber': 'undefined', 'remember': '1', 'phoneType': '2', 'forwardingNumber': '', 'outgoingNumber': '+12011234567'}
(00:27:52) DEBUG AsyncPool.gvoice.browser_emu: Performing download of https://www.google.com/voice/call/connect
(00:27:53) ERROR AsyncPool.util.go_utils: Error, passing it back to the main thread
Traceback (most recent call last):
File "/opt/theonering/lib/util/go_utils.py", line 183, in __consume_queue
result = func(*args, **kwds)
File "/opt/theonering/lib/gvoice/backend.py", line 364, in call
self._parse_with_validation(page)
File "/opt/theonering/lib/gvoice/backend.py", line 771, in _parse_with_validation
validate_response(json)
File "/opt/theonering/lib/gvoice/backend.py", line 884, in validate_response
raise RuntimeError('There was a problem with GV: %s' % response)
RuntimeError: There was a problem with GV: {'data': {'code': 20}, 'ok': False}
(00:27:53) ERROR MainThread.channel.call: While placing call to +12011234567
Traceback (most recent call last):
File "/opt/theonering/lib/channel/call.py", line 186, in _call
{},
RuntimeError: There was a problem with GV: {'data': {'code': 20}, 'ok': False}
(00:29:07) DEBUG MainThread.connection: Re-used handle for subscribe, I hoped this helped
(00:29:07) DEBUG MainThread.connection: Re-used handle for publish, I hoped this helped
(00:29:07) DEBUG MainThread.channel_manager: New contact list channel
(00:30:36) DEBUG MainThread.connection: Re-used handle for subscribe, I hoped this helped
(00:30:37) DEBUG MainThread.connection: Re-used handle for publish, I hoped this helped
(00:30:37) DEBUG MainThread.channel_manager: New contact list channel
(00:32:06) DEBUG MainThread.connection: Re-used handle for subscribe, I hoped this helped
(00:32:07) DEBUG MainThread.connection: Re-used handle for publish, I hoped this helped
(00:32:07) DEBUG MainThread.channel_manager: New contact list channel
(00:33:37) DEBUG MainThread.connection: Re-used handle for subscribe, I hoped this helped
(00:33:38) DEBUG MainThread.co

Last edited by umang.gopani; 2010-12-03 at 08:52.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#908
Originally Posted by umang.gopani View Post
Hi,

I just installed The one ring.. but after installing after logging into my google voice account, I am not able to make calls from GV.. Although I am able to send messages.

This is the error I get in logs.. Please advice.
Wow, thanks for being so proactive. My guess is that you didn't configure your callback number by entering it in as your screenname or nickname, depending on what the field is called.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
tokag's Avatar
Posts: 78 | Thanked: 69 times | Joined on Jan 2010 @ Alaska
#909
@epage
excuse the OT, but i really wanted to say thank you for all your work on this and your there maemo projects. your contributions are truly appreciated.
 

The Following User Says Thank You to tokag For This Useful Post:
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#910
Originally Posted by umang.gopani View Post
Hi,

I just installed The one ring.. but after installing after logging into my google voice account, I am not able to make calls from GV.. Although I am able to send messages.

This is the error I get in logs.. Please advice.
Sorry to take so long to get back to you. This looks like an issue with not having set a proper callback number. Set the "nickname" to the phone number you want to make the calls from.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Reply

Tags
google voice, maemo 4, maemo 5


 
Forum Jump


All times are GMT. The time now is 13:34.