Active Topics

 



Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#931
Originally Posted by ioan View Post
When I try to place a call using GV (TOR) I get
"LOG: channel.call
Error while placing call from xxxxx to yyyyy:
There was a problem with GV: {'data': {'code':20}, 'ok': False}"

(xxxx, yyyy, are my GV number and the destination number)

I'm using a SIP number for call back that is verified with GV and the number is in TOR's 'forward' field.

Any idea why I'm getting this?
Try putting it in nickname field. I should remove the forward field and comment when that error comes up what things to try.
__________________
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: 481 | Thanked: 190 times | Joined on Feb 2006 @ Salem, OR
#932
Originally Posted by epage View Post
Try putting it in nickname field. I should remove the forward field and comment when that error comes up what things to try.
That worked! Thanks.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#933
Originally Posted by ioan View Post
That worked! Thanks.
I did this bit of nastiness for three reasons:
  • The "advanced" settings do not appear on all platforms
  • You can change callback without a login/logout
  • It is more in your face.
__________________
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: 481 | Thanked: 190 times | Joined on Feb 2006 @ Salem, OR
#934
Originally Posted by epage View Post
I did this bit of nastiness for three reasons:
  • The "advanced" settings do not appear on all platforms
  • You can change callback without a login/logout
  • It is more in your face.
You could rename the "screen name" field to "call back number".

BTW, I'm very happy with this app, thank you. Now works fine with IPv6 too (with the help of LDPreloadNat64).
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#935
Originally Posted by ioan View Post
You could rename the "screen name" field to "call back number".

BTW, I'm very happy with this app, thank you. Now works fine with IPv6 too (with the help of LDPreloadNat64).
I'm actually very lazy am maintaining a python only stance (libfolks might break me of this). The UI is a plugin so has to be in C++ so instead I am (ab)using the telepathy-haze UI.
__________________
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: 26 | Thanked: 7 times | Joined on Apr 2010 @ Philly
#936
Originally Posted by epage View Post
That would be a feature request for Nokia which you can do through b.m.o (file it against Contacts?). Even though it probably won't be for Maemo 5, maybe their next stuff could have it?
I see. I thought it might be possible since My Contacts widgets does that if ur not signed into GV already.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#937
Originally Posted by zerone View Post
I see. I thought it might be possible since My Contacts widgets does that if ur not signed into GV already.
Really? Does My Contacts show up in the account dialogs? If so I'm really curious how they do that. Other wise and more likely is that through some different plugin mechanism they added a button and that plugin system allows more arbitrary actions.
__________________
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: 26 | Thanked: 7 times | Joined on Apr 2010 @ Philly
#938
Originally Posted by epage View Post
Really? Does My Contacts show up in the account dialogs? If so I'm really curious how they do that. Other wise and more likely is that through some different plugin mechanism they added a button and that plugin system allows more arbitrary actions.
I was referring to Crochik's MyContacts app. It doesn't show up in IM Accounts list. In MyContacts' Call/SMS routing preferences, I have set my first preference to Google Voice. I think GV only shows up in this menu if TOR is installed. There is another Google Voice (MyContacts) option too.

So if I try calling any contact from the widget and if I am not already signed in, it signs into GV and then places a call using GV account.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#939
Originally Posted by zerone View Post
In MyContacts' Call/SMS routing preferences, I have set my first preference to Google Voice. I think GV only shows up in this menu if TOR is installed. There is another Google Voice (MyContacts) option too.

So if I try calling any contact from the widget and if I am not already signed in, it signs into GV and then places a call using GV account.
MyContacts has at least three different ways to dial out using GV. Setting up call options there does not require the method to be logged in. For example, you could select TOR to dial out and TOR was not connected or not even installed, but that option was there in MyContacts.

I think there was one option in MyContacts in which the app dials out to your GV number, then sends DTMF tones to begin dialling out. This method quite naturally does not require "logging in".
(I might be confusing the app that has this feature - it might have been in vicar. )
__________________
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.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#940
Originally Posted by zerone View Post
I was referring to Crochik's MyContacts app. It doesn't show up in IM Accounts list. In MyContacts' Call/SMS routing preferences, I have set my first preference to Google Voice. I think GV only shows up in this menu if TOR is installed. There is another Google Voice (MyContacts) option too.

So if I try calling any contact from the widget and if I am not already signed in, it signs into GV and then places a call using GV account.
So MyContacts is there by being a plugin to the Contacts app

TOR is a plugin to the communication framework. The communication framework provides the plugin to the contact app and I have no control over it.

I could write a plugin to the contacts app also but that seems outside of the scope of TOR and is already being provided.
__________________
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:
Reply

Tags
google voice, maemo 4, maemo 5


 
Forum Jump


All times are GMT. The time now is 23:47.