Commit Graph

618 Commits

Author SHA1 Message Date
paul 0713f2419e Updated to the current needs of isdnlog 2000-09-08 08:55:51 +00:00
paul 0cf484103a Enhanced explanation of ignoreCOLP. 2000-09-07 07:24:37 +00:00
paul 3d81e8c202 runtime selection of country behaviour; version 4.42 2000-09-05 17:27:36 +00:00
paul f016eff63c 1.15 was 1.12 with my patches! So changes from 1.13 and 1.14 were lost.
Now put back.
2000-09-05 10:53:20 +00:00
leo 35d962696b Changed rates 2000-09-05 10:51:21 +00:00
paul f17c3ba564 Now isdnlog doesn't use any more ISDN_XX defines to determine the way it works.
It now uses the value of "COUNTRYCODE = 999" to determine the country, and sets
a variable mycountrynum to that value. That is then used in the code to set the
way isdnlog works.
It works for me, please check it! No configure.in / doc changes yet until
it has been checked to work.
So finally a version of isdnlog that can be compiled and distributed
internationally.
2000-09-05 08:05:02 +00:00
paul b3de8b8703 Some spelling changes 2000-09-04 15:07:04 +00:00
paul 7ec0ee03c0 More renaming of country-de.dat to country.dat .
makedest needs to be changed some more when country-de.dat is renamed in CVS.
2000-09-01 12:35:43 +00:00
paul 5e65c31f95 Now install country-de.dat as country.dat; renaming the source can be done by
someone who is more experienced with CVS.
Default value for country.dat changed in isdnconf.c; also default zonefile
etc. changed from .gdbm to .cdb
2000-09-01 06:30:20 +00:00
akool 4248d1db7a isdnlog-4.41
- fix a fix within Change_Channel()

 - isdnlog/tools/dest/CDB_File_Dump.pm ... fixed bug with duplicates like _DEMD2

   After installing this, please rebuild dest.cdb by:
   $ cd isdnlog/tools/dest
   $ rm dest.cdb
   $ make alldata
   $ su -c "cp ./dest.cdb /usr/lib/isdn"

 - isdnlog/isdnlog/processor.c ... fixed warning
2000-08-27 15:18:19 +00:00
paul d21da19e16 changed *.gdbm to *.cdb; one or two small english changes. 2000-08-22 14:33:03 +00:00
paul 1ff673c3b2 Added rule to make CH zone db;
changed call to mkzonedb to read stdin, and pipe "bzip2 -dc" output into it
so that the input file is not decompressed and recompressed all the time.
2000-08-22 14:14:15 +00:00
akool d68eb932aa isdnlog-4.40
- README: explain possibility to open the "outfile=" in Append-Mode with "+"
 - Fixed 2 typos in isdnlog/tools/zone/de - many thanks to
     Tobias Becker <tobias@talypso.de>
 - detect interface (via IIOCNETGPN) _before_ setting CHARGEINT/HUPTIMEOUT
 - isdnlog/isdnlog/processor.c ... fixed wrong init of IIOCNETGPNavailable
 - isdnlog/isdnrep/isdnrep.c ... new option -S summary
 - isdnlog/isdnrep/rep_main.c
 - isdnlog/isdnrep/isdnrep.1.in
 - isdnlog/tools/NEWS
 - isdnlog/tools/cdb/debian ... (NEW dir) copyright and such from orig
 - new "rate-de.dat" from sourceforge (hi and welcome: Who is "roro"?)
2000-08-17 21:34:42 +00:00
akool 6e40d6c3eb isdnlog-4.40
- isdnlog/tools/cdb/debian ... (NEW dir) copyright and such from orig
2000-08-17 21:31:43 +00:00
paul 751e83711d Cannot use {x,y} expansion when SHELL=/bin/sh (that is a bash/csh extension) 2000-08-16 08:21:34 +00:00
paul d177c2fe01 Cannot use {x,y} expansion when SHELL=/bin/sh (that is a bash/csh extension) 2000-08-16 08:01:40 +00:00
paul 199c9e1000 use $(MODULE) in rule for compilation, not $? as $? lists only those
prerequisites newer than the target. If only the CBD library is newer,
the .o file was not used, and the lib was given twice! (already explicitly)
2000-08-16 07:47:16 +00:00
paul 7abb9dbfa8 Don't "rm configure" with distclean target, this isn't usual for distclean
(maybe only for maintclean; and there is no rule to create configure from
configure.in).
2000-08-15 15:16:23 +00:00
akool 9078e7744c isdnlog-4.39
- fixed 2 segfaults in processor.c
 - replaced non-GPL "cdb" with "freecdb_0.61.tar.gz"
2000-08-14 18:41:42 +00:00
akool 622be2a3bc Re-added "cdb", now GPL'ed "freecdb_0.61.tar.gz" 2000-08-14 18:37:50 +00:00
akool 61101037dc non-GPL "cdb" totally removed 2000-08-14 18:32:49 +00:00
akool 79607ee6e2 isdnlog-4.38
- isdnlog now uses ioctl(IIOCNETGPN) to associate phone numbers, interfaces
   and slots in "/dev/isdninfo".
   This requires a Linux-Kernel 2.2.12 or better.
   Support for older Kernel's are implemented.
   If IIOCNETGPN is available, the entries "INTERFACE = xxx" in
   "/etc/isdn/isdn.conf" are obsolete.
 - added 01013:Tele2 totally Freecall on 12. and 13. August 2000
 - resolved *any* warning's from "rate-de.dat" (once more ...)
 - Patch from oliver@escape.de (Oliver Wellnitz) against
 	 "Ziffernwahl verschluckt Nummern"

   **Please "make clean" before using this version of isdnlog!!**
2000-08-06 13:06:52 +00:00
paul 065232018a distclean now also depends on dataclean 2000-08-04 11:09:26 +00:00
paul 83c7ddd7bf Also remove *.gdbm in distclean target 2000-08-04 11:08:26 +00:00
akool ac6b9f39f9 isdnlog-4.37
- removed "09978 Schoenthal Oberpfalz" from "zone-de.dtag.cdb". Entry was
  totally buggy.

- isdnlog/isdnlog/processor.c ... added err msg for failing IIOCGETCPS

- isdnlog/tools/cdb       ... (NEW DIR) cdb Constant Data Base
- isdnlog/Makefile.in     ... cdb Constant Data Base
- isdnlog/configure{,.in}
- isdnlog/policy.h.in
- isdnlog/FAQ                 sic!
- isdnlog/NEWS
- isdnlog/README
- isdnlog/tools/NEWS
- isdnlog/tools/dest.c
- isdnlog/tools/isdnrate.man
- isdnlog/tools/zone/Makefile.in
- isdnlog/tools/zone/configure{,.in}
- isdnlog/tools/zone/config.h.in
- isdnlog/tools/zone/common.h
- isdnlog/tools/dest/Makefile.in
- isdnlog/tools/dest/configure{,.in}
- isdnlog/tools/dest/makedest
- isdnlog/tools/dest/CDB_File_Dump.{pm,3pm} ... (NEW) writes cdb dump files
- isdnlog/tools/dest/mcdb ... (NEW) convert testdest dumps to cdb dumps

- isdnlog/tools/Makefile ... clean:-target fixed
- isdnlog/tools/telnum{.c,.h} ... TELNUM.vbn was not always initialized
- isdnlog/tools/rate.c ... fixed bug with R:tag and isdnlog not always
                           calculating correct rates (isdnrate worked)

 s. isdnlog/tools/NEWS on details for using cdb. and
    isdnlog/README 20.a Datenbanken for a note about databases (in German).

 As this is the first version with cdb and a major patch there could be
 still some problems. If you find something let me know. <lt@toetsch.at>
2000-08-01 20:31:28 +00:00
akool d0c29ac4c5 isdnlog-4.36
- added new provider 01017.com
 - removed too long CbC-entries in "samples/isdn.conf.de"
2000-07-24 17:02:56 +00:00
akool dd241b9971 isdnlog-4.35
- isdnlog/aclocal.m4 ... postgre95 in mysql, thx Daniel Pluta
 - isdnlog/configure  ... -""-
 - country-de.dat enhanced
 - new provider One.Tel added (starts next week)
2000-07-21 18:46:24 +00:00
akool 4ab12ed6bc isdnlog-4.34
- since around Linux-2.2.16 signals are *not* reset to their default
    behavior when raised :-( (bug or feature?).
  - isdnlog/rate-pl.dat ... changes from Karsten Voss <vossdoku@gmx.net>
  - populated "samples/isdn.conf.de" with all german Internet-by-Call numbers
2000-07-19 19:41:32 +00:00
akool 9ecf54dd74 isdnlog-4.33
- isdnlog/tools/rate.c ... Bug fixed
  - isdnlog/isdnlog/isdnlog.c ... check for callfmt
  - "rate-de.dat" corrected (duplicates removed)
2000-07-18 22:26:02 +00:00
akool 5f7bb9c08a isdnlog-4.32
- added new Prefixes 0160 (D1) and 0162 (D2) to "country-de.dat"
 - corrected all german mobil phone numbers (many thank's to
   Tobias Becker <i4l-projects@talypso.de> for the tool "fix_rates.pl")
 - isdnlog/tools/rate.c ... New R:-tag
 - isdnlog/tools/isdnrate.c ... print warnings from getRate if verbose
 - isdnlog/tools/rate-files.man ... New R:-tag
 - isdnlog/tools/NEWS ... New R:-tag
 - isdnlog/README ... New R:-tag
 - isdnlog/samples/rtest.dat ... example rate-file for testing R:
2000-07-17 16:34:20 +00:00
akool e7a9703a26 isdnlog-4.31
- isdnlog/rate-pl.dat ... changed charges
 - isdnlog/tools/zone/lu/code	... NEW please check this - thx
2000-07-16 00:46:00 +00:00
akool 533ad83094 isdnlog-4.30
- isdnlog/tools/rate-at.c ... 1001 onlinetarif
 - isdnlog/rate-at.dat ... 1001 onlinetarif
 - isdnlog $ILABEL / $OLABEL may now contain "\t" (Tab)
 - isdnlog/isdnlog/processor.c ... clearchan .pay = -1
 - added
    - freenet PowerTarif
    - DTAG flatrate
      if you really want to use a flatrate please start isdnlog with the
      Option "-h86399 -I86399" to hangup after 23 hour's 59 seconds ;-)

    - new Provider 01094:Startec, 010012:11883 Telecom, 010021:FITphone
2000-07-07 19:38:29 +00:00
akool 1c0a68c4e8 - Ported "imontty", "isdnctrl", "isdnlog", "xmonisdn" and "hisaxctrl" to
Linux-2.4 "devfs" ("/dev/isdnctrl" -> "/dev/isdn/isdnctrl")
2000-06-29 17:38:26 +00:00
keil b6f97b1c3a parameter in (...) are allways converted into int
newer gcc give an error using char here
2000-06-22 16:08:24 +00:00
akool 27d6330cfc isdnlog-4.29
- better ASN.1 display
 - many new rates
 - new Option "isdnlog -Q" dump's "/etc/isdn/isdn.conf" into a SQL database
2000-06-20 17:09:58 +00:00
paul 696ea59ab5 Latest changes from G.A.deVree@ITS.TUDelft.NL. Since today, the cost of a
call to a GSM cellphone depends on which provider the cellphone works with!
2000-06-15 13:51:54 +00:00
akool 0f4d0246ac isdnlog-4.28
- isdnlog/tools/rate.c ... patch by Hans Klein, unknown provider
 - fixed RR on HFC-cards
2000-06-02 12:14:26 +00:00
akool ab8a44f8b8 isdnlog-4.26
- isdnlog support for Switzerland added
   *MANY* thanks to gandalf <gandalf@szene.ch>
2000-05-27 22:27:59 +00:00
akool 4872cb2193 isdnlog-4.26
- isdnlog support for Switzerland added
   *MANY* thanks to gandalf <gandalf@szene.ch>
2000-05-27 22:13:05 +00:00
akool e099e96e6c Corrected "README" 2000-05-27 18:41:24 +00:00
akool 9c77494383 merged my "rate-de.dat" with sourceforge's version 2000-05-27 18:15:30 +00:00
akool 8ef5161430 isdnlog-4.25
- isdnlog/isdnrep/isdnrep.c ... bugfix for wrong providers and duration
                                 by Hans Klein on d.a.c.i

 - isdnlog/tools/rate-at.c ... 1046 Neu, 1002 ab 1.6., 1024
 - isdnlog/rate-at.dat ... 1046 Neu, 1002 ab 1.6., 1024
 - new rates 01078:3U and 01024:Super_24
2000-05-27 14:55:29 +00:00
akool 6b0f22efcb isdnlog-4.24
- isdnlog/tools/rate.c ... bugfix for eXceptions w/o z-entry
2000-05-16 16:24:02 +00:00
akool 1a9f4f084f - isdnlog/tools/rate-at.c ... 1001, 1012 2000-05-15 19:00:19 +00:00
akool 18eaf3a12d isdnlog-4.22
- isdnlog/country-de.dat  ... Patch from Andreas Barth
 - isdnlog/rate-at.dat  ... 1001, 1012
 - isdnlog/tools/rate.c ... 1001, 1012

 - rate-de.dat : added "CompuServeOffice"
2000-05-13 14:22:15 +00:00
akool 650532ed65 isdnlog-4.21
- isdnlog/tools/rate.{c,h} ...     new X:tag for exclusions
 - isdnlog/tools/telnum.c ... 	    new X:tag for exclusions
 - isdnlog/tools/rate-files.man ... -"-
 - isdnlog/tools/NEWS ... 	    -"-
 - isdnlog/README ... 		    -"-
 - new rates
2000-05-07 11:29:31 +00:00
akool 66df7ffa43 - changed isdn4k-utils version to 3.1beta8
- new "rate-de.dat"
2000-05-03 19:50:01 +00:00
akool 522f199c55 isdnlog-4.20
- isdnlog/tools/rate-at.c ... patch for max (new rates)
 - isdnlog/rate-at.dat  ... max new rates
 - isdnlog/country-de.dat ... _TRMF, some duplicate N entries
 - isdnlog/tools/NEWS ... hint for rebuilding dest.gdbm

 => ** Please rebuild the destination database! **
2000-04-30 17:31:24 +00:00
paul 39ee6c034b added some cellphone entries 2000-04-27 17:04:15 +00:00
paul 42f3c586f0 Some errors in last update removed (double N: lines) 2000-04-27 17:03:44 +00:00
paul 1e46f385b3 +3161 added, some other updates 2000-04-27 17:02:35 +00:00
akool ae477adbce isdnlog-4.19
isdnlog/isdnlog/processor.c ... abclcr (-d0) turn off
  isdnlog/tools/dest.c ... isKey
2000-04-25 20:12:20 +00:00
paul 75e2e5804e Added some more cellphone codes 2000-04-19 13:30:07 +00:00
paul 384f9e5981 Corrected english names (why is this file called "-de" ?) 2000-04-19 13:29:31 +00:00
paul 1f9d06b6a7 Changes to work with new rate-nl.dat from
Gerralt de Vree <G.A.deVree@ITS.TUDelft.NL>
2000-04-19 12:36:02 +00:00
paul 98e4497d0b Completely reworked version,
made by Gerralt de Vree <G.A.deVree@ITS.TUDelft.NL>
2000-04-19 12:28:58 +00:00
paul 36863bdf32 Patch from Leopold Toetsch for problems with some dutch virtual areacodes. 2000-04-19 12:18:00 +00:00
paul 058a2a332b Fix for $5, $7, $8, $9, $10, always having same value as $11 2000-04-13 15:44:20 +00:00
paul f596e0c87c Prevent "ls: zone-nl-*.db: No such file or directory" error during make install 2000-04-13 11:02:17 +00:00
akool 758d301a6a isdnlog-4.18
- isdnlog/isdnlog/isdnlog.8.in  ... documented hup3
 - isdnlog/tools/dest.c ... _DEMD1 not recogniced as key
 - mySQL Server version 3.22.27 support
 - new rates
2000-04-02 17:35:06 +00:00
akool 8901434440 isdnlog-4.17
- new rates
 - Provider 01080:Telegate aus "samples/rate.conf.de" entfernt, Dienst wurde
   eingestellt
 - isdnlog/tools/tools.c  ... fixed sarea ($17, $18)
2000-03-19 20:26:56 +00:00
akool 8ba8191721 isdnlog-4.16
- isdnlog/samples/isdn.conf.no ... changed VBN
 - isdnlog/isdnlog/isdnlog.c .. ciInterval
 - isdnlog/isdnlog/processor.c .. ciInterval
 - isdnlog/tools/tools.h .. ciInterval, abclcr conf option
 - isdnlog/tools/isdnconf.c .. ciInterval, abclcr conf option
 - isdnlog/tools/isdnrate.c .. removed a warning
 - isdnlog/NEWS ... updated
 - isdnlog/README ... updated
 - isdnlog/isdnlog/isdnlog.8.in ... updated
 - isdnlog/isdnlog/isdnlog.5.in ... updated
 - isdnlog/samples/provider ... NEW

   ==> Please run a make clean, and be sure to read isdnlog/NEWS for changes
   ==> and new features.
2000-03-09 18:50:01 +00:00
akool 11138f6e0d isdnlog-4.15
- isdnlog/tools/tools.h ... moved one_call, sum_calls to isdnrep.h
    ==> DO A 'make clean' PLEASE
  - isdnlog/tools/telnum.c ... fixed a small typo
  - isdnlog/isdnrep/rep_main.c ... incl. dest.h
  - isdnlog/isdnrep/isdnrep.c ... fixed %l, %L
  - isdnlog/isdnrep/isdnrep.h ... struct one_call, sum_calls are now here

  Support for Norway added. Many thanks to Tore Ferner <torfer@pvv.org>
    - isdnlog/rate-no.dat  ... NEW
    - isdnlog/holiday-no.dat  ... NEW
    - isdnlog/samples/isdn.conf.no ... NEW
    - isdnlog/samples/rate.conf.no ... NEW
2000-03-06 07:03:19 +00:00
akool 273fa5cae2 isdnlog-4.14
- Patch from Roland Rosenfeld <roland@spinnaker.de> fix for isdnrep
  - isdnlog/tools/rate.c ... epnum
  - isdnlog/tools/rate-at.c ... new rates
  - isdnlog/rate-at.dat
  - isdnlog/tools/rate-files.man ... %.3f
  - doc/Configure.help ... unknown cc
  - isdnlog/configure.in ... unknown cc
  - isdnlog/.Config.in ... unknown cc
  - isdnlog/Makefile.in ... unknown cc
  - isdnlog/tools/dest/Makefile.in ... LANG => DEST_LANG
  - isdnlog/samples/rate.conf.pl ... NEW
  - isdnlog/samples/isdn.conf.pl ... NEW
  - isdnlog/rate-pl.dat ... NEW
  - isdnlog/tools/isdnrate.c ... fixed -P pid_dir, restarts on HUP now
  - isdnlog/tools/isdnrate.man ... SIGHUP documented
2000-02-28 19:53:54 +00:00
akool ac979a67ad isdnlog-4.13
- isdnlog/tools/rate-at.c ... chg. 1003
 - isdnlog/tools/country.c ... no dupl. area warning
 - isdnlog/rate-at.dat ... chg. 1003
 - isdnlog/tools/dest/pp_rate ... added 'q'
 - isdnlog/country-de.dat ... splitted _INM*

 - isdnlog/tools/rate.c ... getSpecial, vbn2prefix fixed, include
 - isdnlog/tools/dest/pp_rate ... include
 - isdnlog/tools/rate-files.man ... include

 - new rates, Services (S:, N:) reenabled
2000-02-22 20:04:09 +00:00
keil c5213dd0f3 Fix compile under AXP 2000-02-20 21:43:47 +00:00
akool 7fc316b547 isdnlog-4.12
- ABC_LCR enhanced
 - country-de.dat more aliases
 - new rates
 - isdnlog/Makefile.in ... defined NATION
 - isdnlog/isdnlog/processor.c ... msn patch for NL
 - isdnlog/tools/isdnconf.c ... default config
2000-02-20 19:03:07 +00:00
keil 875f60410d Fix some syntax error in install 2000-02-12 23:50:12 +00:00
akool 65569b44ca isdnlog-4.11
- isdnlog/Makefile.in ... sep install-targets, installs samples, no isdnconf
 - isdnlog/samples/rate.conf.{lu,nl} ... NEW
 - isdnlog/samples/isdn.conf.lu ... chg provider
 - isdnlog/samples/stop ... chg \d,\d => \d.\d
 - isdnlog/samples/isdnlog.isdnctrl0.options ... NEW
 - isdnlog/samples/isdnlog.users ... NEW
 - isdnlog/country-de.dat ... _DEMF again
 - isdnlog/isdnlog/processor.c ... LCR
 - isdnlog/tools/isdnrate.c ... fmt of s

   Old config is not installed anymore, to acomplish this do

   make install-old-conf
   make install

   A running isdnlog is now HUP-ed not KILL-ed
2000-02-12 16:40:21 +00:00
akool a6eccfde1f readed binary 2000-02-11 15:20:34 +00:00
akool 646714d32c zred.dtag.bz2 added binary
01040:GTS Weekend 0,039/Min
2000-02-11 15:16:31 +00:00
akool 93117d91e2 zred.dtag.bz2 removed 2000-02-11 14:57:53 +00:00
akool f2f5341d65 isdnlog-4.10
- Set CHARGEINT to 11 if < 11
 - new Option "-dx" controls ABC_LCR feature (see README for infos)
 - new rates
2000-02-11 10:41:50 +00:00
akool df64dbee0a changed permissions of "README" 2000-02-07 20:35:30 +00:00
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
akool a5d7f3df1b isdnlog-4.08
isdnlog/tools/rate.c ... LCR patch again
  isdnlog/tools/isdnrate.c ... LCR patch again
  isdnbill enhanced/fixed
  DTAG AktivPlus fixed
2000-02-03 18:24:49 +00:00
akool 3216d3dfb6 isdnlog-4.07
- many new rates per 1.2.2000
2000-02-02 22:43:08 +00:00
kai da01e22cfa small documentation changes due to the upcoming release 2000-01-30 17:30:32 +00:00
akool 904b2756cb isdnlog-4.06
- isdnlog/Makefile.in ... make install copied / to /etc/isdn sometimes
 - new "rate-de.dat" - the first one
     from our new cvs-Server at sourceforge.net!
2000-01-26 20:19:38 +00:00
akool e4943ba01c isdnlog-4.05
- ABC_LCR tested and fixed. It's really working now, Detlef!
 - Patch from Hans Klein <hansi.klein@net-con.net>
   German-"Verzonungstabelle" fixed
 - new "zone-de-dtag.gdbm" generated
2000-01-24 23:06:20 +00:00
akool 947689f778 isdnlog-4.04
- Support for Luxemburg added:
  - isdnlog/country-de.dat ... no +352 1 luxemburg city
  - isdnlog/rate-lu.dat ... initial LU version NEW
  - isdnlog/holiday-lu.dat ... NEW - FIXME
  - isdnlog/.Config.in  ... LU support
  - isdnlog/configure.in ... LU support
  - isdnlog/samples/isdn.conf.lu ... LU support NEW

 - German zone-table enhanced
  - isdnlog/tools/zone/de/01033/mk ...fixed, with verify now
  - isdnlog/tools/zone/redzone ... fixed
  - isdnlog/tools/zone/de/01033/mzoneall ... fixed, faster
  - isdnlog/tools/zone/mkzonedb.c .... data Version 1.21

 - Patch from Philipp Matthias Hahn <pmhahn@titan.lahn.de>
  - PostgreSQL SEGV solved

 - Patch from Armin Schindler <mac@melware.de>
  - Eicon-Driver Support for isdnlog
2000-01-23 22:31:13 +00:00
kai 450863ca2b rewrote the ASN.1 parsing stuff. No known problems so far, apart from the
following:

I don't use buildnumber() anymore to translate the numbers to aliases, because
it apparently did never work quite right. If someone knows how to handle
buildnumber(), we can go ahead and fix this.
2000-01-20 07:30:09 +00:00
akool f9fd6b204d isdnlog-4.03
- Patch from Gerrit Pape <pape@innominate.de>
   fixes html-output if "-t" option of isdnrep is omitted
 - Patch from Roland Rosenfeld <roland@spinnaker.de>
   fixes "%p" in ILABEL and OLABEL
2000-01-16 12:36:58 +00:00
akool fe48f63efb - isdnlog/tools/holiday.c ... returns ERVERYDAY for '*'
- FAQ/configure{,.in} ...  test '==' => '='
- isdnlog/tools/dest/configure{,.in} ...  test '==' => '='
- isdnlog/tools/dest/Makefile.in ...  test '==' => '='
- isdnlog/tools/zone/configure{,.in} ...  test '==' => '='

- isdnlog/tools/rate-at.c ... P:1069
- isdnlog/rate-at.dat ... P:1069
- isdnlog/country-de.dat ... _DEMF

- many new rates
- more EURACOM sequences decoded
2000-01-12 23:22:50 +00:00
akool 0168a4f2dd isdnlog-4.01
- first Y2K-Bug fixed
2000-01-01 15:05:22 +00:00
akool c727c68801 isdnlog-4.00 (Millenium-Edition)
- Oracle support added by Jan Bolt (Jan.Bolt@t-online.de)
 - resolved *any* warnings against rate-de.dat
 - Many new rates
 - CREDITS file added
1999-12-31 13:57:16 +00:00
akool cdcdf04af9 isdnlog-4.00 (Millenium-Edition)
- Oracle support added by Jan Bolt (Jan.Bolt@t-online.de)
1999-12-31 13:30:01 +00:00
akool e58035b5e7 isdnlog-3.81
- isdnlog/tools/NEWS
 - isdnlog/tools/telrate/info.html.in  ... bugfix
 - isdnlog/tools/telrate/telrate.cgi.in ... new Service query
 - isdnlog/tools/telrate/Makefile.in ... moved tmp below telrate
 - isdnlog/samples/rate.conf.at ... fixed
 - isdnlog/tools/rate-at.c ... some changes
 - isdnlog/rate-at.dat ... ditto
 - isdnlog/tools/Makefile ... added path to pp_rate
 - isdnlog/tools/rate.{c,h}  ... getServiceNames, Date-Range in T:-Tag
 - isdnlog/tools/isdnrate.c ... fixed sorting of services, -X52 rets service names
 - isdnlog/tools/rate-files.man ... Date-Range in T:-Tag, moved from doc
 - isdnlog/tools/isdnrate.man ... moved from doc
 - doc/Makefile.in ... moved man's from doc to tools
 - isdnlog/Makefile.in ... man's, install isdn.conf.5
 - isdnlog/configure{,.in} ... sed, awk for man's
 - isdnlog/tools/zone/Makefile.in ... dataclean
 - isdnlog/tools/dest/Makefile.in ... dataclean
 - isdnlog/isdnlog/isdnlog.8.in ... upd
 - isdnlog/isdnlog/isdn.conf.5.in ... upd
1999-12-24 14:17:02 +00:00
akool bc4fb3595e isdnlog-3.80
- resolved most of the Warnings
  - enhanced "isdnbill"
1999-12-19 20:24:44 +00:00
akool 4721c4b9d6 isdnlog-3.79
- isdnlog/isdnrep/isdnrep.{c,h} ... error -handling, print_msg
 - isdnlog/isdnrep/rep_main.c
 - isdnlog/isdnrep/isdnrep.1.in
 - isdnlog/tools/rate.c  ... dupl entry in rate.conf
 - isdnlog/tools/NEWS
 - isdnlog/tools/isdnrate.c
 - isdnlog/tools/dest/configure{,.in}
 - isdnlog/tools/zone/configure{,.in}
1999-12-17 22:51:52 +00:00
akool c79381f2cf isdnlog-3.78
- isdnlog/tools/isdnrate.c ... new sOcket option
 - isdnlog/tools/NEWS ... new sOcket option
 - doc/isdnrate.man ... ditto
 - isdnlog/tools/telrate/config.in ... ditto
 - isdnlog/tools/telrate/telrate.cgi.in ... ditto
 - isdnlog/tools/telrate/README-telrate ditto
1999-12-16 23:08:26 +00:00
akool 7eda95d27f isdnlog-3.77
corrected german zone file
1999-12-14 21:02:36 +00:00
akool 19ff315fd0 isdnlog-3.76
- isdnlog/Makefile.in ... added dep for Makefile.in
- isdnlog/tools/zone/configure{,.in} ... better error msg if bzip2 not found
- isdnlog/tools/dest/configure{,.in} ... better error msg if bzip2 not found
- tools for generating a fully expanded zonefile added
1999-12-12 17:21:09 +00:00
akool 5b6e01456c isdnlog-3.75
- ABC_LCR support (untested)
1999-12-12 14:35:51 +00:00
akool 6b9227cb31 isdnlog-3.74
new rates, faster isdnbill
1999-12-07 20:07:20 +00:00
akool a7dad566c0 isdnlog-3.73
- isdnlog/tools/telrate/telrate.cgi.in faster
 - doc/isdnrate.man ... -P
 - isdnlog/tools/isdnrate.c ... -P
 - isdnlog/tools/NEWS ... -P
 - isdnlog/tools/rate-at.c ... 194040
 - isdnlog/rate-at.dat
 - isdnlog/tools/rate.c ... SIGSEGV
1999-12-02 19:28:02 +00:00
akool fd80b724f1 samples 1999-12-01 21:49:39 +00:00
akool 3ee031023e isdnlog-3.72
- new rates for 01051
  - next version of isdnbill

  - isdnlog/tools/telnum.c ... cleanup
  - isdnlog/tools/isdnrate.c ... -s Service
  - isdnlog/tools/rate.{c,h} ... -s
  - isdnlog/tools/NEWS ... -s
  - doc/isdnrate.man .. updated -o, -s
  - doc/rate-files.man ... updated
  - isdnlog/tools/dest/README.makedest ... updt.
  - isdnlog/isdnlog/isdnlog.8.in .. updt.

  Telrate
  - isdnlog/tools/telrate/README-telrate
  - isdnlog/tools/telrate/config.in 	NEW
  - isdnlog/tools/telrate/configure 	NEW
  - isdnlog/tools/telrate/Makefile.in 	NEW
  - isdnlog/tools/telrate/index.html.in 	was index.html
  - isdnlog/tools/telrate/info.html.in 	was info.html
  - isdnlog/tools/telrate/telrate.cgi.in 	was telrate.cgi
  - isdnlog/tools/telrate/leo.sample 	NEW sample config
  - isdnlog/tools/telrate/alex.sample 	NEW sample config
1999-12-01 21:47:23 +00:00
akool 688d0442d3 isdnlog-3.71 1999-11-28 19:32:41 +00:00
akool 4219a79418 isdnlog-3.70
- patch from Jochen Erwied (j.erwied@gmx.de)
1999-11-28 11:15:41 +00:00
akool 6465ec43f6 isdnlog-3.69 1999-11-27 19:24:17 +00:00
akool c39c74a31d isdnlog-3.68
- new utility "isdnbill" added
 - patch from Jochen Erwied (j.erwied@gmx.de)
 - new rates
 - small fixes
1999-11-25 22:58:38 +00:00
akool d13fbceb83 isdnlog-3.67
isdnlog-3.66 writes wrong provider number into it's logfile isdn.log
  there is a patch and a repair program available at
  http://www.toetsch.at/linux/i4l/i4l-3_66.htm
1999-11-16 18:09:36 +00:00
akool 69bc19bf85 isdnlog-3.66
- Patch from Jochen Erwied <mack@joker.e.ruhr.de>
      makes the "-O" and "-C" options usable at the same time

  - Workaround from Karsten Keil <kkeil@suse.de>
      segfault in ASN.1 parser

  - isdnlog/tools/rate.c ... ignores "empty" providers
  - isdnlog/tools/telnum.h ... fixed TN_MAX_PROVIDER_LEN
1999-11-12 20:50:48 +00:00
akool 876f8c3c95 isdnlog-3.65
- added "B:" Tag to "rate-xx.dat"
1999-11-08 21:09:36 +00:00
akool 8eb5be904e isdnlog-3.64
- new "Sonderrufnummern" handling
1999-11-07 13:29:25 +00:00
akool c48c1ed339 isdnlog-3.63
- many new rates
 - cosmetics
1999-11-05 20:21:59 +00:00
paul 85a258f5f2 Fixed empty lines in syslog if program could not be started. 1999-11-03 17:54:13 +00:00
paul ecebb58bc8 Fixed handling of basename() declaration for all situations, I hope... 1999-11-03 16:03:28 +00:00
paul 04619df371 snprintf call had too many arguments for the format string. 1999-11-03 16:02:33 +00:00
paul dc08cdea6c added #define __USE_GNU, needed for declaration of basename(). If this is
missing, at least on alpha there will be trouble (default return value is
int (4 bytes), and it is used as a pointer (8 bytes).

Why was it commented out?
1999-11-03 15:43:36 +00:00
paul ad83f40bd5 "Suiss" -> "Swiss" typo fixed 1999-11-03 15:32:42 +00:00
akool 961e149a09 isdnlog-3.62
- many new rates
 - next try to fix "Sonderrufnummern"
1999-11-02 21:01:56 +00:00
akool 04c3d319ad finally fixed a bug with "Sonderrufnummern" 1999-10-31 11:19:11 +00:00
akool ec01043e7b - fixed "-q" option
- workaround for "Sonderrufnummern"
1999-10-30 18:03:29 +00:00
akool 62536e7ea1 isdnlog-3.61 1999-10-30 14:38:46 +00:00
akool 25edc1d444 sometimes CVS sucks :-( 1999-10-30 13:57:16 +00:00
akool a7753f06de isdnlog-3.60
- many new rates
  - compiler warnings resolved
  - fixed "Sonderrufnummer" Handling
1999-10-30 13:42:35 +00:00
akool dfd1934c9e isdnlog-3.60
- sucessfully ported/tested to/with:
     - Linux-2.3.24 SMP
     - egcs-2.91.66
   using -DBIG_PHONE_NUMBERS

 - finally added working support for HFC-card in "echo mode"
   try this:
     hisaxctrl bri 10 1
     hisaxctrl bri 12 1
     isdnlog -21 -1
-----------------^^ new option
1999-10-29 19:45:59 +00:00
akool a6d59037f2 fixed "make install" 1999-10-29 12:43:02 +00:00
akool 4e826cd454 - new rates 1999-10-29 08:17:01 +00:00
akool 7e8991c88a isdnlog-3.59
- problems with gcc-2.7.2.3 fixed
 - *any* startup-warning solved/removed (only 4u, Karsten!)
 - many new rates
1999-10-28 18:36:43 +00:00
akool a49d9fd00e rate-de.dat :: V:1.10-Germany [26-Oct-1999 20:59:34]
* without the new "ISDN data" rates *
1999-10-26 19:27:33 +00:00
akool a9c6ab312a isdnlog-3.58
- big cleanup ( > 1.3 Mb removed!)
  - v0.02 of destination support - better, but not perfect
    (does't work with gcc-2.7.2.3 yet - use egcs!)
1999-10-26 18:17:11 +00:00
akool c793cb437a isdnlog-3.57
WARNING: Experimental version!
  	   Please use isdnlog-3.56 for production systems!
1999-10-25 18:30:03 +00:00
akool 898e869320 isdnlog-3.56 (for Karsten) 1999-10-22 19:57:58 +00:00
akool aa9f6ab993 new rates, more countries ... 1999-10-06 20:10:00 +00:00
akool 667a451e73 Syntax-corrections from Jan Kneschke <Jan.Kneschke@kiel.netsurf.de>
on "rate-de.dat" (many thanks!!)
1999-09-26 18:12:28 +00:00
akool ffdb1ad74c isdnlog-3.55
- Patch from Oliver Lauer <Oliver.Lauer@coburg.baynet.de>
    added hup3 to option file
  - changed country-de.dat to ISO 3166 Countrycode / Airportcode
1999-09-26 10:55:19 +00:00
akool 1ce61c5d68 isdnlog-3.54 1999-09-22 09:02:59 +00:00
akool 34f90ef5f3 cosmetics 1999-09-20 18:42:29 +00:00
akool bdc6cb3071 isdnlog-3.53 1999-09-19 14:16:26 +00:00
akool fc41765ffd isdnlog-3.52 1999-09-16 20:27:21 +00:00
akool 2636be0afe isdnlog-3.51
- changed getProvider() to not return NULL on unknown providers
    many thanks to Matthias Eder <mateder@netway.at>
  - corrected zone-processing when doing a internal -> world call
1999-09-13 09:09:42 +00:00
akool 41ae722951 isdnlog-3.50
added 3. parameter to "-h" Option: Controls CHARGEHUP for providers like
  DTAG (T-Online) or AOL.
  Many thanks to Martin Lesser <m-lesser@lesser-com.de>
1999-09-11 22:28:22 +00:00
akool 44aa7ebb3b zone file for 1004 added 1999-09-09 11:23:53 +00:00
akool f319aa12ed isdnlog-3.49 1999-09-09 11:21:04 +00:00
akool 23028999ef added mobil numbers 1999-09-08 13:11:04 +00:00
fritz 2d39cb2f2e Changed my mail-address. 1999-09-06 08:03:23 +00:00
akool e9b58c139e isdnlog-3.48
cosmetics
1999-08-29 10:28:11 +00:00
akool 5a5ca755bf Patch from Kai 1999-08-27 20:56:28 +00:00
akool 575ce5bf83 isdnlog-3.46 1999-08-25 17:05:57 +00:00
akool 43b9014e15 rate-de.dat :: V:1.10-Germany [21-Aug-1999 22:26:53] 1999-08-21 21:11:31 +00:00
akool 39ad37ae7e small fixes 1999-08-21 12:59:51 +00:00
akool bd6b4cb0d5 isdnlog-3.45
- removed about 1 Mb of (now unused) data files
 - replaced areacodes and "vorwahl.dat" support by zone databases
 - fixed "Sonderrufnummern"
 - rate-de.dat :: V:1.10-Germany [20-Aug-1999 21:23:27]
1999-08-20 19:27:15 +00:00
akool 169a9d0d61 small fixes 1999-08-13 17:58:39 +00:00
akool da3a2e6967 doc update 1999-08-13 17:53:11 +00:00
akool 44d3a3c7e5 rate-de.dat :: V:1.02-Germany [13-Aug-1999 19:51:43] 1999-08-13 17:51:16 +00:00
akool 077200ed76 added WEB-Interface to isdnrate 1999-08-04 23:22:23 +00:00
akool ec8fcf9612 rate-de.dat V:1.02-Germany [05-Aug-1999 01:19:39] 1999-08-04 23:16:38 +00:00
akool ad2fd8c766 isdnlog-3.44 1999-08-04 23:11:15 +00:00
akool 140a9cb945 Better codeall for .at 1999-08-04 23:06:52 +00:00
akool c841376b7d getRate() speedup 1999-07-31 09:25:03 +00:00
akool 175f05f2fb getRate() speedup from Leo 1999-07-26 16:28:31 +00:00
akool b55ea60dd1 isdnlog-3.43
added "telnum" module
1999-07-25 15:57:01 +00:00
akool 186833d18f isdnlog-3.42
rate-de.dat 1.02-Germany [18-Jul-1999 10:44:21]
  better Support for Ackermann Euracom
  WEB-Interface for isdnrate
  many small fixes
1999-07-24 08:43:38 +00:00
calle 5af8e5c7fa Bugfix: getProvider sometimes returns NULL and isdnrep crashed ... 1999-07-23 09:09:38 +00:00
akool dd660b21a2 fix from Michael 1999-07-18 08:39:16 +00:00
akool c48900c6b9 small enhancement's and fixes 1999-07-15 16:41:22 +00:00
akool 89ec6b7eea replace "0" by "+49" 1999-07-12 18:49:42 +00:00
calle f4f3fd3533 Bugfix: isdnrep defined print_msg as function pointer, the object files
in tools directory, declare it as external function.
	compiler and linker did not detect the problem.
	Now print_msg is a function in rep_main.c and I copied
	print_in_modules from isdnconf. Also set_print_fct_for_isdnrep
	is removed from isdnrep.c. isdnrep didnt crash now, but throw
	out warning messages about rate.dat and didt generate output.
1999-07-12 11:37:34 +00:00
akool bf811305e3 Patch from Karsten (thanks a lot!) 1999-07-11 15:30:55 +00:00
akool ce282962d6 (re)added all zone-files in binary mode (thanks, calle!) 1999-07-10 21:46:01 +00:00
akool ab90363b01 isdnlog-3.41
rate-de.dat V:1.02-Germany [10-Jul-1999 23:32:27]
  country-de.dat V:1.02-Germany [10-Jul-1999 23:32:36]
  added all "zone-*" files in binary mode
1999-07-10 21:37:36 +00:00
akool 6a2ba81f8b patches from Michael and Leo 1999-07-07 19:43:36 +00:00
akool 917fd329f3 rate-de.dat V:1.02-Germany [04-Jul-1999 22:56:37] 1999-07-04 20:46:39 +00:00
akool 9da06e269b fixed Makefile 1999-07-03 10:23:55 +00:00
akool 66aa99e284 rate-de.dat V:1.02-Germany [02-Jul-1999 21:27:20] 1999-07-02 19:17:01 +00:00
akool 7a13f323d5 rate-de.dat V:1.02-Germany [02-Jul-1999 20:29:21]
country-de.dat V:1.02-Germany [02-Jul-1999 19:13:54]
1999-07-02 18:20:20 +00:00
akool 9a2d599dc3 zone-1.12 1999-07-01 20:44:07 +00:00
akool fa246fa299 isdnrate optimized 1999-07-01 20:38:57 +00:00
akool 3b81dafb0d added "-t" option to "isdnrate" 1999-06-30 20:53:28 +00:00
akool 38bf829c7c and again ... 1999-06-30 17:23:45 +00:00
akool 836599f6f8 trying a commit the hard way ... 1999-06-30 17:23:14 +00:00
akool df990a860a isdnlog Version 3.39 1999-06-30 17:17:10 +00:00
akool 7721350b09 now compiles with ndbm
(many thanks to Nima <nima_ghasseminejad@public.uni-hamburg.de>)
1999-06-29 20:10:18 +00:00
akool 76e6615e55 isdnlog Version 3.38
- new utility "isdnrate" started
1999-06-28 19:14:59 +00:00
akool 775d08b0a0 clean up 1999-06-27 15:34:37 +00:00
akool b4471cfd20 isdnlog Version 3.37
fixed some warnings
1999-06-26 12:25:04 +00:00
akool d9dea5effd zone-1.11 1999-06-26 10:27:19 +00:00
akool 162804642e isdnlog Version 3.36
- EGCS 1.1.2 bug correction from Nima <nima_ghasseminejad@public.uni-hamburg.de>
 - zone-1.11
1999-06-26 10:11:06 +00:00
akool 33fdd94517 zone-1.1 fixes 1999-06-22 19:40:24 +00:00
akool 43d546bcd0 zone-1.10 1999-06-22 16:30:10 +00:00
akool f6fe20a597 isdnlog Version 3.35
zone data for .nl (many thanks to Paul!)

  WARNING: This version of isdnlog dont even compile! *EXPERIMENTAL*!!
1999-06-21 19:32:08 +00:00
akool b5fe7d0338 not needed anymore 1999-06-18 13:30:04 +00:00
akool d4b4d53fe2 fixed some segfault's 1999-06-18 13:28:11 +00:00
akool fab3fa6dc9 fixed zone/Makefile.in 1999-06-18 12:53:49 +00:00
akool cab9c9994f zone V1.0 1999-06-18 12:41:57 +00:00
paul 3f89db0f48 updated to 1999/06/17 status 1999-06-17 16:58:47 +00:00
akool 1355b886f3 fixed zone-processing 1999-06-16 23:37:31 +00:00
akool 9a3220f8d2 isdnlog Version 3.34
fixed some memory faults
1999-06-16 19:11:54 +00:00
akool f63779b1fa isdnlog Version 3.33
- big step in using the new zone files
  - *This*is*not*a*production*ready*isdnlog*!!
  - Maybe the last release before the I4L meeting in Nuernberg
1999-06-15 20:02:54 +00:00
akool 8ff9da473e isdnlog Version 3.32
- new option "-U1" (or "ignoreCOLP=1") to ignore CLIP/COLP Frames
 - TEI management decoded
1999-06-13 14:06:53 +00:00
akool ba434019f9 more zone files and utilities 1999-06-11 16:13:03 +00:00
akool 5b8f048168 more zone files 1999-06-11 15:48:11 +00:00
akool b574068b6e "rate-xx.dat" syntax explanation optimized 1999-06-09 21:49:13 +00:00
akool 8c2f7a0cbe CVS-Tags added 1999-06-09 20:58:09 +00:00
akool fd500ff8b0 isdnlog Version 3.31
- Release 0.91 of zone-Database (aka "Verzonungstabelle")
 - "rate-de.dat" V:1.02-Germany [09-Jun-1999 21:45:26]
1999-06-09 19:57:22 +00:00
akool 537d6de1f7 isdnlog Version 3.30
- rate-de.dat V:1.02-Germany [03-Jun-1999 19:49:22]
 - small fixes
1999-06-03 18:49:36 +00:00
akool 88506e9102 the definitive "prefixes.dat" 1999-06-01 19:35:31 +00:00
akool e63f5981ce rate-de.dat V:1.02-Germany [01-Jun-1999 20:52:32] 1999-06-01 19:33:01 +00:00
akool 5ee9c94a98 temporarily added "prefixes.dat"
new version of "rate-de.dat"
1999-05-27 18:21:25 +00:00
akool 1f2bd20601 first release of the new country decoding module 1999-05-27 18:19:57 +00:00
luethje 6f4afe3cf6 kisdnlog is ready for isdnlog 3.x and kde 1.1.1 1999-05-23 14:33:58 +00:00
akool 1524bcaa52 isdnlog Version 3.29
- processing of "sonderrufnummern" much more faster
 - detection for sonderrufnummern of other provider's implemented
   (like 01929:FreeNet)
 - Patch from Oliver Lauer <Oliver.Lauer@coburg.baynet.de>
 - Patch from Markus Schoepflin <schoepflin@ginit.de>
 - easter computing corrected
 - rate-de.dat 1.02-Germany [22-May-1999 11:37:33] (from rate-CVS)
 - countries-de.dat 1.02-Germany [22-May-1999 11:37:47] (from rate-CVS)
 - new option "-B" added (see README)
   (using "isdnlog -B16 ..." isdnlog now works in the Netherlands!)
1999-05-22 10:17:50 +00:00
akool 4f066c93f0 isdnlog Version 3.28
- "-u" Option corrected
 - "ausland.dat" removed
 - "countries-de.dat" fully integrated
     you should add the entry
     "COUNTRYFILE = /usr/lib/isdn/countries-de.dat"
     into section "[ISDNLOG]" of your config file!
 - rate-de.dat V:1.02-Germany [13-May-1999 12:26:24]
 - countries-de.dat V:1.02-Germany [13-May-1999 12:26:26]
1999-05-13 11:38:43 +00:00
akool c24634542f isdnlog Version 3.27
- country matching fixed (and faster)
1999-05-11 20:27:01 +00:00
akool 1d7f6803c3 isdnlog Version 3.26
- fixed the "0800" -> free of charge problem
 - *many* additions to "ausland.dat"
 - first relase of "rate-de.dat" from the CVS-Server of the I4L-Tarif-Crew
1999-05-10 20:37:11 +00:00
akool 4d85ee5168 isdnlog Version 3.25
- README: isdnconf: new features explained
 - rate-de.dat: many new rates from the I4L-Tarifdatenbank-Crew
 - added the ability to directly enter a country-name into "rate-xx.dat"
1999-05-09 18:23:42 +00:00
akool b8b1f51117 isdnlog Version 3.24
- fully removed "sondernummern.c"
 - removed "gcc -Wall" warnings in ASN.1 Parser
 - many new entries for "rate-de.dat"
 - better "isdnconf" utility
1999-05-04 19:32:01 +00:00
akool 2fb9d1610c isdnlog Version 3.23
- changed LCR probing duration from 181 seconds to 153 seconds
 - "rate-de.dat" filled with May, 1. rates
1999-04-30 19:07:28 +00:00
akool d73894862a isdnlog Version 3.22
- T-Online corrected
 - more online rates for rate-at.dat (Thanks to Leopold Toetsch <lt@toetsch.at>)
1999-04-29 19:02:56 +00:00
akool 63d4106d3d isdnlog Version 3.21
- CVS headers added to the asn* files
 - repaired the "4.CI" message directly on CONNECT
 - HANGUP message extended (CI's and EH's shown)
 - reactivated the OVERLOAD message
 - rate-at.dat extended
 - fixes from Michael Reinelt
1999-04-26 22:11:33 +00:00
akool f1bbd0927b isdnlog Version 3.20
- added ASN.1 Parser from Kai Germaschewski <kai@thphy.uni-duesseldorf.de>
   isdnlog now fully support all fac- and cf-messages!

 - some additions to the "rate-de.dat"
1999-04-25 17:34:27 +00:00
akool 27c9db634c isdnlog Version 3.19
patches from Michael Reinelt
1999-04-20 20:31:48 +00:00
akool 977d8a0528 (hopefully) changed permissions of "countries-at.dat" 1999-04-19 21:25:50 +00:00
akool 1aaebd0bd7 change permissions of "countries-at.dat" 1999-04-19 21:25:06 +00:00
akool 3c19805678 isdnlog Version 3.18
- countries-at.dat added
- spelling corrections in "countries-de.dat" and "countries-us.dat"
- LCR-function of isdnconf now accepts a duration (isdnconf -c .,duration)
- "rate-at.dat" and "rate-de.dat" extended/fixed
- holiday.c and rate.c fixed (many thanks to reinelt@eunet.at)
1999-04-19 19:23:14 +00:00
akool fc18946282 isdnlog Version 3.17
- LCR functions of "isdnconf" fixed
- HINT's fixed
- rate-de.dat: replaced "1-5" with "W" and "6-7" with "E"
1999-04-17 14:10:36 +00:00
akool 1a3697c9f2 isdnlog Version 3.16
- more syntax checks for "rate-xx.dat"
- isdnrep fixed
1999-04-16 14:39:07 +00:00
akool ff269eb3cf isdnlog Version 3.15
- reenable the least-cost-router functions of "isdnconf"
  try "isdnconf -c <areacode>" or even "isdnconf -c ."
- README: "rate-xx.dat" documented
- small fixes in processor.c and rate.c
- "rate-de.dat" optimized
- splitted countries.dat into countries-de.dat and countries-us.dat
1999-04-15 19:14:09 +00:00
paul a5fcd79921 translated fully 1999-04-14 16:48:12 +00:00
paul cd74cea1d9 first try at NL rates 1999-04-14 16:47:57 +00:00
paul 160bf461cb translated and updated 1999-04-14 16:46:47 +00:00
akool e5e4d4811f isdnlog Version 3.14
- "make install" now install's "rate-xx.dat", "rate.conf" and "ausland.dat"
- "holiday-xx.dat" Version 1.1
- many rate fixes (Thanks again to Michael Reinelt <reinelt@eunet.at>)
1999-04-14 13:16:01 +00:00
akool 04ca958d52 fix a typo 1999-04-10 17:19:51 +00:00
akool 18d69e7282 Ooops, forgotten ;-) 1999-04-10 16:50:29 +00:00
akool 78c1664662 isdnlog Version 3.13
WARNING: This is pre-ALPHA-dont-ever-use-Code!
	 "tarif.dat" (aka "rate-xx.dat"): the next generation!

You have to do the following to test this version:
  cp /usr/src/isdn4k-utils/isdnlog/holiday-de.dat /etc/isdn
  cp /usr/src/isdn4k-utils/isdnlog/rate-de.dat /usr/lib/isdn
  cp /usr/src/isdn4k-utils/isdnlog/samples/rate.conf.de /etc/isdn/rate.conf

After that, add the following entries to your "/etc/isdn/isdn.conf" or
"/etc/isdn/callerid.conf" file:

[ISDNLOG]
SPECIALNUMBERS = /usr/lib/isdn/sonderrufnummern.dat
HOLIDAYS       = /usr/lib/isdn/holiday-de.dat
RATEFILE       = /usr/lib/isdn/rate-de.dat
RATECONF       = /etc/isdn/rate.conf

Please replace any "de" with your country code ("at", "ch", "nl")

Good luck (Andreas Kool and Michael Reinelt)
1999-04-10 16:34:57 +00:00
akool 94d4c12474 - isdnlog Version 3.12
- "%B" tag in ILABEL/OLABEL corrected
- isdnlog now register's incoming calls when there are no free B-channels
  (idea from sergio@webmedia.es)
- better "samples/rate.conf.de" (suppress provider without true call-by-call)
- "tarif.dat" V:1.17 [03-Apr-99]
- Added EWE-Tel rates from Reiner Klaproth <rk1@msjohan.dd.sn.schule.de>
- isdnconf can now be used to generate a Least-cost-router table
  (try "isdnconf -c .")
- isdnlog now simulate a RELEASE COMPLETE if nothing happpens after a SETUP
- CHARGEMAX Patches from Oliver Lauer <Oliver.Lauer@coburg.baynet.de>
1999-04-03 12:46:39 +00:00
akool ba136f9495 - isdnlog Version 3.11
- make isdnlog compile with egcs 1.1.7 (Bug report from Christophe Zwecker <doc@zwecker.com>)
1999-03-25 19:39:41 +00:00
akool b5708682c9 try to change permissions :-( 1999-03-25 01:10:54 +00:00
akool 70f2f8f173 try to change permissions :-( 1999-03-25 01:10:05 +00:00
akool 0dccf7b448 - isdnlog Version 3.10
- moved "sondernnummern.c" from isdnlog/ to tools/
- "holiday.c" and "rate.c" integrated
- NetCologne rates from Oliver Flimm <flimm@ph-cip.uni-koeln.de>
- corrected UUnet and T-Online rates
1999-03-24 19:37:29 +00:00
akool 1fd2b336c0 isdnlog 3.09 : support for all Internet-by-call numbers 1999-03-20 16:54:37 +00:00
akool 5255397dca - isdnlog Version 3.08
- more tesion)) Tarife from Michael Graw <Michael.Graw@bartlmae.de>
- use "bunzip -f" from Franz Elsner <Elsner@zrz.TU-Berlin.DE>
- show another "cheapest" hint if provider is overloaded ("OVERLOAD")
- "make install" now makes the required entry
    [GLOBAL]
    AREADIFF = /usr/lib/isdn/vorwahl.dat
- README: Syntax description of the new "rate-at.dat"
- better integration of "sondernummern.c" from mario.joussen@post.rwth-aachen.de
- server.c: buffer overrun fix from Michael.Weber@Post.RWTH-Aachen.DE (Michael Weber)
1999-03-20 14:32:29 +00:00
akool fccf615718 - isdnlog Version 3.07
- Michael Reinelt's patch as of 16Mar99 06:58:58
- fix a fix from yesterday with sondernummern
- ignore "" COLP/CLIP messages
- dont show a LCR-Hint, if same price
1999-03-16 17:37:08 +00:00
akool 1e62012337 - isdnlog Version 3.06
- README: explain some terms about LCR, corrected "-c" Option of "isdnconf"
- isdnconf: added a small LCR-feature - simply try "isdnconf -c 069"
- isdnlog: dont change CHARGEINT, if rate is't known!
- sonderrufnummern 1.02 [15-Mar-99] :: added WorldCom
- tarif.dat 1.09 [15-Mar-99] :: added WorldCom
- isdnlog now correctly handles the new "Ortstarif-Zugang" of UUnet
1999-03-15 21:27:30 +00:00
akool 611c2a9032 damn CLIP :-( Internal call's are free of charge!! 1999-03-14 18:47:44 +00:00
akool 925c030f60 - isdnlog Version 3.05
- new Option "-u1" (or "ignoreRR=1")
- added version information to "sonderrufnummern.dat"
- added debug messages if sonderrufnummern.dat or tarif.dat could not be opened
- sonderrufnummern.dat V 1.01 - new 01805 rates
1999-03-14 14:26:08 +00:00
akool 284eac7595 - isdnlog Version 3.04
- general cleanup
- new layout for "rate-xx.dat" and "holiday-xx.dat" files from
    Michael Reinelt <reinelt@eunet.at>
    unused by now - it's a work-in-progress !
- bugfix for Wolfgang Siefert <siefert@wiwi.uni-frankfurt.de>
    The Agfeo AS 40 (Software release 2.1b) uses AOC_AMOUNT, not AOC_UNITS
- bugfix for Ralf G. R. Bergs <rabe@RWTH-Aachen.DE> - 0800/xxx numbers
    are free of charge ;-)
- tarif.dat V 1.08 - new mobil-rates DTAG
1999-03-14 12:15:56 +00:00
paul 886d3f9313 fixed problems with yesterday's commit 1999-03-11 09:21:58 +00:00
paul b6073da10b use DATADIR from "make config" phase instead of hardcoded /usr/lib/isdn 1999-03-10 08:35:48 +00:00
paul e8ec081903 description changed slightly 1999-03-10 08:34:23 +00:00
paul 37169a258f Added new manpages 1999-03-10 08:33:14 +00:00
akool ee69f033a6 - new 01805 tarif of DTAG
- new March 1999 tarife
- added new provider "01051 Telecom"
- fixed a buffer overrun from Michael Weber <Michael.Weber@Post.RWTH-Aachen.DE>
- fixed a bug using "sondernnummern.c"
- fixed chargeint change over the time
- "make install" now install's "sonderrufnummern.dat", "tarif.dat",
  "vorwahl.dat" and "tarif.conf"! Many thanks to
  Mario Joussen <mario.joussen@post.rwth-aachen.de>
- Euracom Frames would now be ignored
- fixed warnings in "sondernnummern.c"
- "10plus" messages no longer send to syslog
1999-03-07 18:18:21 +00:00
akool 38ee6148db Fixed a typo in isdnconf.c from Andreas Jaeger <aj@arthur.rhein-neckar.de>
CHARGEMAX fix from Oliver Lauer <Oliver.Lauer@coburg.baynet.de>
isdnrep fix from reinhard.karcher@dpk.berlin.fido.de (Reinhard Karcher)
"takt_at.c" fixes from Ulrich Leodolter <u.leodolter@xpoint.at>
sondernummern.c from Mario Joussen <mario.joussen@post.rwth-aachen.de>
Reenable usage of the ZONE entry from Schlottmann-Goedde@t-online.de
Fixed a typo in callerid.conf.5
1999-02-28 19:32:17 +00:00
akool 468f71f8f1 - second version of the new chargeint database
- isdnrep reanimated
1999-01-24 19:01:20 +00:00
akool 29b4200fd2 - "message = 0" bug fixed (many thanks to
Sebastian Kanthak <sebastian.kanthak@muehlheim.de>)
 - CITYWEEKEND via config-file possible
 - fixes from Michael Reinelt <reinelt@eunet.at>
 - fix a typo in the README from Sascha Ziemann <szi@aibon.ping.de>
 - Charge for .at optimized by Michael Reinelt <reinelt@eunet.at>
 - first alpha-Version of the new chargeinfo-Database
   ATTENTION: This version requires the following manual steps:
     cp /usr/src/isdn4k-utils/isdnlog/tarif.dat /usr/lib/isdn
     cp /usr/src/isdn4k-utils/isdnlog/samples/tarif.conf /etc/isdn
1999-01-10 15:22:43 +00:00
paul bb2e0492f9 cityweekend also on holidays, patch from Oliver Schoett <os@schoett.muc.de> 1999-01-05 14:43:52 +00:00
paul b9fe29fe77 converted termio calls to termios 1998-12-31 09:58:50 +00:00