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 --- .../United_Kingdom/BritishTelecom_Regional.rst | 109 +++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 kppp/Rules/United_Kingdom/BritishTelecom_Regional.rst (limited to 'kppp/Rules/United_Kingdom/BritishTelecom_Regional.rst') diff --git a/kppp/Rules/United_Kingdom/BritishTelecom_Regional.rst b/kppp/Rules/United_Kingdom/BritishTelecom_Regional.rst new file mode 100644 index 00000000..6d6ed5f9 --- /dev/null +++ b/kppp/Rules/United_Kingdom/BritishTelecom_Regional.rst @@ -0,0 +1,109 @@ +################################################################ +# +# 27 Oct 1997 (Valid until who knows?) +# +# I TAKE NO RESPONSIBILITY FOR THE VALIDITY AND ACCURACY OF +# THIS INFORMATION, IF YOU ARE SO CONCERNED PLEASE CONTACT +# YOUR OWN TELEPHONE PROVIDER AND CONFIGURE THIS YOURSELF. +# AND DO NOT USE THIS FILE. +# +# +# Darryl L Miles +# +# +# Under 35 miles (approx) +# British_BritishTelecom_Regional +################################################################ + + +################################################################ +# +# NAME OF THE RULESET. This is NEEDED for accounting purposes. +# +################################################################ +name=British_BritishTelecom_Regional + + +################################################################ +# currency settings +################################################################ + +# 1 pound sterling = 100 pence sterling +# 1 pence sterling is our lowest unit of coinage, but +# I suspect telephone companys may remember the +# fractions of pence for billing. +# +# Our monetry format: +# +# e.g. £1.57 = 1 pound and 57 pence. +# e.g. 157p = 1 pund and 57 pence. +# +# defines UKP (PoundSterling) to be used as currency +# symbol (not absolutely needed, default = "$") +currency_symbol=£ + +# Define the position of the currency symbol. +# (not absolutely needed, default is "right") +currency_position=left + +# Define the number of significat 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. If you don't have to +# pay per-connection, use "0" here or comment it out. +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 +# They quote 5p _*inclusive*_ of VAT (Value Added Tax, whose +# current rate is 17.5%). All other charges are exclusive +# of VAT. +minimum_costs=0.04256 + +# This is the default rule which is used when no other rule +# applies. The first component "0.08" is the price of one +# "unit", while "60" is the duration in seconds. +# Therefore the following rule means: "Every 60 seconds 0.08 +# PoundsSterling are added to the bill" +# +# I've simply taken the worst case price for this, peak time +# calls. Just in case I miss a period of time out. +default=(0.08, 60) + +################################################################ +# charge bands +################################################################ + +# We are actually charged to the second, but I don't really +# need the PPP program to be so accurate myself (all that +# CPU power working out costs, when it can be browsing the +# Web, ho ho ho :-). To the nearest 10 (or so) seconds is +# fine for me. + +# Charge: 8p/min (peak time) +# Min Charge: 4.256p/call +# Unit Time: per second +# +on (monday..friday) between (8:00..17:59) use (0.016, 12) + +# Change: 4p/min (off-peak time) +# Min Charge: 4.256p/call +# Unit Time: per second +# +on (monday..friday) between (18:00..7:59) use (0.008, 12) + +# Charge: 3.3p/min (weekend rate) +# Min Charge: 4.256p/call +# Unit Time: per second +# +on (saturday..sunday) between () use (0.0055, 10) -- cgit v1.2.1