You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kppp/Rules/Greece/Hellas_EPAK_Zone1_in_euro.rst

57 lines
2.1 KiB

################################################################
# NOTES:
# These rules were made at May 25th, 2001
# These rules are valid since March, 2001
# You can check for changes in prices at http://www.ote.gr/
# These rules apply to you if you are accessing an ISP using an EPAK or PEAK
# number (0965-) in a city that is up to 45 km from your own, or in the same perfecture.
# The costs for an EPAK Zone 1 long distance phone-call are:
# prices are in euro, with the convention 10,5 drs = 0.03084 euro
# 1 Unit (0.03084) every 1 minute (60secs).
# Exception1: 22:00 - 08:00 :1 Unit every 630 sec.
# mail d.kamenopoulos@mail.ntua.gr for comments.
################################################################
# NAME OF THE RULESET. This is NEEDED for accounting purposes.
################################################################
name=Hellas_EPAK_Zone1_in_euro.rts
################################################################
# currency settings
################################################################
# defines DRS (Hellenic draxmi) to be used as currency
# symbol (not absolutely needed, default = "$")
currency_symbol=euro
# Define the position of the currency symbol.
# (not absolutely needed, default is "right")
currency_position=right
# Define the number of significat digits.
# (not absolutely needed, default is "2"
currency_digits=2
################################################################
# connection settings
################################################################
# NOTE: rules are applied from top to bottom - the
# LAST matching rule is the one used for the
# cost computations.
# This is the default rule which is used when no other rule
# applies. The first component "10.5" is the price of one
# "unit", while "60" is the duration in seconds.
# Therefore the following rule means: "Every 60 seconds 0.03084
# euro are added to the bill"
default=(0.03084, 60)
#
# more complicated rules:
#
# "on monday until sunday from 22:00 until 08:00 the costs
# are 0.03084 drs each 630 seconds"
on (monday..sunday) between (22:00..08:00) use (0.03084, 630)