Difference between revisions of "Wholesale Tariff"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: | Line 1: | ||
= Min Time = | = Min Time = | ||
Min(imal) Time is | Min(imal) Time is the minimum time that will be billed if a call is answered. | ||
For example: | |||
* Min | * Min Time = 10s | ||
* If actual length of | * If the actual length of a call is <= 10s, billsec = 10. | ||
* If actual length of call is > 10s, then billsec = actual call length | * If the actual length of a call is > 10s, then billsec = actual call length. | ||
Line 36: | Line 36: | ||
= Increment = | = Increment = | ||
Increment is amount of time in which the call will be billed. It is counted in seconds. | Increment is the amount of time in which the call will be billed. It is counted in seconds. | ||
Example: | Example: | ||
* Imagine call length is 15s | * Imagine call length is 15s. | ||
* Rate for 1 min is 1 EUR/min (for simplicity reasons) | * Rate for 1 min is 1 EUR/min (for simplicity reasons). | ||
Then: | Then: | ||
* If increment is 1, then call length will be counted as 15s and call price will be 0.25 EUR (1/60*15) | * If the increment is 1, then the call length will be counted as 15s and the call price will be 0.25 EUR (1/60*15). As the increment is 1, the call can be 1, 2, 3... in length. 15s is the exact length of the call. | ||
* If increment is 10, then call length will be counted as 20s and call price will be 0.333 | * If the increment is 10, then the call length will be counted as 20s and the call price will be 0.333 EUR (1/60*20). As the increment is 10, the call can be 10, 20, 30... in length. 20s is nearest to 15. | ||
* If increment is 20, then call length will be counted as 20s and call price will be 0.333 | * If the increment is 20, then the call length will be counted as 20s and the call price will be 0.333 EUR (1/60*20). As the increment is 20, the call can be 20, 40, 60... in length. 20s is nearest to 15. | ||
Revision as of 10:26, 4 May 2010
Min Time
Min(imal) Time is the minimum time that will be billed if a call is answered.
For example:
- Min Time = 10s
- If the actual length of a call is <= 10s, billsec = 10.
- If the actual length of a call is > 10s, then billsec = actual call length.
Actual call length | Call time which will be billed |
1 | 10 |
2 | 10 |
... | 10 |
9 | 10 |
10 | 10 |
11 | 11 |
12 | 12 |
... | ... |
Increment
Increment is the amount of time in which the call will be billed. It is counted in seconds.
Example:
- Imagine call length is 15s.
- Rate for 1 min is 1 EUR/min (for simplicity reasons).
Then:
- If the increment is 1, then the call length will be counted as 15s and the call price will be 0.25 EUR (1/60*15). As the increment is 1, the call can be 1, 2, 3... in length. 15s is the exact length of the call.
- If the increment is 10, then the call length will be counted as 20s and the call price will be 0.333 EUR (1/60*20). As the increment is 10, the call can be 10, 20, 30... in length. 20s is nearest to 15.
- If the increment is 20, then the call length will be counted as 20s and the call price will be 0.333 EUR (1/60*20). As the increment is 20, the call can be 20, 40, 60... in length. 20s is nearest to 15.