Make sample config files more uniform in terms of line order.

Differences due to missing country specific files and other things remain.
This commit is contained in:
tobiasb 2004-10-27 23:12:31 +00:00
parent 580de3e59a
commit cf386fe3f0
2 changed files with 12 additions and 7 deletions

View File

@ -22,12 +22,12 @@ CHARGEMAX = 50.00
CURRENCY = 0.062,EUR
COUNTRYFILE = /usr/lib/isdn/country.dat
DESTFILE= /usr/lib/isdn/dest.cdb
RATECONF= /etc/isdn/rate.conf
# replace the xx in the next 3 lines with your country's letters!
RATEFILE= /usr/lib/isdn/rate-xx.dat
HOLIDAYS= /usr/lib/isdn/holiday-xx.dat
ZONEFILE= /usr/lib/isdn/zone-xx-%s.cdb
DESTFILE= /usr/lib/isdn/dest.cdb
# providerselect
VBN = 10 # change this, depends on your country

View File

@ -1,4 +1,7 @@
# /etc/isdn/isdn.conf V. 1.0 Norwegian, rufsen@nuts.edu
# copy this file to /etc/isdn/isdn.conf and edit
#
# More information: /usr/doc/packages/i4l/isdnlog/README
[GLOBAL]
COUNTRYPREFIX = +
@ -9,19 +12,26 @@ AREACODE = 0
[VARIABLES]
[ISDNLOG]
LOGFILE = /var/log/isdn.log
ILABEL = %b %e %T %ICall to tei %t from %N2 on %n2 on B%B
OLABEL = %b %e %T %Itei %t calling %N2 with %n2 from B%B
REPFMTWWW = "%X %D %17.17H %T %-17.17F %-20.20l SI: %S %9u %U %I %O"
REPFMTSHORT = "%X%D %8.8H %T %-14.14F%U%I %O"
REPFMTNIO = " %X %D %16.16H %T %-25.25F %U"
REPFMT = " %X %D %16.16H %T %-16.16F %7u %U %I %O"
CHARGEMAX = 200.00
CALLFMT = %b %e %T %N7 %N3 %N4 %N5 %N6
CHARGEMAX = 200.00
# Although no AOCD is used by Telenor and Tele2, this CURRENCY puts NOK
# in /var/log/isdn.log and makes isdnrep think in NOK:
CURRENCY = 0.22,NOK
COUNTRYFILE=/usr/lib/isdn/country.dat
RATECONF= /etc/isdn/rate.conf
RATEFILE = /usr/lib/isdn/rate-no.dat
HOLIDAYS = /usr/lib/isdn/holiday-no.dat
DESTFILE= /usr/lib/isdn/dest.cdb
# How to select provider:
# edit /etc/isdn/rate.conf
@ -30,9 +40,4 @@ PRESELECTED=1
VBNLEN=2
CALLFILE = /var/log/caller.log
LOGFILE = /var/log/isdn.log
HOLIDAYS = /usr/lib/isdn/holiday-no.dat
RATEFILE = /usr/lib/isdn/rate-no.dat
COUNTRYFILE=/usr/lib/isdn/country.dat
DESTFILE= /usr/lib/isdn/dest.cdb