Commit Graph

487 Commits

Author SHA1 Message Date
Michael 'Ghandi' Herold ea0327e05b - First part of the automake/autoconf implementation. Currently vbox will
*not* compile!
1998-06-17 16:38:56 +00:00
Michael 'Ghandi' Herold 499ced0af9 - Changes for automake/autoconf added. 1998-06-17 12:20:39 +00:00
Michael 'Ghandi' Herold 0be8f504b8 *** empty log message *** 1998-06-17 12:10:31 +00:00
Michael 'Ghandi' Herold ba7d491235 - Example script added. 1998-06-17 08:33:30 +00:00
Armin Schindler 3b66a9c09f Added part to load firmware on PRI/PCI. 1998-06-16 21:20:26 +00:00
Paul Slootman 8d6566a03b isdnlog crashed with 1TR6 and "Unknown Codeset 7 attribute 3 size 5",
i.e. IE 03 which is not Date/Time
1998-06-16 15:05:31 +00:00
Andreas Kool a1eb87a694 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:34:35 +00:00
Michael 'Ghandi' Herold e8c871107b - Documentation changed. 1998-06-12 14:56:40 +00:00
Detlef Wengorz 68c3a18af8 cleanup abc 1998-06-12 12:09:53 +00:00
Michael 'Ghandi' Herold 85b50c5fe6 - Example configuration added. 1998-06-12 11:15:32 +00:00
Fritz Elfert 2d0513e674 First checkin, not complete, for Armin only. 1998-06-12 11:11:46 +00:00
Michael 'Ghandi' Herold a692c7e7dc - Some special string functions added. 1998-06-10 16:03:15 +00:00
Michael 'Ghandi' Herold be582a4376 - siginterrupt() added to modem_set_timeout() (on some systems alarm
signals don't interrupt system calls by default).
1998-06-10 14:31:08 +00:00
Michael 'Ghandi' Herold 37a1e61943 Source added. 1998-06-10 13:32:00 +00:00
Michael 'Ghandi' Herold 8f653ebd4b Source added. 1998-06-10 11:15:13 +00:00
Michael 'Ghandi' Herold f8d3284c2e Source added. 1998-06-10 11:07:16 +00:00
Fritz Elfert cfa66fe4f9 test 1998-06-10 11:02:33 +00:00
Fritz Elfert 9d62f3b95b test 1998-06-10 11:01:56 +00:00
Christian A. Lademann 1fcae023ff permissions corrected 1998-06-09 18:17:31 +00:00
Christian A. Lademann da3ee2bdab *** empty log message *** 1998-06-09 18:16:39 +00:00
Christian A. Lademann 9ca0e5aaf5 added the command "isdnctrl name ifdefaults": the named device is reset
to some reasonable defaults.

Internally, isdnctrl.c contains a list of functions (defs_fcns []), which
are called one after the other with the interface-name as a patameter.
Each function returns a char* to a string containing iscnctrl-commands
to be executed. Example:

char *
defs_budget(char *id) {
	static char	r [1024];
	char	*p = r;

	p += sprintf(p, "budget %s dial 10 1min\n", id);
	p += sprintf(p, "budget %s charge 100 1day\n", id);
	p += sprintf(p, "budget %s online 8hour 1day\n", id);

	return(r);
}

The advantage of this approach is, that even complex commands can be executed.

PS: The function defs_basic() in isdnctrl.c is not complete.
1998-06-09 18:11:36 +00:00
Christian A. Lademann 25f377cc11 applied mini-glibc-patch by Andreas Steffen <deas@uni-hamburg.de> 1998-06-09 15:13:55 +00:00
Andreas Kool b9973860bb - 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:10:02 +00:00
Andreas Kool d554e7416c Renamed old to new zone-names (CityCall, RegioCall, GermanCall, GlobalCall) 1998-06-07 21:03:26 +00:00
Detlef Wengorz b6f8696726 wegen einer einstweiliger verfuegung gegen DW ist zur zeit
die abc-extension bis zur klaerung der rechtslage nicht verfuegbar
1998-06-02 12:17:15 +00:00
Paul Slootman 91308755ac AT+FCLASS=0 and AT+FCLASS=8 both claimed to be the default. 1998-05-25 11:32:48 +00:00
Paul Slootman e9d79ef693 More paranoid about freeing pointers. 1998-05-20 12:34:38 +00:00
Paul Slootman d629a22361 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
Paul Slootman 7a38aff1d1 More paranoid about freeing pointers. 1998-05-20 12:22:15 +00:00
Paul Slootman eb5c95f177 Oops, the temp string _was_ necessary. Made it static so that returning a
pointer to it is not a problem.
1998-05-20 09:56:14 +00:00
Paul Slootman 8b26eeb544 function Find_Section returned pointer to local automatic variable. Local
variable removed, as it was not necessary; now return parameter.
1998-05-20 09:25:01 +00:00
Christian A. Lademann 906bfc33c7 take capicmd.h from kernel-sources 1998-05-19 18:13:39 +00:00
Christian A. Lademann 1a16c0a4d2 Simple Remote-CAPI-Server implementation
You also need the CAPI-Library by AVM

Special thanks to Thomas Pfeiffer <pfeiffer@pds.de> for his kind support.
1998-05-19 18:10:30 +00:00
Paul Slootman 5220d0a446 Moved config stuff for City Weekend from isdnlog.c to tools/isdnconf.c, so
that isdnrep also understands a "cityweekend=y" line in isdn.conf.
1998-05-19 15:55:57 +00:00
Paul Slootman 26bb398408 If logfile name is specified with leading '+', the logfile is not truncated
when isdnlog starts; instead, new messages are appended.
1998-05-19 15:47:03 +00:00
Paul Slootman 9a08293310 couple of minor spelling corrections etc. 1998-05-14 17:32:20 +00:00
Stefan Luethje 5fed743c5c Some changes for "vorwahlen.dat" 1998-05-11 19:43:51 +00:00
Stefan Luethje 917d59fcc5 Made some changes 1998-05-11 00:02:39 +00:00
Stefan Luethje 178d6a0892 some changes 1998-05-10 23:40:14 +00:00
Stefan Luethje 2ddc20cd0c Added a new client for isdnlog based on KDE 1998-05-10 23:33:14 +00:00
Stefan Luethje 9563c0618d Add a new client for isdnlog based on KDE 1998-05-10 22:57:43 +00:00
Stefan Luethje d7bedaa9e3 Added support for VORWAHLEN2.EXE 1998-05-10 22:12:04 +00:00
Paul Slootman 04f23a200e Assumption about country codes always being 2 digits long fixed for the
USA case (caused strncpy to be called with length -1; ouch).
1998-05-06 14:43:27 +00:00
Michael Hipp e931b593ca More RADIUS changes from Matjaz Godec. 1998-05-05 08:51:28 +00:00
Stefan Luethje 6e0514c169 bugfix at HTML code 1998-04-29 19:58:55 +00:00
Michael Hipp 4a8c98abbd Added Radius README File 1998-04-29 14:32:13 +00:00
Michael Hipp a4b2b879b4 Added Matjaz Godec's Radius Patches 1998-04-29 14:29:50 +00:00
Paul Slootman d6dbcb938f Fixed compiler warnings from egcs. 1998-04-28 08:35:11 +00:00
Stefan Luethje 8be0230415 bugfix on HTML code 1998-04-27 22:35:31 +00:00
Paul Slootman b559782a9f Ignore empty file when starting up instead of generating error message
about wrong signature, there is _no_ signature! iprofd writes new data
anyway in that case.
1998-04-24 09:19:23 +00:00