blob: d29aaccf526689c027ba610614012336ad32bc59 (
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
|
### INFO #########################################################
# COUNTRY : Denmark
# ISP : WorldOnline
# PRODUCT : World Access (Analog)
# CURRENCY : DKR
# PHONENO : 1049 3883 3883
# AUTHOR : Peter Thorsager <thorsager@post.tele.dk>
# SOURCE : http://www.worldonline.dk/home_nyeminutpriser.html
#
# Since the ISP market changes fast these rates may be outdated
# May be distributed freely. I take no responsibility for
# the correctness of the information in this file.
##################################################################
name=DK_WORLDONLINE_ANALOG
currency_symbol=kr
currency_position=right
currency_digits=2
### RATES ########################################################
# Date: February 21st - 2000
# Initial expense: 0.15 DKR
# Minimum expense: 0.00 DKR
# Additional timeexpense (25sec) = 0.055kr (max)
#
# Peak hours: 0.22 DKR/min ( 06:00-18:59 on weekdays )
# Off-peak hours: 0.11 DKR/min ( 19:00-23:59 on weekdays,
# 06:00-23:59 on Saturdays and Sundays )
# Night rates: 0.06 DKR/min ( 00:00-05:59 all days )
# Time rebate: all rates are reduced to 50% after 1 hour
#
### NOTES ########################################################
# No special rates for national holidays!
#
### REBATES ######################################################
# (not included in cost-calculations!)
# Volume Rebate: 250-500 DKR = 5%
# +500 DKR = 10%
# Students: Members of World Student Club receives a 10%
# discount on all minute rates
##################################################################
# INITIAL EXPENSE
per_connection=0.15
minimum_costs=0.055
# OFF-PEAK and OFFPEAK +1 hour
default=(0.001833, 1)
default=(0.000917, 1, 3600)
# PEAK and PEAK +1 hour
on (monday..friday) between (6:00..18:59) use (0.003667, 1)
on (monday..friday) between (6:00..18:59) use (0.003667, 1, 3600)
# NIGHT and NIGHT +1 hour
on (monday..sunday) between (00:00..05:59) use (0.001000, 1)
on (monday..sunday) between (00:00..05:59) use (0.000500, 1, 3600)
|