Displaying 2 results from an estimated 2 matches for "untoast".
Did you mean:
unicast
2003 Apr 20
1
Macros not working as expected with extension "h" in some circumstances
....wav ${CALLFILENAME}-out.wav > ${CALLFILENAME})
exten => s,4,System(/bin/rm ${MONITORDIR}/${CALLFILENAME}-in.wav ${MONITORDIR}/${CALLFILENAME}-out.wav)
;
; This part of the routine compresses the .wav files into a .gsm file for
; better storage (about 1/5 the size of a .wav file). Use "untoast" to restore
; to normal wav file format. (toast and untoast are fairly standard on Linux systems)
;
exten => s,5,System(/usr/bin/toast -F ${CALLFILENAME})
;
; End of routine, return to calling point (note: NoOp required for GotoIf at priority 1)
exten => s,6,NoOp
Output when the ori...
2004 Jan 20
3
Still problems at compiling
...xt \
./tst/cod2lin ./tst/cod2txt \
./tst/gsm2cod \
./tst/*.*.*
find . \( -name core -o -name foo \) \
-print | xargs rm -f
rm -f ./lib/libgsm.a ./add-test/add \
./bin/toast ./bin/tcat ./bin/untoast \
./gsm-1.0.tar.Z
make[2]: Leaving directory `/usr/src/asterisk/codecs/gsm'
make -C lpc10 clean
make[2]: Entering directory `/usr/src/asterisk/codecs/lpc10'
rm -f *.o ./liblpc10.a
make[2]: Leaving directory `/usr/src/asterisk/codecs/lpc10'
make -C ilbc clean
make[2]:...