大概是这个问题。。。。

回答: google voice returns "GALX key" erroregame2013-10-29 10:55:32

Google pre-login page changed

https://accounts.google.com/ServiceLogin

page source:
...
... input name="GALX" type="hidden" value="xxxxxxxxx" ....  【这里变了】


SipSorcery C# matching code:
https://code.google.com/p/google-voice-sipsorcery-dialplans/issues/attachmentText?id=135&aid=1350003000&name=GoogleVoiceCall.cs&token=12c938deecdede713462d28a421f9f31

...
> Match galxMatch = Regex.Match(galxResponseFromServer, @"name=""GALX""\s+?value=""(?.*?)""");
...【这里配不上了】

请您先登陆,再发跟帖!