diff options
Diffstat (limited to 'kppp/Rules/Yugoslavia')
-rw-r--r-- | kppp/Rules/Yugoslavia/041_1xx_xxx.rst | 64 | ||||
-rw-r--r-- | kppp/Rules/Yugoslavia/041_2xx_xxx.rst | 63 | ||||
-rw-r--r-- | kppp/Rules/Yugoslavia/041_3xx_xxx.rst | 63 | ||||
-rw-r--r-- | kppp/Rules/Yugoslavia/041_4xx_xxx.rst | 63 | ||||
-rw-r--r-- | kppp/Rules/Yugoslavia/041_5xx_xxx.rst | 63 | ||||
-rw-r--r-- | kppp/Rules/Yugoslavia/041_9xx_xxx.rst | 63 | ||||
-rw-r--r-- | kppp/Rules/Yugoslavia/III_zona-preko_200km.rst | 65 | ||||
-rw-r--r-- | kppp/Rules/Yugoslavia/II_zona-do_200km.rst | 65 | ||||
-rw-r--r-- | kppp/Rules/Yugoslavia/I_zona-ista_mreza.rst | 65 | ||||
-rw-r--r-- | kppp/Rules/Yugoslavia/Lokalni_poziv.rst | 80 | ||||
-rw-r--r-- | kppp/Rules/Yugoslavia/Makefile.am | 8 |
11 files changed, 662 insertions, 0 deletions
diff --git a/kppp/Rules/Yugoslavia/041_1xx_xxx.rst b/kppp/Rules/Yugoslavia/041_1xx_xxx.rst new file mode 100644 index 00000000..cf59c819 --- /dev/null +++ b/kppp/Rules/Yugoslavia/041_1xx_xxx.rst @@ -0,0 +1,64 @@ +################################################################ +# POSEBAN SAOBRACAJ +# Telefonski brojevi sa negeografskim kodom (041) +# sa prvom cifrom 9 (041 1xx xxx) tarifni interval je 1 sekunde +# u jakom i 2 sekunde u slabom saobraćaju +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=041_1xx_xxx.rst + +################################################################ +# currency settings +################################################################ + +currency_symbol=DIN +currency_position=right +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.0 +minimum_costs=0.0 + +# You pay .74 for the first 180 secons ( 3minutes) no matter +# whether you are connected for 1 second or 180 seconds. +# This rule will take priority during the first 180 seconds +# over any other rule, in particular the 'default' rule. +# have a look at costgraphs.gif in the docs directory +# of the kppp distribution for a graphic illustration. + +flat_init_costs=(0.3644,1) + +# This is the default rule which is used when no other rule +# applies. The first component "0.1" is the price of one +# "unit", while "72" is the duration in seconds. +# Therefore the following rule means: "Every 72 seconds 0.1 +# ATS are added to the bill" + +default=(0.3644, 1) + +# more complicated rules: + +# "on monday until sunday from 12:00 am until 11:59 pm the costs +# are 0.2 each 72 seconds" +# on () between () use (0.2, 2) + +on (monday..friday) between (0:00..7:00) use (0.3644, 2) +on (monday..friday) between (15:00..17:00) use (0.3644, 2) +on (monday..friday) between (21:00..23:59) use (0.3644, 2) +on (saturday) between (21:00..23:59) use (0.3644, 2) +on (sunday) between () use (0.3644, 2) + +# Praznici +# 1.1, 2.1 Nova Godina +# 7.1. Bozic +# 27.3. SRJ +# 28.4. Srbija +# 1.5, 2.5 Prvi Maj +#on (01/01, 02/01, 07/01, 27/03, 28/4, 01/05, 02/05) between () use (0.3644, 2) +on (01.01, 02.01, 07.01, 27.03, 28.4, 01.05, 02.05) between () use (0.3644, 2) diff --git a/kppp/Rules/Yugoslavia/041_2xx_xxx.rst b/kppp/Rules/Yugoslavia/041_2xx_xxx.rst new file mode 100644 index 00000000..8f70a537 --- /dev/null +++ b/kppp/Rules/Yugoslavia/041_2xx_xxx.rst @@ -0,0 +1,63 @@ +################################################################ +# POSEBAN SAOBRACAJ +# Telefonski brojevi sa negeografskim kodom (041) +# sa prvom cifrom 9 (041 2xx xxx) tarifni interval je 1 sekunde +# u jakom i 2 sekunde u slabom saobraćaju +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=041_2xx_xxx.rst + +################################################################ +# currency settings +################################################################ + +currency_symbol=DIN +currency_position=right +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.0 +minimum_costs=0.0 + +# You pay .74 for the first 180 secons ( 3minutes) no matter +# whether you are connected for 1 second or 180 seconds. +# This rule will take priority during the first 180 seconds +# over any other rule, in particular the 'default' rule. +# have a look at costgraphs.gif in the docs directory +# of the kppp distribution for a graphic illustration. + +flat_init_costs=(0.3644,1) + +# This is the default rule which is used when no other rule +# applies. The first component "0.1" is the price of one +# "unit", while "72" is the duration in seconds. +# Therefore the following rule means: "Every 72 seconds 0.1 +# ATS are added to the bill" + +default=(0.3644, 1) + +# more complicated rules: + +# "on monday until sunday from 12:00 am until 11:59 pm the costs +# are 0.2 each 72 seconds" +# on () between () use (0.2, 2) + +on (monday..friday) between (0:00..7:00) use (0.3644, 2) +on (monday..friday) between (15:00..17:00) use (0.3644, 2) +on (monday..friday) between (21:00..23:59) use (0.3644, 2) +on (saturday) between (21:00..23:59) use (0.3644, 2) +on (sunday) between () use (0.3644, 2) + +# Praznici +# 1.1, 2.1 Nova Godina +# 7.1. Bozic +# 27.3. SRJ +# 28.4. Srbija +# 1.5, 2.5 Prvi Maj +on (01.01, 02.01, 07.01, 27.03, 28.4, 01.05, 02.05) between () use (0.3644, 2) diff --git a/kppp/Rules/Yugoslavia/041_3xx_xxx.rst b/kppp/Rules/Yugoslavia/041_3xx_xxx.rst new file mode 100644 index 00000000..7b1d60c0 --- /dev/null +++ b/kppp/Rules/Yugoslavia/041_3xx_xxx.rst @@ -0,0 +1,63 @@ +################################################################ +# POSEBAN SAOBRACAJ +# Telefonski brojevi sa negeografskim kodom (041) +# sa prvom cifrom 9 (041 3xx xxx) tarifni interval je 2 sekunde +# u jakom i 4 sekunde u slabom saobraćaju +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=041_3xx_xxx.rst + +################################################################ +# currency settings +################################################################ + +currency_symbol=DIN +currency_position=right +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.0 +minimum_costs=0.0 + +# You pay .74 for the first 180 secons ( 3minutes) no matter +# whether you are connected for 1 second or 180 seconds. +# This rule will take priority during the first 180 seconds +# over any other rule, in particular the 'default' rule. +# have a look at costgraphs.gif in the docs directory +# of the kppp distribution for a graphic illustration. + +flat_init_costs=(0.3644,2) + +# This is the default rule which is used when no other rule +# applies. The first component "0.1" is the price of one +# "unit", while "72" is the duration in seconds. +# Therefore the following rule means: "Every 72 seconds 0.1 +# ATS are added to the bill" + +default=(0.3644, 2) + +# more complicated rules: + +# "on monday until sunday from 12:00 am until 11:59 pm the costs +# are 0.2 each 72 seconds" +# on () between () use (0.2, 2) + +on (monday..friday) between (0:00..7:00) use (0.3644, 4) +on (monday..friday) between (15:00..17:00) use (0.3644, 4) +on (monday..friday) between (21:00..23:59) use (0.3644, 4) +on (saturday) between (21:00..23:59) use (0.3644, 4) +on (sunday) between () use (0.3644, 4) + +# Praznici +# 1.1, 2.1 Nova Godina +# 7.1. Bozic +# 27.3. SRJ +# 28.4. Srbija +# 1.5, 2.5 Prvi Maj +on (01.01, 02.01, 07.01, 27.03, 28.4, 01.05, 02.05) between () use (0.3644, 4) diff --git a/kppp/Rules/Yugoslavia/041_4xx_xxx.rst b/kppp/Rules/Yugoslavia/041_4xx_xxx.rst new file mode 100644 index 00000000..0d776edc --- /dev/null +++ b/kppp/Rules/Yugoslavia/041_4xx_xxx.rst @@ -0,0 +1,63 @@ +################################################################ +# POSEBAN SAOBRACAJ +# Telefonski brojevi sa negeografskim kodom (041) +# sa prvom cifrom 9 (041 4xx xxx) tarifni interval je 3 sekunde +# u jakom i 6 sekundi u slabom saobraćaju +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=041_4xx_xxx.rst + +################################################################ +# currency settings +################################################################ + +currency_symbol=DIN +currency_position=right +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.0 +minimum_costs=0.0 + +# You pay .74 for the first 180 secons ( 3minutes) no matter +# whether you are connected for 1 second or 180 seconds. +# This rule will take priority during the first 180 seconds +# over any other rule, in particular the 'default' rule. +# have a look at costgraphs.gif in the docs directory +# of the kppp distribution for a graphic illustration. + +flat_init_costs=(0.3644,3) + +# This is the default rule which is used when no other rule +# applies. The first component "0.1" is the price of one +# "unit", while "72" is the duration in seconds. +# Therefore the following rule means: "Every 72 seconds 0.1 +# ATS are added to the bill" + +default=(0.3644, 3) + +# more complicated rules: + +# "on monday until sunday from 12:00 am until 11:59 pm the costs +# are 0.2 each 72 seconds" +# on () between () use (0.2, 2) + +on (monday..friday) between (0:00..7:00) use (0.3644, 6) +on (monday..friday) between (15:00..17:00) use (0.3644, 6) +on (monday..friday) between (21:00..23:59) use (0.3644, 6) +on (saturday) between (21:00..23:59) use (0.3644, 6) +on (sunday) between () use (0.3644, 6) + +# Praznici +# 1.1, 2.1 Nova Godina +# 7.1. Bozic +# 27.3. SRJ +# 28.4. Srbija +# 1.5, 2.5 Prvi Maj +on (01.01, 02.01, 07.01, 27.03, 28.4, 01.05, 02.05) between () use (0.3644, 6) diff --git a/kppp/Rules/Yugoslavia/041_5xx_xxx.rst b/kppp/Rules/Yugoslavia/041_5xx_xxx.rst new file mode 100644 index 00000000..180b38af --- /dev/null +++ b/kppp/Rules/Yugoslavia/041_5xx_xxx.rst @@ -0,0 +1,63 @@ +################################################################ +# POSEBAN SAOBRACAJ +# Telefonski brojevi sa negeografskim kodom (041) +# sa prvom cifrom 9 (041 5xx xxx) tarifni interval je 15 sekundi +# u jakom i 30 sekundi u slabom saobraćaju +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=041_5xx_xxx.rst + +################################################################ +# currency settings +################################################################ + +currency_symbol=DIN +currency_position=right +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.0 +minimum_costs=0.0 + +# You pay .74 for the first 180 secons ( 3minutes) no matter +# whether you are connected for 1 second or 180 seconds. +# This rule will take priority during the first 180 seconds +# over any other rule, in particular the 'default' rule. +# have a look at costgraphs.gif in the docs directory +# of the kppp distribution for a graphic illustration. + +flat_init_costs=(0.3644,15) + +# This is the default rule which is used when no other rule +# applies. The first component "0.1" is the price of one +# "unit", while "72" is the duration in seconds. +# Therefore the following rule means: "Every 72 seconds 0.1 +# ATS are added to the bill" + +default=(0.3644, 15) + +# more complicated rules: + +# "on monday until sunday from 12:00 am until 11:59 pm the costs +# are 0.2 each 72 seconds" +# on () between () use (0.2, 2) + +on (monday..friday) between (0:00..7:00) use (0.3644, 30) +on (monday..friday) between (15:00..17:00) use (0.3644, 30) +on (monday..friday) between (21:00..23:59) use (0.3644, 30) +on (saturday) between (21:00..23:59) use (0.3644, 30) +on (sunday) between () use (0.3644, 30) + +# Praznici +# 1.1, 2.1 Nova Godina +# 7.1. Bozic +# 27.3. SRJ +# 28.4. Srbija +# 1.5, 2.5 Prvi Maj +on (01.01, 02.01, 07.01, 27.03, 28.4, 01.05, 02.05) between () use (0.3644, 30) diff --git a/kppp/Rules/Yugoslavia/041_9xx_xxx.rst b/kppp/Rules/Yugoslavia/041_9xx_xxx.rst new file mode 100644 index 00000000..3ae93b40 --- /dev/null +++ b/kppp/Rules/Yugoslavia/041_9xx_xxx.rst @@ -0,0 +1,63 @@ +################################################################ +# POSEBAN SAOBRACAJ +# Telefonski brojevi sa negeografskim kodom (041) +# sa prvom cifrom 9 (041 9xx xxx) tarifni interval je 8 sekundi +# u jakom i 16 sekundi u slabom saobraćaju +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=041_9xx_xxx.rst + +################################################################ +# currency settings +################################################################ + +currency_symbol=DIN +currency_position=right +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.0 +minimum_costs=0.0 + +# You pay .74 for the first 180 secons ( 3minutes) no matter +# whether you are connected for 1 second or 180 seconds. +# This rule will take priority during the first 180 seconds +# over any other rule, in particular the 'default' rule. +# have a look at costgraphs.gif in the docs directory +# of the kppp distribution for a graphic illustration. + +flat_init_costs=(0.3644,8) + +# This is the default rule which is used when no other rule +# applies. The first component "0.1" is the price of one +# "unit", while "72" is the duration in seconds. +# Therefore the following rule means: "Every 72 seconds 0.1 +# ATS are added to the bill" + +default=(0.3644, 8) + +# more complicated rules: + +# "on monday until sunday from 12:00 am until 11:59 pm the costs +# are 0.2 each 72 seconds" +# on () between () use (0.2, 2) + +on (monday..friday) between (0:00..7:00) use (0.3644, 16) +on (monday..friday) between (15:00..17:00) use (0.3644, 16) +on (monday..friday) between (21:00..23:59) use (0.3644, 16) +on (saturday) between (21:00..23:59) use (0.3644, 16) +on (sunday) between () use (0.3644, 16) + +# Praznici +# 1.1, 2.1 Nova Godina +# 7.1. Bozic +# 27.3. SRJ +# 28.4. Srbija +# 1.5, 2.5 Prvi Maj +on (01.01, 02.01, 07.01, 27.03, 28.4, 01.05, 02.05) between () use (0.3644, 16) diff --git a/kppp/Rules/Yugoslavia/III_zona-preko_200km.rst b/kppp/Rules/Yugoslavia/III_zona-preko_200km.rst new file mode 100644 index 00000000..b6fb0edb --- /dev/null +++ b/kppp/Rules/Yugoslavia/III_zona-preko_200km.rst @@ -0,0 +1,65 @@ +################################################################ +# III ZONA +# Obuhvata telefonske razgovore između mrežnih grupa međusobn +# o udaljenih preko 200 km impulsni interval u jakom saobraćaju +# je 8 sekundi, a u slabom 16 sekundi +# Primer (za fizička lica): 1 minut u jakom saobraćaju: +# 7,5 impulsa x 0,3644 = 2,73 din +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=III_zona-preko_200km.rst + +################################################################ +# currency settings +################################################################ + +currency_symbol=DIN +currency_position=right +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.0 +minimum_costs=0.0 + +# You pay .74 for the first 180 secons ( 3minutes) no matter +# whether you are connected for 1 second or 180 seconds. +# This rule will take priority during the first 180 seconds +# over any other rule, in particular the 'default' rule. +# have a look at costgraphs.gif in the docs directory +# of the kppp distribution for a graphic illustration. + +flat_init_costs=(0.3644,8) + +# This is the default rule which is used when no other rule +# applies. The first component "0.1" is the price of one +# "unit", while "72" is the duration in seconds. +# Therefore the following rule means: "Every 72 seconds 0.1 +# ATS are added to the bill" + +default=(0.3644, 8) + +# more complicated rules: + +# "on monday until sunday from 12:00 am until 11:59 pm the costs +# are 0.2 each 72 seconds" +#on () between () use (0.2, 2) + +on (monday..friday) between (0:00..7:00) use (0.3644, 16) +on (monday..friday) between (15:00..17:00) use (0.3644, 16) +on (monday..friday) between (21:00..23:59) use (0.3644, 16) +on (saturday) between (21:00..23:59) use (0.3644, 16) +on (sunday) between () use (0.3644, 16) + +# Praznici +# 1.1, 2.1 Nova Godina +# 7.1. Bozic +# 27.3. SRJ +# 28.4. Srbija +# 1.5, 2.5 Prvi Maj +on (01.01, 02.01, 07.01, 27.03, 28.4, 01.05, 02.05) between () use (0.3644, 16) diff --git a/kppp/Rules/Yugoslavia/II_zona-do_200km.rst b/kppp/Rules/Yugoslavia/II_zona-do_200km.rst new file mode 100644 index 00000000..37f97ffe --- /dev/null +++ b/kppp/Rules/Yugoslavia/II_zona-do_200km.rst @@ -0,0 +1,65 @@ +################################################################ +# II ZONA +# Obuhvata telefonske razgovore između mrežnih grupa međusobno +# udaljenih do 200 km impulsni interval u jakom saobraćaju je +# 15 sekundi, a u slabom 15 sekundi. +# Primer (za fizička lica): 1 minut u jakom saobraćaju: +# 4 impulsa x 0,3644 = 1,46 din +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=II_zona-do_200km.rst + +################################################################ +# currency settings +################################################################ + +currency_symbol=DIN +currency_position=right +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.0 +minimum_costs=0.0 + +# You pay .74 for the first 180 secons ( 3minutes) no matter +# whether you are connected for 1 second or 180 seconds. +# This rule will take priority during the first 180 seconds +# over any other rule, in particular the 'default' rule. +# have a look at costgraphs.gif in the docs directory +# of the kppp distribution for a graphic illustration. + +flat_init_costs=(0.3644,15) + +# This is the default rule which is used when no other rule +# applies. The first component "0.1" is the price of one +# "unit", while "72" is the duration in seconds. +# Therefore the following rule means: "Every 72 seconds 0.1 +# ATS are added to the bill" + +default=(0.3644, 15) + +# more complicated rules: + +# "on monday until sunday from 12:00 am until 11:59 pm the costs +# are 0.2 each 72 seconds" +#on () between () use (0.2, 2) + +on (monday..friday) between (0:00..7:00) use (0.3644, 30) +on (monday..friday) between (15:00..17:00) use (0.3644, 30) +on (monday..friday) between (21:00..23:59) use (0.3644, 30) +on (saturday) between (21:00..23:59) use (0.3644, 30) +on (sunday) between () use (0.3644, 30) + +# Praznici +# 1.1, 2.1 Nova Godina +# 7.1. Bozic +# 27.3. SRJ +# 28.4. Srbija +# 1.5, 2.5 Prvi Maj +on (01.01, 02.01, 07.01, 27.03, 28.4, 01.05, 02.05) between () use (0.3644, 30) diff --git a/kppp/Rules/Yugoslavia/I_zona-ista_mreza.rst b/kppp/Rules/Yugoslavia/I_zona-ista_mreza.rst new file mode 100644 index 00000000..cbb5e268 --- /dev/null +++ b/kppp/Rules/Yugoslavia/I_zona-ista_mreza.rst @@ -0,0 +1,65 @@ +################################################################ +# I ZONA +# Obuhvata telefonske razgovore u okviru iste mrežne grupe +# impulsni interval u jakom saobraćaju je 30 sekundi, a u +# slabom 60 sekundi. +# Primer (za fizička lica): 1 minut u jakom saobraćaju: 2 impulsa +# x 0,3644 = 0,73 din +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=I_zona-ista_mreza.rst + +################################################################ +# currency settings +################################################################ + +currency_symbol=DIN +currency_position=right +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.0 +minimum_costs=0.0 + +# You pay .74 for the first 180 secons ( 3minutes) no matter +# whether you are connected for 1 second or 180 seconds. +# This rule will take priority during the first 180 seconds +# over any other rule, in particular the 'default' rule. +# have a look at costgraphs.gif in the docs directory +# of the kppp distribution for a graphic illustration. + +flat_init_costs=(0.3644,30) + +# This is the default rule which is used when no other rule +# applies. The first component "0.1" is the price of one +# "unit", while "72" is the duration in seconds. +# Therefore the following rule means: "Every 72 seconds 0.1 +# ATS are added to the bill" + +default=(0.3644, 30) + +# more complicated rules: + +# "on monday until sunday from 12:00 am until 11:59 pm the costs +# are 0.2 each 72 seconds" +#on () between () use (0.2, 2) + +on (monday..friday) between (0:00..7:00) use (0.3644, 60) +on (monday..friday) between (15:00..17:00) use (0.3644, 60) +on (monday..friday) between (21:00..23:59) use (0.3644, 60) +on (saturday) between (21:00..23:59) use (0.3644, 60) +on (sunday) between () use (0.3644, 60) + +# Praznici +# 1.1, 2.1 Nova Godina +# 7.1. Bozic +# 27.3. SRJ +# 28.4. Srbija +# 1.5, 2.5 Prvi Maj +on (01.01, 02.01, 07.01, 27.03, 28.4, 01.05, 02.05) between () use (0.3644, 60) diff --git a/kppp/Rules/Yugoslavia/Lokalni_poziv.rst b/kppp/Rules/Yugoslavia/Lokalni_poziv.rst new file mode 100644 index 00000000..858fd25c --- /dev/null +++ b/kppp/Rules/Yugoslavia/Lokalni_poziv.rst @@ -0,0 +1,80 @@ +################################################################ +# LOKALNI SAOBRACAJ +# Obuhvata razgovore obavljene u okviru mesne mreže. +# Ovi razgovori tarifiraju se impulsnim intervalom od 2 minuta +# u jakom saobraćaju i impulsnim intervalom od 4 minuta u period +# u slabog saobraćaja. +# +# JAK SAOBRACAJ +# Podrazumeva razgovore obavljene u vremenskom periodu +# od 07-15 h i od 17-21 h +# +# SLAB SAOBRACAJ +# * Podrazumeva razgovore obavljene u vremenskom periodu od +# 15-17 h i od 21-07 h narednog dana +# * Razgovore obavljene vikendom: +# od subote u 21 h do ponedeljka do 07 h +# * Razgovore obavljene u dane državnih praznika +# +# CENA IMPULSA +# za fizička lica iznosi 0,3644 din +# za pravna lica iznosi 0,6023 din. +# +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=Lokalni_poziv.rst + +################################################################ +# currency settings +################################################################ + +currency_symbol=DIN +currency_position=right +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.0 +minimum_costs=0.0 + +# You pay .74 for the first 180 secons ( 3minutes) no matter +# whether you are connected for 1 second or 180 seconds. +# This rule will take priority during the first 180 seconds +# over any other rule, in particular the 'default' rule. +# have a look at costgraphs.gif in the docs directory +# of the kppp distribution for a graphic illustration. + +flat_init_costs=(0.3644,120) + +# This is the default rule which is used when no other rule +# applies. The first component "0.1" is the price of one +# "unit", while "72" is the duration in seconds. +# Therefore the following rule means: "Every 72 seconds 0.1 +# ATS are added to the bill" + +default=(0.3644, 120) + +# more complicated rules: + +# "on monday until sunday from 12:00 am until 11:59 pm the costs +# are 0.2 each 72 seconds" +#on () between () use (0.2, 2) + +on (monday..friday) between (0:00..7:00) use (0.3644, 240) +on (monday..friday) between (15:00..16:17) use (0.3644, 240) +on (monday..friday) between (21:00..23:59) use (0.3644, 240) +on (saturday) between (21:00..23:59) use (0.3644, 240) +on (sunday) between () use (0.3644, 240) + +# Praznici +# 1.1, 2.1 Nova Godina +# 7.1. Bozic +# 27.3. SRJ +# 28.4. Srbija +# 1.5, 2.5 Prvi Maj +on (01.01, 02.01, 07.01, 27.03, 28.4, 01.05, 02.05) between () use (0.3644, 240) diff --git a/kppp/Rules/Yugoslavia/Makefile.am b/kppp/Rules/Yugoslavia/Makefile.am new file mode 100644 index 00000000..26f103fd --- /dev/null +++ b/kppp/Rules/Yugoslavia/Makefile.am @@ -0,0 +1,8 @@ +pkg_DATA = 041_1xx_xxx.rst 041_5xx_xxx.rst II_zona-do_200km.rst \ + 041_2xx_xxx.rst 041_9xx_xxx.rst I_zona-ista_mreza.rst \ + 041_3xx_xxx.rst Lokalni_poziv.rst 041_4xx_xxx.rst \ + III_zona-preko_200km.rst + +pkgdir = $(kde_datadir)/kppp/Rules/Yugoslavia + +EXTRA_DIST = $(pkg_DATA) |