Trying to speed things up a bit for downloads
authorepage <eopage@byu.net>
Thu, 26 Mar 2009 01:32:36 +0000 (01:32 +0000)
committerepage <eopage@byu.net>
Thu, 26 Mar 2009 01:32:36 +0000 (01:32 +0000)
git-svn-id: file:///svnroot/gc-dialer/branches/gv_support@245 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/gv_backend.py

index aca5b9b..1122b88 100644 (file)
@@ -88,7 +88,7 @@ class GVDialer(object):
        _accountNumberURL = "https://www.google.com/voice/mobile"
        _forwardURL = "https://www.google.com/voice/mobile/phones"
 
-       _inboxURL = "https://www.google.com/voice/inbox/"
+       _inboxURL = "https://www.google.com/voice/m/i"
        _recentCallsURL = "https://www.google.com/voice/inbox/recent/"
        _placedCallsURL = "https://www.google.com/voice/inbox/recent/placed/"
        _receivedCallsURL = "https://www.google.com/voice/inbox/recent/received/"
@@ -147,6 +147,9 @@ class GVDialer(object):
                        'Email' : username,
                        'Passwd' : password,
                        'service': "grandcentral",
+                       "ltmpl": "mobile",
+                       "btmpl": "mobile",
+                       "PersistentCookie": "yes",
                })
 
                try: