1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
vgetty
--------
The voice extensions for the mgetty+sendfax package
Copyright (C) 1995-1998 Marc Eberhard.
[ The maintenance has been taken over by
Marc SCHAEFER <schaefer@alphanet.ch>
http://www-internal.alphanet.ch/~schaefer/vgetty.html
]
The legal stuff
-----------------
This file is the Readme file for the voice extensions of the
mgetty+sendfax package. This copyright is valid for all files within
this directory and all further subdirectories.
vgetty is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Some warning
--------------
WARNING: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
WARNING: * *
WARNING: * T H I S I S A B E T A T E S T R E L E A S E ! *
WARNING: * *
WARNING: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Hints
-------
The number of bug reports has drastically decreased, so either all people
gave up or there are not so many bugs left. For those, who start with
vgetty, please read the file doc/Readme.Beginners very careful. If you mail
me a question, that is answered there, in the mgetty FAQ or the mgetty
mailing list archive, I'm probably not going to answer your mail. This is
not ment personally against you, it's just my limited time. I apologize for
not being able to provide a better support.
If you have problems with playing or recording messages with your local
telephone, you might be interested in the ZyXEL switch box. This box is
useful for modems, that do not provide power for a telephone connected to
the modem. With this switch box you can record and play messages with your
local telephone. To record and play messages, use vm with the -t option to
tell the modem to use the telco line.
If you have problems, feel free to write me a mail. I'm always very busy, so
it might take a while until you receive a reply from me. If you don't get
one within 14 days, something went wrong and you should try again.
If you want to mail me a bug fix or a new feature, you added to vgetty,
please mail me a unified diff of your changes. Everything else is more work
for me and since I don't have the time, I will probably never add your
changes. To produce such a diff, copy the original file from the
distribution to file.c.orig, then modify file.c and test it out and then use
the command "diff -u file.c.orig file.c > patch_for_marc" and mail me the
diff file "patch_for_marc". The option -u is important, because otherwise
you procude a different kind of diff. I apologize for this, but my time only
permits me to accept unified diffs. This is, because I'm never adding new
code directly to the sources, I'm always reading your changes and then I
decide, whether I will include them or not. Thanks for your help!
Vgetty was developed and maintained by
Marc Eberhard <marc@greenie.net>
up to this release with help from many other people. See the Credits file
for details.
From this release on the new maintainer and developer of vgetty is
Marc Schaefer <schaefer@alphanet.ch>
and I wish him good luck and all the best!
Alternative projects to vgetty:
http://search.cpan.org/search?mode=module&query=ivrs
Doesn't used vgetty, but uses the pvftools. Seems to support only
some USRobotics.
$Id: Readme,v 1.7 2001/02/24 10:24:29 marcs Exp $
|