summaryrefslogtreecommitdiffstats
path: root/kppp/Rules/SouthAfrica/South_Africa_long_distance.rst
blob: 657708e207740e448199f99494b1468bd1fcf6d2 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
################################################################
#
# This is an accounting set for Telkom South Africa
# Please note that the costs used are those corresponding to
# the 2003 directory and are based on long distance phone calls
# being made. All calls are charged per second.
# Callmore time is implemented in this rule set.
# Call rates may change and I hold no responsibility for improper
# use of this rule set.
#
# This rule set was last updated: 26 September 2003
# by Males Tomlinson <vorsicht@webmail.co.za>
# Distance:________________Long distance Call +50km
# Charges: Standard time:__99c per/min
#          Callmore time:__50c per/min
# Minimum call charges:____99c
#
#
#  - If unsure, contact your Internet service provider to
#    determain your call distance and Telkom SA for up to date
#    charge rates.
#
################################################################

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

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

# Currency symbol R ('Rand') eg, R 1.20 would imply 1 Rand and 20 cents
currency_symbol=R
currency_position=left
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

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

#flat_init_costs=(0)
#default=(0)

#
# more complicated rules:
#

# This is used for the so called 'CallMore Time' schedule that was
# introduced by Telkom.(R0,0084 every second)
#
on (saturday..sunday) between (0:00..23:59) use (0.0084,1)
on (monday..friday) between (0:00..06:59) use (0.0084,1)
on (monday..friday) between (19:00..23:59) use (0.0084,1)

# This is used for the so called 'Normal Time' schedule
# (R0,0165 every second)
on (monday..friday) between (07:00..18:59) use (0.0165,1)