blob: 34d9aba6b9593ce8996c7bda80136257419b0fea (
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
|
################################################################
# This is the cost rule for local calls in Malaysia.
# This cost rule include Dial-Up charge from Telekom and
# Access charges from both Jaring or TMnet
#
# Paul Tan
# root@vicert.eu.org | petra@shellyeah.org
################################################################
################################################################
#
# NAME OF THE RULESET. This is NEEDED for accounting purposes.
#
################################################################
name=Malaysia_TelekomISP
################################################################
# currency settings
################################################################
currency_symbol=RM
currency_position=left
currency_digits=2
################################################################
# connection settings
################################################################
per_connection=0.025
minimum_costs=0.025
flat_init_costs=(0.025,60)
default=(0.025, 60)
|