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

請您先登陸,再發跟帖!