GoogleVoice DialPlan not dialing out

Support zone
Post Reply
elitegoodguy
Posts: 1
Joined: Tue Oct 29, 2013 1:41 am

GoogleVoice DialPlan not dialing out

Post by elitegoodguy » Tue Oct 29, 2013 1:48 am

I had my googlevoice dial plan working for both incoming and outgoing calls until recently.

Now I'm getting the following error:

Code: Select all

DialPlan 01:31:46:402 sip1(18652): New call from udp:71.207.147.132:52450 successfully authenticated by digest.
DialPlan 01:31:46:449 sip1(18652): Using dialplan usernameoutGV for Out call to sip:XXXXXXXXXXX@sipsorcery.com:5060.
NewCall 01:31:46:480 sip1(18652): Executing script dial plan for call to 4437636580.
DialPlan 01:31:46:512 sip1(18652): ** Call from "username" <sip:username@sipsorcery.com>;tag=3447554722 to XXXXXXXXXXX **
DialPlan 01:31:46:527 sip1(18652): Calling 1XXXXXXXXXX via Google Voice
DialPlan 01:31:46:527 sip1(18652): SDP on GoogleVoiceCall call had RTP socket mangled from 192.168.2.133:52872 to 71.207.147.132:52872.
DialPlan 01:31:46:527 sip1(18652): UAS call progressing with Ringing.
DialPlan 01:31:46:527 sip1(18652): Logging into google.com for username@gmail.com.
DialPlan 01:31:46:559 sip1(18652): Google Voice pre-login page loaded successfully.
DialPlan 01:31:46:559 sip1(18652): Exception on GoogleVoiceCall. Could not find GALX key on your Google Voice pre-login page, callback cannot proceed.
DialPlan 01:31:46:574 sip1(18652): Dialplan cleanup for sipsorceryusername.
DialPlan 01:31:46:715 sip1(18652): Dial plan execution completed without answering and with no last failure status.
DialPlan 01:31:46:715 sip1(18652): UAS call failed with a response status of 480.
After doing some research people were recommending that I go to https://accounts.google.com/b/0/DisplayUnlockCaptcha and wait 10+ minutes, to resolve the issue. After completing that I am still not able to dial out. Any ideas?

Thanks

fixup77
Posts: 93
Joined: Sun Jan 27, 2008 1:56 am

Re: GoogleVoice DialPlan not dialing out

Post by fixup77 » Tue Oct 29, 2013 5:42 am

Same problem here since early today.

beaver
Posts: 241
Joined: Tue Feb 09, 2010 5:32 am
Location: Beaverton USA (PST, GMT - 8)

Re: GoogleVoice DialPlan not dialing out

Post by beaver » Tue Oct 29, 2013 3:21 pm

Error "ResetCDR" or "Playback" since last night.

Outgoing calls not working any more.

hanke
Posts: 27
Joined: Tue Oct 29, 2013 4:38 pm
Location: Ontario, Canada

Re: GoogleVoice DialPlan not dialing out

Post by hanke » Tue Oct 29, 2013 4:55 pm

I am getting this error today...using the simple dial plan on outbound calls:

Exception on GoogleVoiceCall. Could not find GALX key on your Google Voice pre-login page, callback cannot proceed.

I can call my google voice number and it rings on my end on the ATA...but when I make an outbound call from the ATA...gives me the error with regards to the GALX key from the sipsocery console.

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

Re: GoogleVoice DialPlan not dialing out

Post by azrobert » Tue Oct 29, 2013 4:59 pm

Same GALX key problem here.

MikeTelis
Posts: 1582
Joined: Wed Jul 30, 2008 6:48 am

Re: GoogleVoice DialPlan not dialing out

Post by MikeTelis » Wed Oct 30, 2013 3:17 am

Seems like Google changed GALX format (the order of (type, name, value) to (name, type, value)). Thus, we all need to wait until Aaron will adjust his code to conform with the new world order :-)

beaver
Posts: 241
Joined: Tue Feb 09, 2010 5:32 am
Location: Beaverton USA (PST, GMT - 8)

Re: GoogleVoice DialPlan not dialing out

Post by beaver » Thu Oct 31, 2013 3:05 am

MikeTelis wrote:Seems like Google changed GALX format (the order of (type, name, value) to (name, type, value)). Thus, we all need to wait until Aaron will adjust his code to conform with the new world order :-)
Thanks Aaron. It's fixed.
Also thank you Mike, our Great Developer of SS DialPlan. :wink:

Post Reply