mgetty 1.1.5 (vgetty): best Version ever
"Bjarne Pohlers" (bjarne@uni-muenster.de)
Wed, 30 Apr 1997 11:15:55 +0200
Sven Palme <Sven.Palme@BerlinOnline.de> writes:
> SO the questions are:
> 1: How can I record a message with microphone ?
> (cat /dev/audio | basictopvf | pvftormd ISDN4Linux 4 > FILENAME)
> works - but is it really a good solution ?
> 2: How to STOP this recording ?
You can just press Ctrl-C to stop your recording but this might remove
the last second due to audio data left in some buffers...
If you know how long your recording will be you can use dd to
record the file:
dd if=/dev/audio bs=8000 count=<seconds> | basictopvf -8 | pvftormd
ISDN4Linux 4 > <filename>
will recorde <seconds> seconds.
> 3: Solves HiSax the Problem with the RING-counter
> (1-acustic-ring counts 5 ISDN-rings) ?
Yes, upgrade to HiSax 2.0.4 (patches isdn4kernel2.0.29,
isdn4kernel2.0.29.1, isdn4kernel2.0.29.2, isdn4kernel2.0.29.3 and
isdn4kernel2.0.29.4 (see ftp://ftp.franken.de/pub/isdn4linux).
> 4: Where I find the ErrorMessages of vgetty printed
> in the logfile
> (No Answer, Nobody etc.) Did they CHANGED ???
> is the format still the same as of Version 0.23 ?
Use the source :-) But if you use a newer version of HiSax there
should not be any error messages.
> 5: HOW can I send a message via ISDN-card, if DTMF-tones
> arrive ? vm will NOT do that !
> Is there a tool ?
Have a look at dtmf.sh in the scripts subdirectory of vgetty and
modify it to your needs.
--
Bjarne Pohlers <bjarne%libelle.uucp%von-neumann@math.uni-muenster.de>
PGP Key available with 'finger -l bjarne@math.uni-muenster.de'
.