Page 1 of 1

Google Voice 404 Error

Posted: Thu Jan 24, 2013 2:12 pm
by dig12345
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!

Re: Google Voice 404 Error

Posted: Fri Jan 25, 2013 10:27 am
by Aaron
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";

Re: Google Voice 404 Error

Posted: Tue Feb 12, 2013 7:02 pm
by dig12345
That worked, thanks!
I used source version 39246 which I believe maps to the 1.2 binary build.