summaryrefslogtreecommitdiffstats
path: root/kppp/Rules/Australia/STD_Zone_2_-_50-85_kms.rst
blob: 79906110c7ae31114888aa2bc4237174b860476c (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
################################################################
#
# Australian STD Zone 2 - Telstra
#
# created by Collin Baillie (gvlink@tropinet.com) 16 June 1999
#
################################################################
name=STD_(50-85)
currency_symbol=$
currency_position=left
currency_digits=2

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

per_connection=0.15
default=(0.18, 60)

# more complicated rules:
#
on (monday..friday) between (07:00..12:59) use (0.18, 60)
on (monday..friday) between (13:00..18:59) use (0.16, 60)
on (monday..friday) between (19:00..06:59) use (0.09, 60)
on (saturday..sunday) between () use (0.09, 60)

# NOTE: The Australian carrier Telstra, actually has a special tarrif during
# weekdays (Monday - Friday), from 7pm - 12 midnight, during which the normal
# tarrif applies up to, but not exceeding $3.00. This feature doesn't seem
# to be implimented with kppp yet.