diff options
Diffstat (limited to 'kppp/Rules/Belgium/Belgium_internet_frank.rst')
-rw-r--r-- | kppp/Rules/Belgium/Belgium_internet_frank.rst | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/kppp/Rules/Belgium/Belgium_internet_frank.rst b/kppp/Rules/Belgium/Belgium_internet_frank.rst new file mode 100644 index 00000000..e8a5ed56 --- /dev/null +++ b/kppp/Rules/Belgium/Belgium_internet_frank.rst @@ -0,0 +1,74 @@ +########################################################################## +# Ruleset file for the Belgium Internet calls from Belgacom +# Thers rules apply on on may 23 2001 +# +# Rules: +# - Peak hours: 08:00 -> 18:00. +# - Off-peak : the rest + national holidays. +# - Entry costs are 2 BEF = 0.0496 EUR +# - Off-Peak: 40BEF/hour = 0.67 BEF/min = 0.0166 EUR +# - Peak: 100BEF/hour= 1.67 BEF/min = 0.0414 EUR +# +# +# (after the summer of 2003 this addres might have expired, try one of the +# following: [email protected] or [email protected]) +######################################################################### +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +name=Belgium_internet_frank + +################################################################ +# currency settings +################################################################ + +# define BEF (Begische Frank) to be used as currency +# you should use the EURO version of this file, since the Frank won't last +# much longer :-) +currency_symbol=BEF + +# Position of the currency symbol, default is "right". +currency_position=right + +# Define the number of significant digits. +# (not absolutely needed, default is "2" +currency_digits=3 + +################################################################ +# 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=2 + + +# Minimum costs per connection. If the costs of a phone +# call are less than this value, this value is used instead +minimum_costs=0.0 + +# Let's take the off-peak hour rate as the default. +default=(0.67,60) + + +# Peak hours. +on (monday..friday) between (08:00..18:00) use (1.67,60) + +# Holidays (mm/dd) in '98 have the off-peak rate. +on (01/01, easter, easter+1, 05/01, easter+39, easter+49, easter+50,07/21,08/15, 11/01, 11/11, 12/25) between () use (0.67,60) +# +# 01/01 Nieuwjaar ;Jour de l'An +# easter Pasen ;P�ques +# easter+1 Paasmaandag ;Lundi de P�ques +# 05/01 Feest van de arbeid ;F�te du Travail +# easter+39 O.H.-Hemelvaart ;Ascension +# easter+49 Pinksteren ;Pentec�te +# easter+50 Pinkstermaandag ;Lundi de Pentec�te +# 07/21 Nationale Feestdag ;F�te Nationale +# 08/15 O.L.V.-Hemelvaart ;Assomption +# 11/01 Allerheiligen ;Toussaint +# 11/11 Wapenstilstand 1918 ;Armistice +# 12/25 Kerstmis ;NoEl |