isdn4k-utils/isdnlog
akool 183a21701f isdnlog-4.09
- NEW: 01078:3U and 010050:Drillisch foreign countries
  - isdnlog/isdnrep/isdnrep.c ... moved hist, provider ok again
  - isdnlog/isdnrep/CHANGES.isdnrep ... NEW (old changes)
  - isdnlog/isdnlog/isdnlog.8.in ... addded signals
  - isdnlog/README ... upd. core (SIGSEGV), files
2000-02-07 20:32:38 +00:00
..
client kisdnlog is ready for isdnlog 3.x and kde 1.1.1 1999-05-23 14:33:58 +00:00
connect isdnrep: -fixed wrong provider report 1998-09-22 20:58:41 +00:00
contrib Problem with access of this file. 1997-03-17 19:20:12 +00:00
install isdnlog-3.45 1999-08-20 19:27:15 +00:00
isdnconf isdnlog-3.57 1999-10-25 18:30:03 +00:00
isdnlog isdnlog-4.09 2000-02-07 20:32:38 +00:00
isdnrep isdnlog-4.09 2000-02-07 20:32:38 +00:00
samples isdnlog-4.07 2000-02-02 22:43:08 +00:00
tools isdnlog-4.08 2000-02-03 18:24:49 +00:00
.Config.in isdnlog-4.04 2000-01-23 22:31:13 +00:00
.country-alias isdnlog-3.80 1999-12-19 20:24:44 +00:00
BUGS isdnlog Version 3.24 1999-05-04 19:32:01 +00:00
COPYING Added files in isdnlog 1997-03-03 04:37:31 +00:00
CREDITS isdnlog-4.00 (Millenium-Edition) 1999-12-31 13:57:16 +00:00
FAQ Added files in isdnlog 1997-03-03 04:37:31 +00:00
Isdn Added files in isdnlog 1997-03-03 04:37:31 +00:00
Makefile isdnrep completed. 1997-03-24 22:51:59 +00:00
Makefile.in isdnlog-4.09 2000-02-07 20:32:38 +00:00
NEWS isdnlog-3.67 1999-11-16 18:09:36 +00:00
README.Distributor isdnlog-3.58 1999-10-26 18:17:11 +00:00
README.Internationalization isdnlog-3.58 1999-10-26 18:17:11 +00:00
TODO more zone files 1999-06-11 15:48:11 +00:00
aclocal.m4 isdnlog-4.00 (Millenium-Edition) 1999-12-31 13:57:16 +00:00
configure isdnlog-4.07 2000-02-02 22:43:08 +00:00
configure.in isdnlog-4.04 2000-01-23 22:31:13 +00:00
country-de.dat isdnlog-4.09 2000-02-07 20:32:38 +00:00
holiday-at.dat cosmetics 1999-09-20 18:42:29 +00:00
holiday-ch.dat cosmetics 1999-09-20 18:42:29 +00:00
holiday-de.dat cosmetics 1999-09-20 18:42:29 +00:00
holiday-lu.dat isdnlog-4.04 2000-01-23 22:31:13 +00:00
holiday-nl.dat cosmetics 1999-09-20 18:42:29 +00:00
install-sh Make isdnlog configurable. 1997-03-23 19:22:32 +00:00
policy.h.in - new 01805 tarif of DTAG 1999-03-07 18:18:21 +00:00
rate-at.dat - isdnlog/tools/holiday.c ... returns ERVERYDAY for '*' 2000-01-12 23:22:50 +00:00
rate-de.dat isdnlog-4.09 2000-02-07 20:32:38 +00:00
rate-lu.dat isdnlog-4.04 2000-01-23 22:31:13 +00:00
rate-nl.dat updated to 1999/06/17 status 1999-06-17 16:58:47 +00:00

README.Internationalization

  README for Internationalization of Isdnlog
  ------------------------------------------

  Some remarks for building isdnlog for different countries.

  Isdnlog contains till now some country specific code, which makes it
  difficult, to build a version of isdnlog for countries not listed in
  make config.

  There are mainly three areas, where adaption could and will be necessary:

  1) The ISDN protocol itself
  2) Decoding telephonnnumbers for alternate telephon providers
  3) Datafiles

  ad 1)
  The problem is, that in the ISDN-protocol there are some country specifc
  variations, which are by now handled by preprocessor defines in code itself.
  An isdnlog binary built for Germany or Austria might run in other
  countrys too, but is not guaranteed to.
  If you have troubles with isdnlog itself please contact
  Andreas Kool <akool@isdn4linux.de>.

  ad 2)
  Isdnlog since version 3.57 has 3 new options for configuration in
  /etc/isdn/isdn.conf.

  These are
     VBN   .... Alternate provider prefix
     VBNLEN ... Number of digits following VBN
     PRESELECTED ... Default provider number

  s. isdnlog/samples/isdn.conf.* for examples

  e.g. in Austria VBN=10, VBNLEN=2
  The telephon number 1002012345 is decoded a 1002 1 2345, a call with provider
  #2 (UTA) to city Vienna (1) and local numbe i.e MSN 2345

  We are in a process of concentrating this country specifc stuff in the
  module tools/telnum.c.
  If you have some adaption for it please let me know.

  ad 3)
  Isdnlog and the accompanying utils isdnrate and isdnrep rely on
  datafiles, which are by now built during the make-run for the selected
  country from make config => Options for isdnlog
  (s. tools/zone/Makefile.in and tools/dest/Makefile.in for details).

  As of this writing versions for DE, AT and NL are ready.

  To build datafiles for a country not handled by now, please follow
  these steps:

  Isdnlog /-rep /-rate use mainly these datafiles:

    rate-CC.dat ... telephonrates per provider / zone / daytime
    zone-CC-PPP.gdbm ... zone files per provider PPP
    holiday-CC.dat ... exactly what it sounds like
    dest.gdbm ... international destinations

  where CC is your (ISO) countrycode, also known as TLD (Top Level Domain).

  3a) rate-CC.dat

    This file holds telephonrates per provider / zone / daytime.

    man 5 rate-files

    should give you the necessary information to build a rate file.
    It might be also helpful to look at e.g. rate-at.dat for a working
    version.
    Since isdnlog 3.57 the raw rate files (with explicit country names)
    have to be preprocessed with the utility dest/pp_rate, where the
    country names are replaced by their ISO-codes.
    s. tools/Makefile target AT: for an example.

  3b) zone-CC-PPP.gdbm

    These files hold information about domestic zones. This is a list
    of from-to-zone entries for all possible domestic destinations.
    If your telephon provider charges the same amount despite of
    source and destination of call, you don't need this.
    s. tools/zone/zoneutils.html and CC subdirs below zone for more
    information.
    You might ask your telephon provider to give you a file about how
    much is the charge for a telephon call from each x to each y.
    In Austria a small Perl script "asked" a web page of the provider
    for this info.
    s. also zone/Makefile.in for building the zone database.

  3c) holiday-CC.dat
    Just make a copy of an existing file and edit it.

  3d) dest.gdbm
    The destination database is built from the following textfiles:
    - country-de.dat ... International telephonnumbers mainly of countries
                         with german and english country names
    - cities.dat ... international cities
    - code-CC.dat or zone/CC/code ... domestic city names with telephon numbers

   For the beginning you can use the standard dest.gdbm. If you want to have
   your city names instead of numbers only in the log-files, you can add
   your city codes to the database.
   s. dest/Makefile.in and dest/makedest for usage.

   IF you have datafiles ready for different countries, please let me know.


   And finally, this whole process is handled by various make files,
   which are built depending on information taken from idsnlog/.Config.in.


  -lt-
  Leopold Toetsch <lt@toetsch.at>	26.10.1999