diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kppp/Rules/Yugoslavia/I_zona-ista_mreza.rst | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kppp/Rules/Yugoslavia/I_zona-ista_mreza.rst')
-rw-r--r-- | kppp/Rules/Yugoslavia/I_zona-ista_mreza.rst | 65 |
1 files changed, 65 insertions, 0 deletions
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) |