felixb / callmeter

Call Meter 3G is the most complete monitor app for your Android device: It monitors your calls, text messages and data usage.
GNU General Public License v3.0
48 stars 39 forks source link

Feature Request: common limit for more than one plan #111

Closed gzech closed 8 years ago

gzech commented 8 years ago

My provider gives me a monthly package of 100 minutes. The minutes can be used for non roaming and also for roaming calls, but are billed different:

Both roaming and non roaming are counted in the same package. So i have to count the used minutes in two different plans ( non roaming / roaming ), both using the same counter for decision in package / outside package. So it would be necessary to have a common limit for two / more plans.

Suggestion:

Then both plans will increase the common minute package and can do the decision "in / out of package". This would also help if a tariff has a package of "units", which can be used for SMS or calls and when minutes have different price than SMS.

felixb commented 8 years ago

I think you can build such things already:

use three plans:

  1. common plan with limit
  2. non roaming plan w/o limit
  3. roaming plan w/o limit

add rules as follows:

  1. outgoing calls into 1. as long the limit is not reached
  2. outgoing calls w/o roaming into 2.
  3. outgoing calls w/ roadming into 3.

btw, there are already mixed plans supporting calls and messages at the same time.

gzech commented 8 years ago

Thanks for the info. But i dont think it solves my problem: It is fine when the limit is reached ( 2. and 3.). But as long as the limit is not reached all calls go into common plan, no matter whether roaming or non roaming. In the plan i have only one field to set the cost, but the costs (in the limit) are different for roaming / non roaming.

felixb commented 8 years ago

I'm not sure if it's working, but you can try to set up two plans, one for roaming, one w/o. Then add a third plan that merges the first two plans. Add a limit in this third plan. Set cost inside the first plans.

gzech commented 8 years ago

This works, thanks for the hint!