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