Problem: ISDN + vgetty + shell scripts
Andreas Bauer (ab@voltage.de)
19 Nov 1999 1923:01:46 +0100
hi
i´m running vgetty >experimental test release 0.9.4 / 20Jul99< with the
isdn4linux code from kernel 2.2.13 and an Sedlbauer ISDN card.
for better speech quality i´ve set raw_data true and rec_compression 6 in
voice.conf.
now my problem: the following sequence does not work as expected but the
PLAY command returns with READY while the output of $FILE is not yet
finished.
RECORD $FILE => RECORDING
[...]
STOP => READY
PLAY $FILE => PLAYING
=> READY (but still playing for several seconds)
STOP => READY (but does not stop playing)
when i append a number (e.g. 999) to the play command it returns the READY
much too late. what could i do?
and secondly, if i record message this way and play it again, there is
always some junk at the end of the message. why?
thanks very much,
Andreas