|
2008-06-29
, 18:38
|
|
Posts: 480 |
Thanked: 378 times |
Joined on Apr 2008
@ Chicago-ish
|
#32
|
elif len(phonenumber) > 8 and phonenumber[0] == 1:
elif len(phonenumber) > 8 and phonenumber[0] == "1":
|
2008-06-29
, 18:54
|
Posts: 43 |
Thanked: 3 times |
Joined on Jun 2008
|
#33
|
There were enough major changes that everyone should upgrade. It reduces the startup time through a combination of deferred setup and cached calls. When opening it should only require 1 http request on a pre-authenticated session now rather than a bunch.
It's compatible with PythonLauncher, if installed separately, to reduce the startup time even more.
Here is it 0.7 for your viewing pleasure.
|
2008-06-29
, 19:15
|
Posts: 43 |
Thanked: 3 times |
Joined on Jun 2008
|
#34
|
Very nice! Just one small bug I noticed. Numbers in the form 1 (xxx) xxx-xxxx no longer show up correctly. Very simple fix, though. Just change line 549 from:
to:Code:elif len(phonenumber) > 8 and phonenumber[0] == 1:
Code:elif len(phonenumber) > 8 and phonenumber[0] == "1":
|
2008-06-29
, 19:20
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#35
|
|
2008-06-29
, 20:04
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#36
|
|
2008-06-29
, 21:10
|
|
Posts: 708 |
Thanked: 125 times |
Joined on Jan 2007
@ Too Close To D.C
|
#37
|
|
2008-06-29
, 22:06
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#38
|
Thanks brontide, that update fixed my logging in error. It was a pleasure being a beta tester a few days ago.
|
2008-06-30
, 05:21
|
Posts: 43 |
Thanked: 3 times |
Joined on Jun 2008
|
#39
|
|
2008-06-30
, 07:33
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#40
|
- But sometimes it doesnt sound anything. I had to click on DTMF dialing and press 1 though i did not hear the prompt. But after that, i can not hear other phone, but the person on that phone can hear me.
- Also an outgoing internet call sometimes did not sound any ring, but it "actually" rang the phone i'm calling.
I'm using Grandcentral + Gizmo
Is there anyone have same problem as mine?
ANy update and fix ?
It's compatible with PythonLauncher, if installed separately, to reduce the startup time even more.
Here is it 0.7 for your viewing pleasure.
Last edited by brontide; 2008-06-29 at 20:03.