Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#561
Originally Posted by xur17 View Post
Is there any way to completely disable texting notifications? I only want to use the one ring to place calls.
Go into the advanced options and set the polling period to -1 for SMS and voicemail
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 139 | Thanked: 20 times | Joined on Apr 2010 @ Planet Earth for now!
#562
Just noticed something, when IM'ing thru the conversation screen my actual number appears not my GV number is it possible to change that so my GV number shows instead, that way I know which people are seeing my GV number versus those that don't? Just sent a sms and noticed it, and I don't want that person having my actual number, I know they are not seeing but it made jump for a second.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#563
Originally Posted by AgentZ View Post
Just noticed something, when IM'ing thru the conversation screen my actual number appears not my GV number is it possible to change that so my GV number shows instead, that way I know which people are seeing my GV number versus those that don't? Just sent a sms and noticed it, and I don't want that person having my actual number, I know they are not seeing but it made jump for a second.
The reason for the callback number is configured through the nickname which shows up everywhere. I wanted this rather so I wouldn't get questions about how to change the number (as much).

Unless there is a strong demand I probably won't change this or make it configurable.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 139 | Thanked: 20 times | Joined on Apr 2010 @ Planet Earth for now!
#564
Originally Posted by epage View Post
The reason for the callback number is configured through the nickname which shows up everywhere. I wanted this rather so I wouldn't get questions about how to change the number (as much).

Unless there is a strong demand I probably won't change this or make it configurable.
Fair enough. When looking at recent calls, TOR shows a different icon to the person I called, which I like. But if i call that person will it go thru TOR or my mobile? I understand that I can use the TOR dialer,but was wondering if I use the call log will it call out thru TOR.

One vote for configurable!
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#565
Originally Posted by AgentZ View Post
Fair enough. When looking at recent calls, TOR shows a different icon to the person I called, which I like. But if i call that person will it go thru TOR or my mobile? I understand that I can use the TOR dialer,but was wondering if I use the call log will it call out thru TOR.
I've actually not played with the call log much and am unsure how it works.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#566
What occurs when this plugin comes online? I was using tcpdump, and noticed that a lot of packets are used compared to something like jabber. When I am on 2g this can take quite a while (up to a minute). Is there some way to disable this, and use a saved cookie between sessions instead (I am assuming it is logging in online).

I am only using this plugin to enable integrated calling (I set all polling times to -1).
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#567
Originally Posted by xur17 View Post
What occurs when this plugin comes online? I was using tcpdump, and noticed that a lot of packets are used compared to something like jabber. When I am on 2g this can take quite a while (up to a minute). Is there some way to disable this, and use a saved cookie between sessions instead (I am assuming it is logging in online).

I am only using this plugin to enable integrated calling (I set all polling times to -1).
When coming online I do the following
  • Download login page to grab a token
  • Login
  • Download contacts
  • Download SMS
  • Download Voicemail.
With -1 I don't think it will grab the last two. If you disable GV contacts it will not download that. The initial page I download for the token is probably the biggest one.

In the original design I did not expect to be logged in and out so much. I filed an enhancement on this a while ago. I've just not gotten around to it due to how thinly spread I am across all of my projects
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#568
I obviously don't really know much about how this addon was written, but I think it would be a good idea to cache, and use cookies if possible. I am tempted to just use dialcentral, but it isn't integrated into the system as well.

An even easier plugin (most likely as a separate program) would be to just prefix dialing a number so you can call it using google voice's voicemail interface (ex: 123-555-5555-pp2p-NUMBER TO DIAL#).
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#569
Originally Posted by xur17 View Post
I obviously don't really know much about how this addon was written, but I think it would be a good idea to cache, and use cookies if possible. I am tempted to just use dialcentral, but it isn't integrated into the system as well.

An even easier plugin (most likely as a separate program) would be to just prefix dialing a number so you can call it using google voice's voicemail interface (ex: 123-555-5555-pp2p-NUMBER TO DIAL#).
I've tried to keep Dialcentral the opposite of TOR, only cause traffic when prompted by the user.

I'm experimenting with having cookies enabled. I did forget about two accesses I make for DND. One was redundant on startup and I removed it.

This means TOR went from
  • get token
  • login
  • get dnd
  • set dnd
  • contacts

To
  • confirm logged in
  • get dnd (EDIT: Not anymore)
  • contacts

I'm tempted to add an option for dnd and default it to iff because I doubt most people use it, it would save some traffic, and I don't like some of the things I'm doing

EDIT: I've gone ahead and made this optional
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog

Last edited by epage; 2010-06-19 at 21:15.
 
Posts: 356 | Thanked: 123 times | Joined on Dec 2008
#570
What is dnd? Is this available in the repositories, or will that not happen until you release a new version?

Thanks for writing this and dialcentral. I (and I am sure a lot of other people) really appreciate the programs that you write.

Last edited by xur17; 2010-06-20 at 00:04.
 
Reply

Tags
google voice, maemo 4, maemo 5


 
Forum Jump


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