GV outgoing calls not connecting again

Support zone
rswenton
Posts: 27
Joined: Fri Jan 18, 2013 5:51 pm

Re: GV outgoing calls not connecting again

Post by rswenton » Mon Feb 27, 2017 9:47 pm

Hi Aaron,

I put my rnr key in the password field using GV_PASS = 'rnr=myrnrkey' and tried a call.
Looking at the console I see:
Call key (myrnrkey) successfully retrieved for (my gv email id), proceeding with callback.
then Google Voice Call Initiated
then Google Voice Call timed out waiting for callback.
then cleanup and Call failed with a failure status of TemporarilyUnavailable and
call failed with a response status of 480.

I can receive calls on my Callcentric DID and I can place GV calls on the GV web UI.

Any ideas? Thanks! -Rick

Edit:
Oh, nevermind. I changed one character in my key to make it fail and console still said
Call key (myrnrkey) successfully retrieved for (my gv email id), proceeding with callback.

So that only means the key was successfully retrieved but not that it was valid.
Then I noticed what the previous poster said that the key was all lowercase in the console but there was some uppercase in my dialplan.
Is your hack forcing lowercase?

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: GV outgoing calls not connecting again

Post by Aaron » Thu Mar 02, 2017 9:15 am

rswenton wrote:
Then I noticed what the previous poster said that the key was all lowercase in the console but there was some uppercase in my dialplan.
Is your hack forcing lowercase?
Whoops yes I was forcing it to lower case. Fixed now. Maybe GV calls work now?

Mithelen
Posts: 4
Joined: Sun Mar 27, 2016 8:55 pm

Re: GV outgoing calls not connecting again

Post by Mithelen » Thu Mar 02, 2017 11:20 am

Aaron wrote:
rswenton wrote:
Then I noticed what the previous poster said that the key was all lowercase in the console but there was some uppercase in my dialplan.
Is your hack forcing lowercase?
Whoops yes I was forcing it to lower case. Fixed now. Maybe GV calls work now?

Still not working for me 8-(

dov
Posts: 11
Joined: Tue Feb 14, 2017 5:18 pm

Re: GV outgoing calls not connecting again

Post by dov » Thu Mar 02, 2017 4:57 pm

It's still not going through. It seems that it needs to login besides retrieving rnr key. Is there any more debug info we can get in the console?

serg
Posts: 1
Joined: Fri Mar 03, 2017 1:53 am

Re: GV outgoing calls not connecting again

Post by serg » Fri Mar 03, 2017 2:19 am

Aaron wrote:
rswenton wrote:
Then I noticed what the previous poster said that the key was all lowercase in the console but there was some uppercase in my dialplan.
Is your hack forcing lowercase?
Whoops yes I was forcing it to lower case. Fixed now. Maybe GV calls work now?
Aaron, I tried GV call today and it failed. GV password looks like 'rnr=my_rnr_key_has_upper_and_lower_case_letters'
The following is console output:

Code: Select all

DialPlan 02:01:58:660 sip1(5980): UAS call progressing with Ringing.
DialPlan 02:01:58:660 sip1(5980): Call key <rnr_key_with_upper_and_lower_letters> successfully retrieved for <serg>, proceeding with callback.
DialPlan 02:01:58:660 sip1(760): SIP Proxy setting application server for next call to user <serg> as udp:67.222.131.147:5070.
DialPlan 02:01:59:096 sip1(5980): Google Voice Call to 13151234567 initiated, callback #+19141234567, phone type 1, timeout 30s.
DialPlan 02:02:29:111 sip1(5980): Google Voice Call timed out waiting for callback.
DialPlan 02:02:29:595 sip1(5980): Google Voice Call to 13151234567 was successfully cancelled.

mobilebone
Posts: 44
Joined: Wed Jul 14, 2010 3:28 pm

Re: GV outgoing calls not connecting again

Post by mobilebone » Fri Mar 03, 2017 2:27 am

Aaron wrote:
rswenton wrote:
Then I noticed what the previous poster said that the key was all lowercase in the console but there was some uppercase in my dialplan.
Is your hack forcing lowercase?
Whoops yes I was forcing it to lower case. Fixed now. Maybe GV calls work now?
Unfortunately not.

rswenton
Posts: 27
Joined: Fri Jan 18, 2013 5:51 pm

Re: GV outgoing calls not connecting again

Post by rswenton » Fri Mar 03, 2017 9:47 pm

Confirmed. Still does not work. Thanks, Aaron, for changing the lower case restriction and for your ongoing support! Let is know if we can test anything for you and know that we understand you (and we) are at the mercy of Google when they make changes! -Rick

dov
Posts: 11
Joined: Tue Feb 14, 2017 5:18 pm

Re: GV outgoing calls not connecting again

Post by dov » Fri Mar 10, 2017 10:12 am

In pygooglevoice I fixed it by changing BASE = 'https://www.google.com/voice/b/0/redirection/voice' in settings.py

dov
Posts: 11
Joined: Tue Feb 14, 2017 5:18 pm

Re: GV outgoing calls not connecting again

Post by dov » Fri Mar 10, 2017 10:44 am

I apologize. After further testing I realized the change needs to be INBOX = BASE + 'redirection/voice#inbox'
Otherwise it throws off some of the other links that rely on BASE.

dov
Posts: 11
Joined: Tue Feb 14, 2017 5:18 pm

Re: GV outgoing calls not connecting again

Post by dov » Fri Mar 10, 2017 11:04 am

So in pygooglevoice that creates some errors as well. The best option is to add /redirection/voice to the LOGIN link so that it only gets accessed once. After that it works.

Post Reply