From bcb704366cb5e333a626c18c308c7e0448a8e69f Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: 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 --- kppp/Rules/SouthAfrica/Makefile.am | 5 ++ kppp/Rules/SouthAfrica/South_Africa_local.rst | 73 ++++++++++++++++++++++ .../SouthAfrica/South_Africa_long_distance.rst | 73 ++++++++++++++++++++++ 3 files changed, 151 insertions(+) create mode 100644 kppp/Rules/SouthAfrica/Makefile.am create mode 100644 kppp/Rules/SouthAfrica/South_Africa_local.rst create mode 100644 kppp/Rules/SouthAfrica/South_Africa_long_distance.rst (limited to 'kppp/Rules/SouthAfrica') diff --git a/kppp/Rules/SouthAfrica/Makefile.am b/kppp/Rules/SouthAfrica/Makefile.am new file mode 100644 index 00000000..473e703f --- /dev/null +++ b/kppp/Rules/SouthAfrica/Makefile.am @@ -0,0 +1,5 @@ +pkg_DATA = South_Africa_local.rst South_Africa_long_distance.rst + +pkgdir = $(kde_datadir)/kppp/Rules/South_Africa + +EXTRA_DIST = $(pkg_DATA) diff --git a/kppp/Rules/SouthAfrica/South_Africa_local.rst b/kppp/Rules/SouthAfrica/South_Africa_local.rst new file mode 100644 index 00000000..7df20914 --- /dev/null +++ b/kppp/Rules/SouthAfrica/South_Africa_local.rst @@ -0,0 +1,73 @@ +################################################################ +# +# This is an accounting set for Telkom South Africa +# Please note that the costs used are those corresponding to +# the 2003/2004 directory and are based on local phone calls +# being made. All calls are charged per second. +# Callmore time is implemented in this rule set. +# Call rates may change and I hold no responsibility for improper +# use of this rule set. +# +# This rule set was last updated: 29 September 2003 +# by Males Tomlinson +# Distance:________________Local Call (0-50km) +# Charges: Standard time:__0,37c per/min +# Callmore time:__0,14c per/min +# Minimum call charges:____55c +# +# +# - If unsure, contact your Internet service provider to +# determain your call distance and Telkom SA for up to date +# charge rates. +# +################################################################ + +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=South_African_Local_Call_0-50km + +################################################################ +# currency settings +################################################################ + +# Currency symbol R ('Rand') eg, R 1.20 would imply 1 Rand and 20 cents +currency_symbol=R +currency_position=left +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. If you don't have to +# pay per-connection, use "0" here or comment it out. +per_connection=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.55 + +#flat_init_costs=(0) +#default=(0) + +# +# more complicated rules: +# + +# This is used for the so called 'CallMore Time' schedule that was +# introduced by Telkom.(R0,0024 every second) +# +on (saturday..sunday) between (0:00..23:59) use (0.0024,1) +on (monday..friday) between (0:00..06:59) use (0.0024,1) +on (monday..friday) between (19:00..23:59) use (0.0024,1) + +# This is used for the so called 'Normal Time' schedule +# (R0,0062 every second) +on (monday..friday) between (07:00..18:59) use (0.0062,1) diff --git a/kppp/Rules/SouthAfrica/South_Africa_long_distance.rst b/kppp/Rules/SouthAfrica/South_Africa_long_distance.rst new file mode 100644 index 00000000..657708e2 --- /dev/null +++ b/kppp/Rules/SouthAfrica/South_Africa_long_distance.rst @@ -0,0 +1,73 @@ +################################################################ +# +# This is an accounting set for Telkom South Africa +# Please note that the costs used are those corresponding to +# the 2003 directory and are based on long distance phone calls +# being made. All calls are charged per second. +# Callmore time is implemented in this rule set. +# Call rates may change and I hold no responsibility for improper +# use of this rule set. +# +# This rule set was last updated: 26 September 2003 +# by Males Tomlinson +# Distance:________________Long distance Call +50km +# Charges: Standard time:__99c per/min +# Callmore time:__50c per/min +# Minimum call charges:____99c +# +# +# - If unsure, contact your Internet service provider to +# determain your call distance and Telkom SA for up to date +# charge rates. +# +################################################################ + +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=South_Africa_Long_distance_50km_plus + +################################################################ +# currency settings +################################################################ + +# Currency symbol R ('Rand') eg, R 1.20 would imply 1 Rand and 20 cents +currency_symbol=R +currency_position=left +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. If you don't have to +# pay per-connection, use "0" here or comment it out. +per_connection=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.99 + +#flat_init_costs=(0) +#default=(0) + +# +# more complicated rules: +# + +# This is used for the so called 'CallMore Time' schedule that was +# introduced by Telkom.(R0,0084 every second) +# +on (saturday..sunday) between (0:00..23:59) use (0.0084,1) +on (monday..friday) between (0:00..06:59) use (0.0084,1) +on (monday..friday) between (19:00..23:59) use (0.0084,1) + +# This is used for the so called 'Normal Time' schedule +# (R0,0165 every second) +on (monday..friday) between (07:00..18:59) use (0.0165,1) -- cgit v1.2.1