summaryrefslogtreecommitdiffstats
path: root/kppp/Rules/SouthAfrika/South_Afrika_Justin.rst
blob: a8214bdf653716a07a3328b5e8be4b7d31c6999c (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
################################################################
#
#
#This was updated for personal use by and for Justin Porteous
# I only Needed it for less than 50Km's IE a local call
# Date 12/12/2001
# Email nozlab@hotmail.com
#
# This is a accounting set for Telkom South Africa
# Please note that the costs used are those corresponding to
# the '97/'98 directory and are based on local phone calls
# being made. Strictly speaking, the call charges are not 31c
# but 30,9c per unit. The odd cost is due to the inclusion
# of VAT. I've rounded it off to keep things simple.
#
# The postfix 'A'..'D' is related to the distance maps
# and will affect the duration of 1 call unit
# 
# Distance Table
# Type	 Distance     Std Time   CallMore Time
# ----   --------     --------   -------------
#  A      0-50 km     180 sec    480 sec
#  B     >50-100 km     37,6     75,2
#  C     >100-200 km    18,8     45,2
#  D     >200 km        13,6     28,8
#
# South African residents, please note the following:
#  - Consult your local directory to determine which distance type
#    to use
#  - Most ISP providers in S.A. have pop's (point of pressence) in
#    the major cities, so it's very likely type A will be applicable
#  - If unsure, contact a local Telkom office in your area  
#
# Any problems, please email me
# Regards
#
# Jacques Eloff,
# email: repstosd@global.co.za
#
################################################################

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

################################################################
# 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.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.58

flat_init_costs=(0.58,86)

default=(0.24,30)

#
# more complicated rules:
#

# This is used for the so called 'CallMore Time' schedule that was
# introduced by Telkom.
on (saturday..sunday) between (13:00..7:00) use (0.09,30)
on (monday..friday) between (19:00..07:59) use (0.09,30)
#on (monday..friday) between (19:00..23:59) use (0.09,30)

# This is used for the so called 'Normal Time' schedule
on (monday..friday) between (07:00..18:59) use (0.24,30)
################################################################
#
# This is a accounting set for Telkom South Africa
# Please note that the costs used are those corresponding to
# the '97/'98 directory and are based on local phone calls
# being made. Strictly speaking, the call charges are not 31c
# but 30,9c per unit. The odd cost is due to the inclusion
# of VAT. I've rounded it off to keep things simple.
#
# The postfix 'A'..'D' is related to the distance maps
# and will affect the duration of 1 call unit
#
# Distance Table
# Type	 Distance     Std Time   CallMore Time
# ----   --------     --------   -------------
#  A      0-50 km     180 sec    480 sec
#  B     >50-100 km     37,6     75,2
#  C     >100-200 km    18,8     45,2
#  D     >200 km        13,6     28,8
#
# South African residents, please note the following:
#  - Consult your local directory to determine which distance type
#    to use
#  - Most ISP providers in S.A. have pop's (point of pressence) in
#    the major cities, so it's very likely type A will be applicable
#  - If unsure, contact a local Telkom office in your area
#
# Any problems, please email me
# Regards
#
# Jacques Eloff,
# email: repstosd@global.co.za
#
################################################################