summaryrefslogtreecommitdiffstats
path: root/kppp/Rules/Australia/STD_Zone_1_-_25-50_kms.rst
blob: fa86cd666bf76b420d923a499ae396ba9cca4be2 (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 1 - Telstra
#
# created by Collin Baillie (gvlink@tropinet.com) 16 June 1999
#
################################################################
name=STD_(25-50km)
currency_symbol=$
currency_position=left
currency_digits=2

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

per_connection=0.15
default=(0.09, 60)

# more complicated rules:
#
on (monday..friday) between (07:00..12:59) use (0.09, 60)
on (monday..friday) between (13:00..18:59) use (0.08, 60)
on (monday..friday) between (19:00..06:59) use (0.05, 60)
on (saturday..sunday) between () use (0.05, 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.