~neon/kdenetwork/trunk

« back to all changes in this revision

Viewing changes to kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst

  • Committer: uwolfer
  • Date: 2013-06-08 10:12:41 UTC
  • Revision ID: svn-v4:283d02a7-25f6-0310-bc7c-ecb5cbfe19da:trunk/KDE/kdenetwork:1357331
kdenetwork has moved to Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
################################################################
2
 
# This is the rule set for Indonesia local calls,
3
 
# including tax, according to Petunjuk Telepon Bandung
4
 
# Juni 1998-1999
5
 
# by Priyadi Iman Nurcahyo <priyadi@priyadi.ml.org>
6
 
################################################################
7
 
 
8
 
 
9
 
################################################################
10
 
#
11
 
# NAME OF THE RULESET. This is NEEDED for accounting purposes.
12
 
#
13
 
################################################################
14
 
name=Lokal-1-metropolitan
15
 
 
16
 
################################################################
17
 
# currency settings
18
 
################################################################
19
 
 
20
 
# defines IDR (Indonesian Rupiah) to be used as currency
21
 
currency_symbol=IDR
22
 
 
23
 
# Define the position of the currency symbol.
24
 
currency_position=right 
25
 
 
26
 
# Define the number of significat digits.
27
 
# (not absolutely needed, default is "2"
28
 
currency_digits=0
29
 
 
30
 
 
31
 
 
32
 
################################################################
33
 
# connection settings
34
 
################################################################
35
 
 
36
 
# NOTE: rules are applied from top to bottom - the
37
 
#       LAST matching rule is the one used for the
38
 
#       cost computations.
39
 
 
40
 
 
41
 
# minimum costs per per connection. If the costs of a phone
42
 
# call are less than this value, this value is used instead
43
 
minimum_costs=160
44
 
 
45
 
 
46
 
# This is the default rule which is used when no other rule
47
 
# applies. The first component "160" is the price of one
48
 
# "unit", while "120" is the duration in seconds.
49
 
# Therefore the following rule means: "Every 120 seconds 160 
50
 
# IDR are added to the bill"
51
 
default=(160, 120)
52
 
 
53
 
#
54
 
# more complicated rules:
55
 
#
56
 
 
57
 
on () between (00:00..08:59) use (160, 180)
58
 
on () between (09:00..14:59) use (160, 120)
59
 
on () between (15:00..23:59) use (160, 180)
60