Commit Graph

66 Commits

Author SHA1 Message Date
paul 84d9441df0 `status' command added; shows connection status (connected yes/no, what number) 1999-06-07 19:27:49 +00:00
paul d93ee4f68b isdnctrl.man.in 1999-06-07 19:25:38 +00:00
cpetig 6afa489aa5 added v110 and modem to the level2 encapsulations 1999-03-15 15:53:06 +00:00
paul a99a31b913 didn't compile with old kernel source 1998-12-23 12:51:44 +00:00
paul 6f750d664d Fixed include of parts of the manpage 1998-12-18 13:19:45 +00:00
paul 37e581ec33 general cleanups for the manpages 1998-12-02 16:53:27 +00:00
paul c3bd34ff7d updated manpage about huptimeout with dialmode == manual 1998-12-01 13:13:30 +00:00
paul 287c92d045 detect kernel < 2.0.36; warn if dialmode is accessed with older kernels 1998-11-24 18:18:57 +00:00
luethje ebd18d8660 isdnctrl: added dialmode into the config file 1998-11-21 14:03:31 +00:00
paul 8ad1744753 Didn't inherit location of kernel sources from toplevel make. 1998-11-18 16:33:08 +00:00
fritz 917aabdb66 Fixed display of dialmode. 1998-11-18 13:20:07 +00:00
paul f20106de1f isdnctrl.c now compiles with kernel sources without dialmode stuff. 1998-11-17 18:29:31 +00:00
fritz d88910c3d2 Bugfix: HAVE_TIMRU was used before including config.h 1998-11-15 14:40:23 +00:00
fritz aa0f3b29f1 Make isdnctrl compile without TIMRU in kernel (2.0.36-pre20/21) 1998-11-11 23:53:00 +00:00
paul ad4baea1b4 filename in .so directive must not have quotes; patch from jos@xos.nl 1998-11-09 11:45:40 +00:00
paul 7fe274e31f Implemented "dialmode all" mode. 1998-10-28 16:12:18 +00:00
he 8f898ed5ad added encap x25iface 1998-10-27 19:56:51 +00:00
paul ea996d53b5 Implementation of "dialmode" (successor of "status") 1998-10-21 16:18:45 +00:00
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