maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Grandcentral Dialer (https://talk.maemo.org/showthread.php?t=21394)

brontide 2008-06-29 16:10

Re: Grandcentral Dialer
 
1 Attachment(s)
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.

TrueJournals 2008-06-29 18:38

Re: Grandcentral Dialer
 
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:
Code:

elif len(phonenumber) > 8 and phonenumber[0] == 1:
to:
Code:

elif len(phonenumber) > 8 and phonenumber[0] == "1":

therock_80 2008-06-29 18:54

Re: Grandcentral Dialer
 
Quote:

Originally Posted by brontide (Post 197337)
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.

thank you. It looks great. I updated my nit to Diablo after i got freaky dialpad. Now it works fine. Is it posible to add contact list to this program?like import contact,voicemail, and missed call from GC,

therock_80 2008-06-29 19:15

Re: Grandcentral Dialer
 
Quote:

Originally Posted by TrueJournals (Post 197369)
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:
Code:

elif len(phonenumber) > 8 and phonenumber[0] == 1:
to:
Code:

elif len(phonenumber) > 8 and phonenumber[0] == "1":

is it neccesary to add 1 in the front

brontide 2008-06-29 19:20

Re: Grandcentral Dialer
 
Quote:

Originally Posted by therock_80 (Post 197377)
is it neccesary to add 1 in the front

It's necessary only for the callback number, GC used it to signify gizmo numbers.

brontide 2008-06-29 20:04

Re: Grandcentral Dialer
 
I've updated to 0.7-2 to correct a minor bug. If you are having trouble logging in, please update.

heavyt 2008-06-29 21:10

Re: Grandcentral Dialer
 
Quote:

Originally Posted by brontide (Post 197395)
I've updated to 0.7-2 to correct a minor bug. If you are having trouble logging in, please update.

Thanks brontide, that update fixed my logging in error. It was a pleasure being a beta tester a few days ago. :D

brontide 2008-06-29 22:06

Re: Grandcentral Dialer
 
Quote:

Originally Posted by heavyt (Post 197409)
Thanks brontide, that update fixed my logging in error. It was a pleasure being a beta tester a few days ago. :D

Narfing annoying, there is some sort of quirk with running a dialog in a deferred action via gobject.idle_add. It caused the main event loop to become "stuck".

If you are on a slow connection you may even notice the fact that the recent list is not populated right away, it's populated in the background after activating the tab.

therock_80 2008-06-30 05:21

Re: Grandcentral Dialer
 
- An incomming call sometimes gives me "Grandcentral Prompt Press 1,2,3..", then i use DTMF dialing--->press 1, the call went through no problem.
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 ?

brontide 2008-06-30 07:33

Re: Grandcentral Dialer
 
Quote:

Originally Posted by therock_80 (Post 197555)
- 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.

This has been brought up time and again... press the volume up or down and it will magically work again. I didn't have the problem as often under Chinook + RTCOMM beta. I'm using Diablo without RTCOMM beta and I see the problem. This is a problem with Nokia's crappy built-in VoIP client.


Quote:

- 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 ?
Yes, and there is nothing to do since these are bug in the GC service. Worst even the calling party often hears a cheesy message about the subscriber being unable to be located.

It's one of the reason I don't actually use GC that much.

https://bugs.maemo.org/show_bug.cgi?id=3273


All times are GMT. The time now is 02:36.

vBulletin® Version 3.8.8