SipSorcery+GV GALX key 出问题

大家不用改自己的dial plan, 等着Aaron改他的C#程序吧。好像是小问题,改几个代码就行了。希望明天一早就修好。Aaron在澳大利亚,比美国早14-16小时。


Re: Could not find GALX key on your Google Voice pre-login p

Postby sw231 » Tue Oct 29, 2013 11:46 pm

Hi Aaron,
I guess in the pre-login page, Google inserted a [type="hidden"] in the
<input name="GALX" value="xxxxxx"> item
the new one looks like
<input name="GALX" type="hidden"
value="xxxxx">

In the method
private string Login(string emailAddress, string password)

you are trying to match name="GALX" value="xxxxxx":
Match galxMatch = Regex.Match(galxResponseFromServer, @"name=""GALX""\s+?value=""(?<galxvalue>.*?)""");
-sw231
sw231
 
Posts: 34
Joined: Sat Sep 26, 2009 3:32 pm
 

Re: Could not find GALX key on your Google Voice pre-login p

Postby Aaron » Wed Oct 30, 2013 1:52 am

Thanks to sw231. I'll check that out in a few hours and if that's the fix will deploy a update to the server code.
User avatar
Aaron
Site Admin
 
Posts: 4127
Joined: Thu Jul 12, 2007 12:13 am
 

所有跟帖: 

修好了 -slow_quick- 给 slow_quick 发送悄悄话 slow_quick 的博客首页 (258 bytes) () 10/30/2013 postreply 06:03:50

This is great. Thank you. -egame- 给 egame 发送悄悄话 (0 bytes) () 10/30/2013 postreply 08:42:07

请您先登陆,再发跟帖!