iliyantn / websmsdroid

Automatically exported from code.google.com/p/websmsdroid
0 stars 0 forks source link

add "don't save" #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add an option so that one can choose if the sent sms is saved or not. 
That would 
help me use my "credit usage" programm. Thanks

Original issue reported on code.google.com by constant...@googlemail.com on 9 May 2010 at 7:10

GoogleCodeExporter commented 9 years ago
i hope your "credit usage" app is call meter ng :p

Original comment by felix.bechstein on 9 May 2010 at 7:37

GoogleCodeExporter commented 9 years ago
Issue 213 has been merged into this issue.

Original comment by felix.bechstein on 20 May 2010 at 7:06

GoogleCodeExporter commented 9 years ago
Issue 245 has been merged into this issue.

Original comment by felix.bechstein on 8 Jun 2010 at 4:22

GoogleCodeExporter commented 9 years ago
from issue #245: sms sent with gsm connector should be saved/billed anyway.

eg. make that an api extension.

Original comment by felix.bechstein on 8 Jun 2010 at 4:23

GoogleCodeExporter commented 9 years ago
Can't there be a "smarter" way to distinguish paid and free SMS? I always would 
want to record sent messages for future reference but if they're free, they 
should not be counted to my bill. Could you record web SMS to some your counter 
and correct Call Meter stats from it then?

Original comment by yves.goe...@gmail.com on 19 Jun 2010 at 11:45

GoogleCodeExporter commented 9 years ago

Original comment by felix.bechstein on 12 Oct 2010 at 5:40

GoogleCodeExporter commented 9 years ago
Issue 343 has been merged into this issue.

Original comment by felix.bechstein on 12 Oct 2010 at 5:40

GoogleCodeExporter commented 9 years ago

Original comment by felix.bechstein on 13 Oct 2010 at 5:20

GoogleCodeExporter commented 9 years ago
Finally, thank you! Do we have to switch something on or off manually?

Original comment by tom.ell...@gmail.com on 13 Oct 2010 at 10:11

GoogleCodeExporter commented 9 years ago
no changes needed in websms. it just broadcasts every sent sms to the wild.

if cm3 is installed in latest version, it listens to this broadcast to remember 
all these sent websms in an extra table.
you need to modify the sms out rule to not match websms to exclude them from 
billing there.

Original comment by felix.bechstein on 14 Oct 2010 at 4:05

GoogleCodeExporter commented 9 years ago
Hi, thanks for handle this issue.
But it does not really resolve the wish I made in issue #245 (which was merged 
into this one).
In that point I do not want to switch the app to see my messagecount per 
connector. (I'm really not sure if call meter can distinguish between several 
connectors).
In #issue 245 I asked to extend the "native" sms connector to show the used / 
free messages of this connector in the same way that CherrySMS or Arcor - 
Connector does. (In the top of the messagetext-input field).
So I can see during the sms-creation process which connector can be the 
cheapest for me.

Original comment by a.jeu...@gmail.com on 14 Oct 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Can you please tell me what shall be broadcasted so you can handle it?
I'd like to add this to my WebSms app too :)

Original comment by alexkra...@gmail.com on 14 Oct 2010 at 1:26

GoogleCodeExporter commented 9 years ago
@a.jeuthe: then please use the widget from cm3 to check your "normal" sms.
and yes, cm3 can distinguish between the connectors.
in fact, websms tells cm3 the used connector name, and cm3 does a SQL 
%WHATEVER% with WHATEVER as whatever you set in cm3's preferences.
multiple plans/rules are available to split all the websms.

@alexkrasov: please have a look at the code on your own.
or even better: join your websms as connector to mine ;)
and remeber: copied GPL code needs to be released under GPL too.

Original comment by felix.bechstein on 14 Oct 2010 at 6:32

GoogleCodeExporter commented 9 years ago
Ok, thanks for reply. I'm not sure if I want to install cm3 to my phone. I do 
not need that tool atm. But I'm thinking about it ;)
So, is it possible for me to make an own "connector" for gsm-sms which shows me 
my send messages per month in the top of inputfield (like other connectors do)?
Maybe that could be an alternative way for me instead installing another tool 
(cm3) for just one feature on the "wrong" screen.

Original comment by a.jeu...@gmail.com on 14 Oct 2010 at 7:26

GoogleCodeExporter commented 9 years ago
well, i can understand.

all other connectors do not know nothing about balance.
they just get the information from the webservice. there is no possibility to 
count it, as it is just represented as the string it comes from outsite.

in case of the sms connector, there is no webservice to ask..
it would need to put all the logic from cm3 into cm2, which is not the best 
idea ;)

btw: maybe you want to move to mail, as it's much easier to answer.

Original comment by felix.bechstein on 15 Oct 2010 at 5:07