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
|
################################################################
# "MTU-Intel" (Russia, Moscow) rate ruleset
# Created by "Alex A. Puchkov" <[email protected]>
#
# Code page of this file is KOI8-R
# Date: 03.08.2001, Version 0.1b
################################################################
#
# Disclaimer/��������
# ���� ����� ������� �� ������� �� (c) Mario Weilguni <[email protected]>,
# � ����� ����������� �������� ����� �������, ������� ����� ����� � ����������
# "/usr/share/apps/kppp/Rules"
# �� ������������� �� ��� �� ��������, ��� � ����� kppp.
# ������������ �������� �� �������������.
#
# ����������: ���� �� ���������� ������ ��� ����������,
# ��� �� ������ ������ ���� ��������� - ������ ��� ��
# ���������� ���� e-mail ������.
#
################################################################
################################################################
# �������� ������. ��� ����� ��� ����� (accounting purposes).
################################################################
name=MTU_INTEL_standart
################################################################
# ��������� ����������
################################################################
# ������� ����� �� ������������� ������ � �������� �� �������� ���-�����
# ����������� ������ �.������, �������� ���� 995-55-55/56, 721-33-11 � ������
# ������� �����, ��������� � 9:30 �� 20:00 �����. 0,75 �.�./���
# �������� �����, ��������� � 20:00 �� 02:00 �����. 0,90 �.�./���
# ������ �����, ��������� � 02:00 �� 09:30 �����. 0,35 �.�./���
# ���� �� ��������� ������ 30 ������, �� �� �� ������� ������ :-)
flat_init_costs=(0.0, 30)
# ������� �����, ��������� � 9:30 �� 20:00 �����. - 0,75 $/���
# ��� ������� �� ���������, � � ������ ������ ��� ��������:
# "������ 30 ������ 0.00625 ������������ � ����� (������� ����� - 0,75 $ � ���)"
default=(0.00625, 30)
# �������� �����, ��������� � 20:00 �� 02:00 �����. - 0,90 $/���
# "������ ���� ������ � 20:00 �� 01:59 ����� 0.0075 ������ 30 ������"
on () between (20:00..01:59) use (0.0075, 30)
# ������ �����, ��������� � 02:00 �� 09:30 �����. - 0,35 $/���
# "������ ���� ������ � 02:00 �� 09:29 ����� 0.0029166 ������ 30 ������"
on () between (02:00..09:29) use (0.0029166, 30)
|