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/Malaysia/malaysia.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/Malaysia/malaysia.rst')
-rw-r--r-- | kppp/Rules/Malaysia/malaysia.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kppp/Rules/Malaysia/malaysia.rst b/kppp/Rules/Malaysia/malaysia.rst new file mode 100644 index 00000000..bf07b894 --- /dev/null +++ b/kppp/Rules/Malaysia/malaysia.rst @@ -0,0 +1,38 @@ +################################################################ +# This is the cost rule for local calls in Malaysia, if you +# using Telekom, TMnet or Jaring as of 03/01/98. +# This cost rule include only Dial-Up charge from Telekom and +# not Access charges from both Jaring or TMnet +# Acess : RM0.01 per minute (from TMnet and Jaring) +# Dial-up : RM0.015 per minute (from Telekom) +# Total : RM0.025 per minute +# Or in other words the cost rule only calculate phone bill ! +# +# Choong Hong Cheng +################################################################ + + +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=Malaysia_Telekom + +################################################################ +# currency settings +################################################################ + +currency_symbol=RM +currency_position=left +currency_digits=2 + +################################################################ +# connection settings +################################################################ + +per_connection=0.015 +minimum_costs=0.015 +flat_init_costs=(0.015,60) +default=(0.015, 60) |