Google Voice 404 Error

Discussions about using SIP Sorcery on your own computer/server
Post Reply
dig12345
Posts: 17
Joined: Thu Aug 05, 2010 8:01 pm

Google Voice 404 Error

Post by dig12345 » Thu Jan 24, 2013 2:12 pm

Anything I can do about this on local version? Started getting these errors on and callbacks fail for Google Voice calls.

2013-01-24 09:05:33,103 [dialplanscript-1] ERROR sipsorcery [(null)] - Exception GoogleVoiceCall Login. The remote server returned an error: (404) Not Found.
2013-01-24 09:05:33,103 [dialplanscript-1] ERROR sipsorcery [(null)] - Exception GoogleVoiceCall InitiateCall. The remote server returned an error: (404) Not Found.

Thanks!

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

Re: Google Voice 404 Error

Post by Aaron » Fri Jan 25, 2013 10:27 am

In the GoogleVoiceCall class you need to change one of the constants as per below:

Code: Select all

private const string LOGIN_URL = "https://accounts.google.com/accounts/ServiceLogin?service=grandcentral";

dig12345
Posts: 17
Joined: Thu Aug 05, 2010 8:01 pm

Re: Google Voice 404 Error

Post by dig12345 » Tue Feb 12, 2013 7:02 pm

That worked, thanks!
I used source version 39246 which I believe maps to the 1.2 binary build.

Post Reply