Commit Graph

654 Commits

Author SHA1 Message Date
akool 40cacac024 fix segfault of isdnlog after each RELASE 1998-09-27 11:47:21 +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 6875ee5978 Fixed sigsegv on Alpha, where sizeof(long) > 4 1998-09-23 08:10:25 +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
michael 964e9bba0a - All cvs log descriptions removed from the source files.
- New setup parsing added.
1998-09-18 15:08:55 +00:00
michael a25d890b26 - All cvs log descriptions removed from the source files. Use "cvs log" if
you want it.
- CHANGES added.
1998-09-18 15:05:26 +00:00
michael 66b83a89e6 - vboxgetty.user removed. 1998-09-18 15:01:31 +00:00
michael 23738857f2 - Not longer needed. 1998-09-18 14:47:10 +00:00
paul e2dda05c75 fixed crash when using mysql (call to Providername() was omitted) 1998-09-09 12:49:31 +00:00
michael a4bb4a7c8d - Readded tclscript.h. 1998-08-31 15:44:33 +00:00
michael 1e46c7e617 - Removed tclscript.h (cvs will not change it). 1998-08-31 15:43:20 +00:00
michael 98c92cb5bf - Added missing breaklist source. 1998-08-31 15:33:35 +00:00
michael 4e9a4a104d - Added touchtone support.
- Added new tcl command "vbox_breaklist" to clear/set the touchtone
  breaklist.
- Removed the audio fragment size setting again. I don't know why this
  crash my machine. The fragment size setting can be enabled in audio.h
  with a define.
1998-08-31 15:30:37 +00:00
michael dd4b8cfca4 - Changed "char" to "unsigned char". 1998-08-31 10:43:00 +00:00
michael b23d595aeb - Total new audio setup - now it works correct and don't crash the
machine.
- Example answercall.tcl added.
- Reduced in-/outgoing data logging. Now only around all 8000 bytes a
  line ist logged.
- Added control file check to play and record function.
1998-08-30 17:32:05 +00:00
michael 417e332dd7 - Added initgroups() to the permission switch function. Since Kernel 2.1.x
(or 1.3.x?) setgid() don't reset the grouplist.
1998-08-30 16:55:50 +00:00
calle 749b5a99ab I hope it is know readable for everybody. 1998-08-30 09:57:13 +00:00
calle c39be18721 Remove files, to commit readable for all. 1998-08-30 09:51:28 +00:00
michael 02690d7f0c - Removed audio setup - it will crash my machine. Kernel mailing list says
there are many bugs in the sound ioctl's :-( But audio will work correct
  without the settings.
- Added voice play function. Played messages are *not* recorded or piped to
  the audio device.
1998-08-29 15:35:09 +00:00
michael ff8541dbdc - Removed audio full duplex mode. Sorry, my soundcard doesn't support
this :-)
- Added Fritz's /dev/audio setup. Pipe to /dev/audio now works great
  (little echo but a clear sound :-)
- Added better control support. The control now has the ttyname appended
  (but there are some global controls without this) for controlling
  more than one vboxgetty for a user.
- Added support for "vboxcall" in the user spool directory. The file
  stores information about the current answered call (needed by vbox,
  vboxctrl or some other programs to create the right controls).
- Added support for Karsten's suspend mode (support for giving a line
  number is included also, but currently not used since hisax don't use
  it).
1998-08-28 13:06:12 +00:00
calle 03451c74e6 Added CAPI2.0 library. First Version. 1998-08-25 16:33:09 +00:00
paul 33b18798d9 includes changed because of problems with Linux 2.1 kernel includes 1998-08-05 07:40:19 +00:00
paul d60a319708 Translated "CHANNEL: B1 gefordet" messages into English 1998-08-04 08:17:41 +00:00
paul 5cf32f7995 Added capability to edit .config by hand, and process those changes with
"make subconfig". This file converts .config into scripts/autoconf.h .
1998-08-01 20:01:24 +00:00
paul c10addc268 Added capability to change .config by hand and run "make subconfig" to
process those changes. Useful in automated building (e.g. for RH packages).
1998-08-01 19:59:10 +00:00
paul 0dc866f5cd Changed config vars CONFIG_ISDNLOG_xx to CONFIG_ISDN_LOG_xx, as choosing
'NL' matched the NL in ISDNLOG, so that "OG_DE=y" appeared in .config .
1998-08-01 11:18:16 +00:00
michael 65cf0f07b9 - Added missing ATA to answer call (oh god, im so stupid).
- Some junk removed.
1998-07-29 11:02:37 +00:00
keil 01ea633fb3 Make it compiling with older I4L versions 1998-07-22 19:07:13 +00:00
calle 3d6fbcccb9 port and irq check changed. 1998-07-15 15:08:20 +00:00
hipp 3faec312db Here they are again 1998-07-10 17:40:51 +00:00
hipp 4fc279f4a5 removed files to add it with right permissions 1998-07-10 17:40:04 +00:00
michael 44ad4e9e0c - vboxgetty.html removed.
- Next german documentation part added.
1998-07-10 12:47:25 +00:00
hipp 88e1bb2464 Added the kernel LZS compression module 1998-07-08 16:50:08 +00:00
hipp 0f1e018ffe Changes for LZS compression 1998-07-08 16:48:20 +00:00
michael f394b889e5 - German documentation. 1998-07-08 14:00:48 +00:00
michael 8380825d3b - Some code cleanups. 1998-07-07 18:22:07 +00:00
michael 4a3926e7d4 - Since the ttyI interface will not work for me I have many time to write
the damn docu ;-)
1998-07-07 17:14:52 +00:00
michael 65ba239115 - New control file code added. The controls are not longer only empty
files - they can contain additional informations.
- Control "vboxctrl-answer" added.
- Control "vboxctrl-suspend" added.
- Locking mechanism added.
- Configuration parsing added.
- Some code cleanups.
1998-07-06 09:05: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
fritz 7b68f491db Added fallback to libdb. 1998-06-26 15:28:32 +00:00
fritz d91d040f85 Added description of AT&L and new bits in reg 13. 1998-06-26 15:22:17 +00:00
fritz 8c94a00d73 Added capability to save listener string. 1998-06-26 15:20:13 +00:00
akool 7bdc3d2320 First step to let isdnlog generate his own AOCD messages 1998-06-21 11:52:43 +00:00
michael 44c4eb8692 *** empty log message *** 1998-06-19 12:26:22 +00:00
michael e71017374c - Fixed to delete 'stamp-h.in' on 'make maintenance-clean'. 1998-06-19 12:02:25 +00:00
michael 9e2b8b3c54 - Removed (created by automake). 1998-06-19 11:16:36 +00:00
michael 9b30bcf800 - File 'config.h.in' removed (will be created by autoheader); 'acconfig.h'
(needed by autoheader) added.
- Makefile.am's corrected so 'make dist' now works (automake is so stupid :-)
1998-06-19 10:45:24 +00:00
paul 3694b9621c new manual pages 1998-06-18 15:30:52 +00:00
paul a8c5bbed5a wrong permissions 1998-06-18 15:27:58 +00:00