40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
#---------------------------------------------------------------------------
|
|
#
|
|
# i4b - PTA Telekom charging rates config file
|
|
# --------------------------------------------
|
|
#
|
|
# $Id: isdnd.rates.A,v 1.2 1999/12/13 21:25:24 hm Exp $
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# last edit-date: [Mon Dec 13 21:42:02 1999]
|
|
#
|
|
# -mr updated to reflect last Telekom changes as of 1.9.99
|
|
#
|
|
#---------------------------------------------------------------------------
|
|
#
|
|
# reference: http://www.pta.at/
|
|
#
|
|
#---------------------------------------------------------------------------
|
|
#
|
|
# Syntax:
|
|
# -------
|
|
# rate-code: ra0 = Online Tarif
|
|
# Day-No: 0-6, where 0 = Sunday, 1 = Monday, etc.
|
|
# Rate: start_hour.minutes-end_hour.minutes:period in seconds
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
#
|
|
#=================== Online ==================================
|
|
#
|
|
#rate-code Day rate1 rate2 rate3
|
|
#--------- --- --------------- --------------- ---------------
|
|
ra0 0 00.00-24.00:360
|
|
ra0 1 00.00-08.00:360 08.00-18.00:120 18.00-24.00:360
|
|
ra0 2 00.00-08.00:360 08.00-18.00:120 18.00-24.00:360
|
|
ra0 3 00.00-08.00:360 08.00-18.00:120 18.00-24.00:360
|
|
ra0 4 00.00-08.00:360 08.00-18.00:120 18.00-24.00:360
|
|
ra0 5 00.00-08.00:360 08.00-18.00:120 18.00-24.00:360
|
|
ra0 6 00.00-24.00:360
|
|
#================== EOF ======================================
|