summaryrefslogtreecommitdiffstats
path: root/kppp/Rules/India/BSNL_Local.rst
blob: 1f6008a3dbd836d4ea8cb7738e9f2a9525acf700 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#####################################################################
#
# This is the latest rule set for Bharat Sanchar Nigam Limited, 
# It works arround 50 k.m. from any major cities in India.
# This rule set is for M-Call to Internet Service Provider,
# (numbers dialing with the 17XXXX format).   
# This revised tariff is applicable from 1st May 2003.
# This is based on the BSNL Alternate packages and is applicable
# to all the subcatogaries in this package scheme. 
#
# Name  : Thomas Mathew
# email : thomasmathewk@netscape.net
#
#
# NOTE: THIS IS MADE UNDER THE LATEST INDIAN TELECOM TARIFF.
# I AM NOT RESPONSIBLE FOR ANY DAMAGE DUE TO USE OF THIS RULE SET. 
# 
#
# Thanks, Bernd Wuebben
# wuebben@math.cornell.edu / wuebben@kde.org
#####################################################################


#####################################################################
#
# BSNL_local.rst Applicable only arround 50 k.m of any major 
# cities in India.  Numbers dialing with 17XXXX format without 
# any prefix.
#
# Salient features of Revised Telecom Tariff.
# Local call charging 1 unit per 3 minutes during peak hours.
# Peak hours - 06:30AM to 10:30PM.
# Local call charging 1 unit per 10 minutes during Off peak hours.
# Off peak hours - 10:30PM to 06:30AM.
# Off peak rates are applicable for 24 hrs. on National Holidays 
# & Sundays.
# Unit of call charge Rs.1.20 per unit
#####################################################################
name=default

#####################################################################
# Rs.1.00= Paise100
#####################################################################

# defines Rs. (Indian Rupee) to be used as currency
# symbol (default = "$")
currency_symbol=Rs.

# Define the position of the currency symbol.
# (not absolutely needed, default is "right")
currency_position=left

# 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. If you don't have to
# pay per-connection, use "0" here or comment it out.
per_connection=0.0


# minimum costs per connection. If the costs of a phone
# call are less than this value, this value is used instead
minimum_costs=1.20


# You pay 1.20 for the first 180 seconds ( 3 minutes) no matter
# whether you are connected for 1 second or 180 seconds.
# This rule will take priority during the first 180 seconds
# over any other rule, in particular the 'default' rule.
# have a look at costgraphs.gif in the docs directory
# of the kppp distribution for a graphic illustration.
# flat_init_costs=(1.20, 180)

# This is the default rule which is used when no other rule
# applies. The first component "1.20" is the price of one
# "unit", while "180" is the duration in seconds.
# Therefore the following rule means: "Every 180 seconds 1.20 
# Rs. are added to the bill"
# default=(1.20, 180)

#
# more complicated rules:
#

# On peak hours from 06:30AM until 10:30PM the costs
# are 1.20 each 180 seconds.
on (monday..sunday) between (06:30..22:30) use (1.20, 180)
# On Off peak hours from 10:30PM until 06:30AM the costs
# are 1.20 each 600 seconds.
on (monday..sunday) between (22:30..06:30) use (1.20, 600)
# On all the Sundays and the three National Holidays 
# viz. Republic Day (Jan 26th), Independance Day (Aug 15th) 
# and Mahatma Gandhi's Birthday (Oct 2nd)the costs 
# are 1.20 each 600 seconds.
on (sunday, 1/26, 8/15, 10/2) between () use (1.20,600)
#
# NOTE: This rule set is applicable only if your system date and 
# time are correct to your local settings.
# End of Rules.
# Updates to this rule set and suggessions are most welcome.
#####################################################################