Commit Graph

48 Commits

Author SHA1 Message Date
keil e3a1cf85c0 Fixed autoconfig for 2.0.36
version is 2.3 now
1998-10-13 22:35:05 +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
paul 33b18798d9 includes changed because of problems with Linux 2.1 kernel includes 1998-08-05 07:40:19 +00:00
keil 01ea633fb3 Make it compiling with older I4L versions 1998-07-22 19:07:13 +00:00
fritz abb82284a8 Misc. Fixes.
Added fallback to libdb for isdnctrl.
Added -V version check in isdnctrl.
1998-06-27 00:35:57 +00:00
detabc 5adb3c91fc cleanup abc 1998-06-12 12:09:51 +00:00
cal c326587c36 permissions corrected 1998-06-09 18:17:30 +00:00
cal 99c021b3d2 *** empty log message *** 1998-06-09 18:16:38 +00:00
cal a05c712d86 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:29 +00:00
cal 2856594657 applied mini-glibc-patch by Andreas Steffen <deas@uni-hamburg.de> 1998-06-09 15:13:55 +00:00
detabc 34044cfa1d 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 2c068d32a1 couple of minor spelling corrections etc. 1998-05-14 17:32:20 +00:00
paul f2abd95a27 Fixed compiler warnings from egcs. 1998-04-28 08:33:52 +00:00
detabc 8e3c0291a8 modify display of callbackdelay (cbdelay) value to %.1f sec.
if abc-extension is enabled
1998-04-18 17:36:13 +00:00
detabc 823d818ef3 change to use the abc-ext-options -TU on all encapsulations
the option -A (abc-router) will only works with rawip
1998-03-21 17:10:36 +00:00
detabc baf9a2f45c make changes for the abc-extension 1998-03-20 13:11:50 +00:00
calle 5885d36b8b Allow readconf to read multilink configs with more than 2 channels. 1998-03-20 07:52:13 +00:00
detabc 7bee63ff09 change define CONFIG_ISDN_WITH_ABC to HAVE_ABCEXT.
HAVE_ABCEXT will be set with the configure utility.
to enable isdnctrl with ABC-Extension-support please make
first a kernelconfig with ABC-Extension enabled.
Thanks
1998-03-19 15:39:02 +00:00
detabc eb1a4ff0f7 added autoconfig for the ABC-Extension
get the information form KERNELDIR/include/linux/autoconf.h
1998-03-19 15:33:01 +00:00
cal 0903e3b9be fixed a problem parsing TimRu-Commands
started with TimRu-man-page
1998-03-16 09:40:51 +00:00
hipp bda193626d Cosmetic. Changed 'addlink' error message. 1998-03-12 15:10:11 +00:00
fritz b7dd948d1b Fix: Did not compile without TIMRU in kernel. 1998-03-08 01:04:14 +00:00
detabc df8551933b include config-support for abc-extension
only isdnctrl encap will be used and only use the options [-ATU]rawip
thanks
1998-03-08 00:18:25 +00:00
cal ab5bf4c91d added support for dynamic timeout-rules vs. 971110 1998-03-07 18:25:52 +00:00
he 48f7ecf440 added encap x25iface and l2_prot x25dte, x25dce 1998-02-12 23:14:44 +00:00
fritz 773a931df6 Fixed typo. 1997-10-27 00:05:03 +00:00
fritz b6cab2311f Applied (slightly modified) fix for compiling without triggercps by
Bernhard Rosenkraenzer <root@BOL-SubNet.ml.org>
1997-10-26 23:39:37 +00:00
fritz 80b36ccc2a Get rid of including ../.config in Makefile
Now all configuration is done in configure.
1997-10-26 23:12:17 +00:00
fritz ca0c4b3d78 Updated manpage, improved creation of dynamic manpage. 1997-10-23 22:39:05 +00:00
fritz e8e52f6d7c Added cisco-hk encapsulation. 1997-10-03 21:48:07 +00:00
fritz da27a3e58c Check for missing triggercps in configuration. 1997-09-26 09:07:13 +00:00
fritz 3586823b5c Bugfix: Tried to get Version-Info on wrong device. 1997-09-11 19:03:32 +00:00
luethje 76607feec4 Some bugfixes. 1997-08-27 21:39:08 +00:00
fritz 268ee9c03b Added Version-Checking of NET_DV. 1997-08-21 14:46:58 +00:00
luethje 539a749fd5 the call "isdnctrl pppbind ipppX" will be bound the interface to X 1997-07-30 20:09:24 +00:00
luethje f15626a998 added the option "force" for the commands delif and reset 1997-07-23 20:39:14 +00:00
luethje 32928f3529 isdnrep: Use "&nbsp;" for blanks
isdnctrl: Add the option "reset"
1997-07-22 22:36:08 +00:00
calle 855b4c1d59 isdnctrl trigger was not working. 1997-07-20 16:36:26 +00:00
luethje 3aaf68f6c8 Added the trigger function to the config file. 1997-06-26 21:25:14 +00:00
luethje a7e8bbb594 bugfix 1997-06-26 21:01:25 +00:00
luethje ac70068c8a Create a dynamic man page. 1997-06-26 21:00:28 +00:00
luethje 4a92297ceb bugfix 1997-06-24 23:45:45 +00:00
luethje 553f279b70 bugfix 1997-06-24 23:44:36 +00:00
luethje 73804b5ace isdnctrl can use a config file 1997-06-24 23:35:15 +00:00
fritz 86cb597c87 Added ability to adjust slave triggerlevel. 1997-06-22 11:58:17 +00:00
fritz 219ff663af Bugfix: mapping was broken. 1997-03-10 09:51:24 +00:00
fritz 3cfc218cb5 Tons of changes.
New toplevel Makefile
added xisdnload, xmonisdn, toplevel config for isdnload
Added new interactive configuration utility using lxdialog.
Some adaptions for existing packages.
Some corrections in man pages.
1997-03-02 19:41:56 +00:00
fritz d4b424274c New CVS tree 1997-02-17 00:08:36 +00:00