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
|
################################################################
# $Id$
# $Source$
#
# RULES FOR KPPP WITH SLOVENIAN PHONE NETWORK 0889 (ISP PROVIDERS).
#
# 2002-02-02:
# Updated by roman.maurer@amis.net,
# based on data provided by Primoz Hrvatin.
#
# 2000-09-25:
# Prepared by Ales.Kosir@hermes.si,
# based on data, provided by Srdjan Cvjetovic.
#
# Calls from stationary phone network to the ISP numbers 0889:
#
################################################################
name=omrezje-0889.rst
################################################################
# currency settings
################################################################
currency_symbol=SIT
currency_position=right
currency_digits=2
################################################################
# connection settings
################################################################
per_connection=0.0
minimum_costs=2.52
# same as above. You must use 24 hour notation, or the accounting
# will not work correctly. (Example: write 15:00 for 3 pm)
on (monday..saturday) between (0:00..6:59) use (1.26, 60)
on (monday..saturday) between (7:00..18:59) use (2.52, 60)
on (monday..saturday) between (19:00..23:59) use (1.26, 60)
on (sunday) between () use (1.26, 60)
# Drzavni prazniki:
# 1.1., 2.1 - Novo leto
# 8.2. - Slovenski kulturni praznik
# Easter - Velika noc
# Easter Monday - Velikonocni ponedeljek
# 27.4. - Dan upora proti okupatorju
# 1.5.,2.5. - Praznik dela
# - Binkosti
# 25.6. - Dan drzavnosti
# 15.8. - Marijino vnebovzetje
# 31.10. - Dan reformacije
# 1.11. - Dan spomina na mrtve
# 25.12. - Bozic
# 26.12. - Dan samostojnosti
on (01/01, 01/02, 02/08, easter, easter+1, 04/26, 05/01, 05/02, easter+50, 06/25, 08/15, 10/31, 11/01, 12/25, 12/26) between () use (1.26, 60)
|