GV outgoing calls not connecting again

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

Re: GV outgoing calls not connecting again

Post by Aaron » Sat Mar 11, 2017 9:57 am

I tried https://www.google.com/voice/b/0/redire ... oice#inbox but still no rnr_key available. I think there might be a few redirects going on there and the rudimentary logic in the sipsorcery GV app doesn't cope with those at the moment. When I get a chance I'll see if following the redirects works.

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

Re: GV outgoing calls not connecting again

Post by dov » Sun Mar 12, 2017 5:44 am

I'm not sure how you handle the login on sipsorcery but in pygooglevoice I ended up puttting the /redirection/voice in the LOGIN_POST &continue link because accessing it again after logging in wasn't working right.
LOGIN_POST = 'https://accounts.google.com/signin/chal ... ltmpl=open'

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

Re: GV outgoing calls not connecting again

Post by dov » Sun Mar 12, 2017 8:17 am

I proposed two changes to the GV app that should likely fix it.
An update to the VOICE_HOME_URL.
Allowing the rnrRequest to use the new VOICE_HOME_URL's redirect.

will40
Posts: 16
Joined: Tue Aug 09, 2011 12:34 am

Re: GV outgoing calls not connecting again

Post by will40 » Sat Mar 18, 2017 4:42 pm

I have been closely monitoring this forum as I use Sip Sorcery primarily for google voice and I have been down since google made the change.

I'm sorry I am not able to offer any help as this is not my area but is there any solution in sight or does it look like we may have to call it quits soon?

Thanks

Will

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

Re: GV outgoing calls not connecting again

Post by Aaron » Sun Mar 19, 2017 10:18 am

dov wrote:I proposed two changes to the GV app that should likely fix it.
An update to the VOICE_HOME_URL.
Allowing the rnrRequest to use the new VOICE_HOME_URL's redirect.
Many thanks for the fixes. They have now been deployed to the sipsorcery.com service in both the GV voice and SMS apps. My test calls are now able to get the rnr key so there is definitely progress. If anyone gets a call or sms working please confirm.

Curious
Posts: 25
Joined: Wed Jan 20, 2010 4:00 am

Re: GV outgoing calls not connecting again

Post by Curious » Sun Mar 19, 2017 10:47 pm

Hi Aaron,
I am sorry the fixes did not work for me, following is what was shown in Console:
DialPlan 22:36:12:725 sip1(4532): Google Voice pre-login page loaded successfully.
DialPlan 22:36:12:741 sip1(4532): GALX key oprpPU4K_qQ successfully retrieved.
DialPlan 22:36:12:741 sip1(4532): gxf key AFoagUXIlilz-ab-u0wgkQvN1DyZZ_8x6g:1489962972794 successfully retrieved.
DialPlan 22:36:14:956 sip1(4532): Google Voice home page loaded successfully.
DialPlan 22:36:15:050 sip1(4532): Could not find _rnr_se key on your Google Voice account page, callback cannot proceed.
DialPlan 22:36:15:065 sip1(4532): Exception on GoogleVoiceCall. Could not find _rnr_se key on your Google Voice account page, callback cannot proceed.

carter
Posts: 14
Joined: Fri Feb 10, 2012 5:26 am

Re: GV outgoing calls not connecting again

Post by carter » Sun Mar 19, 2017 10:53 pm

I made like 20 test calls and 2 of them (out of 20) worked...the rest all returned with the usual "Could not find _rnr_se key on your Google Voice account page" error message, not sure how to interpret this but it definitely a positive progress!
Btw, I did not make any changes to the dial plan.

azrobert
Posts: 55
Joined: Sat Oct 24, 2009 11:37 pm

Re: GV outgoing calls not connecting again

Post by azrobert » Sun Mar 19, 2017 11:16 pm

Should we manually supply the RNR Key or the GV password?

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

Re: GV outgoing calls not connecting again

Post by Aaron » Sun Mar 19, 2017 11:20 pm

azrobert wrote:Should we manually supply the RNR Key or the GV password?
It needs to be the GV password. The rnr key prefix for the passwords didn't work and has been removed.

will40
Posts: 16
Joined: Tue Aug 09, 2011 12:34 am

Re: GV outgoing calls not connecting again

Post by will40 » Mon Mar 20, 2017 12:27 am

Aaron

Appreciate you working on this. Still does not work for me

Google Voice pre-login page loaded successfully.
DialPlan 00:23:12:009 sip1(5472): GALX key 8dVnxgsn2uk successfully retrieved.
DialPlan 00:23:12:009 sip1(5472): gxf key AFoagUXtcWys6KYhDxgLL0E1hkaF0qHAqg:1489969392083 successfully retrieved.
DialPlan 00:23:13:771 sip1(5472): Google Voice home page loaded successfully.
DialPlan 00:23:13:865 sip1(5472): Could not find _rnr_se key on your Google Voice account page, callback cannot proceed.
DialPlan 00:23:13:865 sip1(5472): Exception on GoogleVoiceCall. Could not find _rnr_se key on your Google Voice account page, callback cannot proceed.

Will

Post Reply