Commit Graph

61 Commits

Author SHA1 Message Date
paul 55ea349cc7 prevent trigraphs 2002-03-11 16:23:51 +00:00
paul d3555847df The user can override the system vboxplay script by copying it to
/etc/isdn/ and editing it there.
Try to be smarter about detecting what "play" programs there are,
and use the one that can be found.
2002-01-31 20:15:18 +00:00
paul 8fc9883b1b The user can override the system vboxmail script by copying it to
/etc/isdn/ and editing it there.
Call sendmail directly, instead of using a MUA such as mailx.
2002-01-31 20:13:50 +00:00
paul e3f2e79e2f Be more explicit if audio data ends with an error.
This helps in debugging obscure problems... <grrr>
2002-01-31 20:12:16 +00:00
paul 9b2b90a035 Ignore filenames beginning with a '.' 2002-01-31 20:11:07 +00:00
paul 1f544777c9 Work around trigraphs in a string, with which some compilers
could generate wrong characters.
2002-01-31 20:10:20 +00:00
paul 8c72049180 Give a warning if a too short ring timeout is configured in the rc file. 2002-01-31 20:09:21 +00:00
paul c41b9da0c5 Increase MODEM_RINGTIMEOUT from 5 to 6 now that the timing in the kernel
code is correct (it used to be shorter). This was leading to timeouts
between the rings, so that vboxgetty would never react to any calls where
RINGS was defined to be more than 1.
2002-01-31 20:08:41 +00:00
paul 6678e0440d Use explicit .vmsg extension for voice messages, makes it easier for
e.g. apache to use the correct mime type.
2002-01-31 20:06:51 +00:00
paul 029526c4ae Also link vboxcnvt to rmdtovbox when installing. 2002-01-31 20:05:40 +00:00
paul 10f699ef70 Various patches to fix errors when using the newest glibc,
replaced use of insecure tempnam() function
and to remove warnings etc.
2001-03-01 14:59:11 +00:00
paul 8f47d80a0a Changed beep sound, and
check for new messages now ignores directories in the message dir.
2001-03-01 14:52:58 +00:00
paul 7608c5d70a Added manpage for the vbox command. 2001-03-01 14:51:18 +00:00
paul fe676c10c1 Renamed vbox.man to vbox_file.man, and
added manpage for the vbox command.
2001-03-01 14:45:07 +00:00
paul e10fc63b14 Added vboxputty functionality, from Gerrit Pape <pape@innominate.de> 2000-11-30 15:35:19 +00:00
paul 90a0beae24 removed mention of debian example file 2000-09-15 09:19:50 +00:00
paul da4371a593 Changed author email address aj@debian.org -> aj@dungeon.inka.de in manpages 2000-09-15 09:10:10 +00:00
paul 5c83c2a328 Removed debugging message "sig: %d". 2000-09-15 09:08:37 +00:00
paul 62c68f3c0b Added clean and distclean targets. Removes *.o and the executables. 2000-08-04 11:10:56 +00:00
keil d075a967e0 fix typo 2000-06-22 15:56:55 +00:00
keil 704dc25d08 version set to pre1
use allways prefix $DEST
2000-06-08 10:06:01 +00:00
keil f7728d86d5 real examples 1999-10-15 15:48:46 +00:00
keil e20382c863 Allow to suspend vbox calls also without a call id. 1999-10-15 15:43:26 +00:00
keil c3296fcb55 On many systems here is no auplay, but a play command 1999-10-15 11:22:46 +00:00
fritz 2d39cb2f2e Changed my mail-address. 1999-09-06 08:03:23 +00:00
paul 50de42dcf9 rearranged includes to make compiling on Alpha easier 1998-12-31 09:57:27 +00:00
paul 6f263aef81 small error in handling MANDATE for manpage 1998-12-29 16:06:18 +00:00
paul 37e581ec33 general cleanups for the manpages 1998-12-02 16:53:27 +00:00
fritz df935042a9 Manpages did not install in correct location if DESTDIR is used. 1998-11-23 09:17:59 +00:00
paul ef66210347 Changes for installing sgml documentation in configurabel location 1998-11-18 17:49:23 +00:00
paul 5503abe8cc Some extra stuff for the automake changes 1998-11-18 16:33:57 +00:00
paul 35a0b26ce2 Forgot to mention the /usr/local fix. 1998-11-17 18:25:34 +00:00
paul 05950f19de files created for/by automake 1998-11-17 18:24:13 +00:00
paul 7342e8975e Added manpages, and added automake stuff to the doc directory.
Also fixed location stuff (vbox always installed into /usr/local).
1998-11-17 18:22:38 +00:00
paul 0066384df8 renamed aclocal.m4 to acinclude.m4 for automake purposes 1998-11-17 18:16:45 +00:00
paul 5bf7387a67 Some fixes for DESTDIR install support. From Jos Vos <jos@xos.nl> 1998-11-09 12:40:03 +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
michael a97f410bfe - 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
paul f2abd95a27 Fixed compiler warnings from egcs. 1998-04-28 08:33:52 +00:00
keil 5f0037b23c ready for release 2.2b1 1998-03-31 20:11:33 +00:00
keil e32a52952c enable SUSPEND in vbox (transfer call to a phone) 1998-03-26 13:10:33 +00:00
fritz 6b40244b66 Misc Bugfixes. 1997-12-20 12:54:39 +00:00
fritz 364d7ec6c1 Applied fix by Bernhard Rosenkraenzer <root@BOL-SubNet.ml.org> 1997-10-26 23:42:00 +00:00
fritz e25ae4a7b4 Update to vbox 2.0.0b4 1997-10-22 20:46:36 +00:00
fritz ac13b31879 Added include for compilation with libc6 1997-08-22 12:25:38 +00:00
michael 7244248e73 Please see CHANGES for a detailed description 1997-05-10 10:58:08 +00:00
michael d9b8a498c7 Please see CHANGES for a detailed description 1997-04-28 16:51:11 +00:00
michael b4ef683b6c Please see CHANGES for a detailed description 1997-04-04 09:31:49 +00:00
fritz 2a62aa9e4f Bugfix: Changes for bash-2.00.0:
workaround for empty list in for-loops.
        workaround for missing allow_null_glob_expansion
Bugfix: CONFIG_HASX11 was not reset on non-X11 systems.
1997-04-03 08:56:40 +00:00
fritz 33d3e4239b Removed defaults from .Config.in scripts, since these are in
scripts/defconfig anyway.
1997-03-25 02:35:07 +00:00