blob: a8d4e5be9c8b3bb6335c5b1f0fb1ece948ca9407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
################################################################
#
# Disclaimer/License
# This rule file ist (c) by Ingolf Jandt <i.jandt@web.de>
#
# Redistribute it; change it according to your needs.
#
################################################################
#
# 2,5 Pfennige ganztags sind heute Standard für byCall-
# Verbindungen in Deutschland. Darum dieser Rule-Datei.
#
################################################################
################################################################
#
# NAME OF THE RULESET.
#
################################################################
name=2,5 Pf ganztags, 1-s-Takt
################################################################
# currency settings
################################################################
# currency symbol (default is "$")
currency_symbol=DM
# currency position (default is "right")
currency_position=right
# Define the number of significant 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 charged whenever you connect.
# Uncomment it if needed.
# per_connection=0.0
# Minimum costs per per connection. If the costs of a phone
# call are less than this value, this value is used instead
minimum_costs=0.01
# The first minute is always fully billed.
# This rule will take priority during the first 60 seconds
# over any other rule, in particular the 'default' rule.
# flat_init_costs=(0.025,60)
# This is the default rule which is used when no other rule
# applies. The following rule means: "Every 1 seconds 0.025 / 60
# DM are added to the bill"
default=(0.000416667, 1)
|