Commit Graph

81 Commits

Author SHA1 Message Date
akool 8eb5be904e isdnlog-3.64
- new "Sonderrufnummern" handling
1999-11-07 13:29:25 +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 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 f319aa12ed isdnlog-3.49 1999-09-09 11:21:04 +00:00
akool e9b58c139e isdnlog-3.48
cosmetics
1999-08-29 10:28:11 +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 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
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 didn´t crash now, but throw
	out warning messages about rate.dat and did´t generate output.
1999-07-12 11:37:34 +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 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 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 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 1a3697c9f2 isdnlog Version 3.16
- more syntax checks for "rate-xx.dat"
- isdnrep fixed
1999-04-16 14:39:07 +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 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 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 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 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 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 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
akool 5be4f9c161 - new option "-0x:y" for leading zero stripping on internal S0-Bus
- new option "-o" to suppress causes of other ISDN-Equipment
 - more support for the internal S0-bus
 - Patches from Jochen Erwied <mack@Joker.E.Ruhr.DE>, fixes TelDaFax Tarif
 - workaround from Sebastian Kanthak <sebastian.kanthak@muehlheim.de>
 - new CHARGEINT chapter in the README from
   "Georg v.Zezschwitz" <gvz@popocate.hamburg.pop.de>
1998-12-09 20:39:14 +00:00
akool 38eccc0268 - changed my email-adress
- new Option "-R" to supply the preselected provider (-R24 -> Telepassport)
 - made Provider-Prefix 6 digits long
 - full support for internal S0-bus implemented (-A, -i Options)
 - isdnlog now ignores unknown frames
 - added 36 allocated, but up to now unused "Auskunft" Numbers
 - added _all_ 122 Providers
 - Patch from Jochen Erwied <mack@Joker.E.Ruhr.DE> for Quante-TK-Anlagen
   (first dialed digit comes with SETUP-Frame)
1998-11-24 20:50:59 +00:00
akool 75daaadc8a - fix new Option "-i" (Internal-S0-Bus)
- more Providers (Nikoma, First Telecom, Mox)
 - isdnrep-Bugfix from reinhard.karcher@dpk.berlin.fido.de (Reinhard Karcher)
 - Configure.help completed
1998-11-17 00:37:34 +00:00
akool bdd419c038 - fixed "configure.in" problem with NATION_*
- DESTDIR fixes (many thanks to Michael Reinelt <reinelt@eunet.at>)
 - isdnrep: Outgoing calls ordered by Zone/Provider/MSN corrected
 - new Switch "-i" -> running on internal S0-Bus
 - more providers
 - "sonderrufnummern.dat" extended (Frag Fred, Telegate ...)
 - added AVM-B1 to the documentation
 - removed the word "Teles" from the whole documentation ;-)
1998-11-01 08:49:21 +00:00
luethje 6bf660c1cc isdnrep: suppress some messages
isdnlog: remove function Pathfind()
1998-10-22 18:22:43 +00:00
luethje e1d10fddbf isdnrep and lib: bugfixes 1998-10-13 21:53:17 +00:00
akool f5fb28b660 - README
New entries "CALLFILE" and "CALLFMT" documented
     Small Correction from Markus Werner <mw@empire.wolfsburg.de>
     cosmetics

 - isdnrep.c
     Bugfix (Thanks to Arnd Bergmann <arnd@uni.de>)

 - processor.c
     Patch from Oliver Lauer <Oliver.Lauer@coburg.baynet.de>
       Makes CHARGEMAX work without AOC-D

     Patch from Stefan Gruendel <sgruendel@adulo.de>
       gcc 2.7.2.1 Optimizer-Bug workaround
1998-10-04 12:03:54 +00:00
akool 26eb0de911 - processor.c, takt_at.c : Patch from Michael Reinelt <reinelt@eunet.at>
try to guess the zone of the calling/called party

 - isdnrep.c : cosmetics (i hope, you like it, Stefan!)
1998-10-03 18:05:48 +00:00
luethje 188ea67e6e isdnrep: some bugfixes in output functions 1998-10-03 15:21:48 +00:00
akool 31048f5b41 - quick and dirty Call-History in "-m" Mode (press "h" for more info) added
- eat's one more socket, Stefan: sockets[3] now is STDIN, FIRST_DESCR=4 !!
 - Support for tesion)) Baden-Wuerttemberg Tarif
 - more Providers
 - Patches from Wilfried Teiken <wteiken@terminus.cl-ki.uni-osnabrueck.de>
   - better zone-info support in "tools/isdnconf.c"
   - buffer-overrun in "isdntools.c" fixed
 - big Austrian Patch from Michael Reinelt <reinelt@eunet.at>
   - added $(DESTDIR) in any "Makefile.in"
   - new Configure-Switches "ISDN_AT" and "ISDN_DE"
     - splitted "takt.c" and "tools.c" into
         "takt_at.c" / "takt_de.c" ...
         "tools_at.c" / "takt_de.c" ...
   - new feature
       CALLFILE = /var/log/caller.log
       CALLFMT  = %b %e %T %N7 %N3 %N4 %N5 %N6
     in "isdn.conf"
 - ATTENTION:
     1. "isdnrep" dies with an seg-fault, if not HTML-Mode (Stefan?)
     2. "isdnlog/Makefile.in" now has hardcoded "ISDN_DE" in "DEFS"
     	should be fixed soon
1998-09-26 18:27:23 +00:00
luethje c779858fa0 isdnrep: simple fix 1998-09-22 21:06:50 +00:00
luethje 79107472ca isdnrep: -fixed wrong provider report
-fixed wrong html output for provider report
          -fixed strange html output
kisdnlog: -fixed "1001 message window" bug ;-)
1998-09-22 20:58:41 +00:00
akool de51adc379 AVM B1 support (Layer 3)
Telekom's new currency DEM 0,121 supported
Disable holiday rates #ifdef ISDN_NL
memory leak in "isdnrep" repaired
1998-06-14 15:33:42 +00:00
akool bae5b7eca9 - Accounting for the following new providers implemented:
o.tel.o, Tele2, EWE TEL, Debitel, Mobilcom, Isis, NetCologne,
    TelePassport, Citykom Muenster, TelDaFax, Telekom, Hutchison Telekom,
    tesion)), HanseNet, KomTel, ACC, Talkline, Esprit, Interoute, Arcor,
    WESTCom, WorldCom, Viag Interkom

    Code shamelessly stolen from G.Glendown's (garry@insider.regio.net)
    program http://www.insider.org/tarif/gebuehr.c

- Telekom's 10plus implemented

- Berechnung der Gebuehrenzone implementiert
  (CityCall, RegioCall, GermanCall, GlobalCall)
  The entry "ZONE" is not needed anymore in the config-files

  you need the file
    http://swt.wi-inf.uni-essen.de/~omatthes/tgeb/vorwahl2.exe
  and the new entry
    [GLOBAL]
      AREADIFF = /usr/lib/isdn/vorwahl.dat
  for that feature.

  Many thanks to Olaf Matthes (olaf.matthes@uni-essen.de) for the
  Data-File and Harald Milz for his first Perl-Implementation!

- Accounting for all "Sonderrufnummern" (0010 .. 11834) implemented

  You must install the file
    "isdn4k-utils/isdnlog/sonderrufnummern.dat.bz2"
  as "/usr/lib/isdn/sonderrufnummern.dat"
  for that feature.

ATTENTION: This is *NO* production-code! Please test it carefully!
1998-06-07 21:07:50 +00:00
paul 6e945d2b7b Duration divide by 100 replaced by divide by HZ (HZ is 1024 on Alpha).
Y2K compliancy hopefully more robust.
1998-05-20 12:23:57 +00:00
luethje 1bca430359 bugfix at HTML code 1998-04-29 19:58:55 +00:00
luethje cc6a2831af bugfix on HTML code 1998-04-27 22:35:31 +00:00
luethje 8c74aab262 idnrep: added html feature (incoming/outgoing calls) 1998-03-29 19:54:04 +00:00
luethje a7faa69e49 isdnrep: added html feature (verbose on/off)
processor.c: Patch of Oliver Lauer
1998-03-25 20:58:34 +00:00
luethje fba173d17d I4L-Meeting Wuerzburg final Edition, golden code - Service Pack number One 1998-03-08 11:42:23 +00:00
calle 5b196a3906 small fix inside ISDN_NL. 1998-02-13 07:01:49 +00:00