summaryrefslogtreecommitdiffstats
path: root/kppp/Rules/Singapore/SingTel_Local.rst
blob: a70269a271111c10ddb0266c85050b13587b923f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
################################################################
# This is the rule set for Singapore, local SingTel charge
#
# Boh Cheh Wee <bohcw@singnet.com.sg>
################################################################


################################################################
#
# NAME OF THE RULESET. This is NEEDED for accounting purposes.
#
################################################################
name=SingTel_Local

################################################################
# currency settings
################################################################

# defines Sing Dollar to be used as currency
currency_symbol=S$

# Define the position of the currency symbol.
currency_position=left

# Define the number of significat digits.
# (not absolutely needed, default is "2"
currency_digits=2

################################################################
# connection settings
################################################################

# NOTE: rules are applied from top to bottom - the
#       LAST matching rule is the one used for the
#       cost computations.

# This is charged whenever you connect. If you don't have to
# pay per-connection, use "0" here or comment it out.
per_connection=0.0

# minimum costs per connection. If the costs of a phone
# call are less than this value, this value is used instead
minimum_costs=0.0

# This is the default rule which is used when no other rule
# applies.
default=(0.00721,60)

# applies 8am until 6pm: every 30 seconds 0.721 cents
# are added to the bill
on () between (8:00..18:00) use(0.00721,30)

# applies 6pm until 8am: every 60 seconds 0.721 cents
# are added to the bill
on () between (18:00..7:59) use(0.00721,60)

# applies weekends: every 60 seconds 0.721 cents
# are added to the bill
on (saturday..sunday) between (00:00..23:59) use (0.00721, 60)