Displaying 1 result from an estimated 1 matches for "xbatch".
Did you mean:
batch
2006 Dec 22
2
System Application with java
Hi,
I created a script named example2.sh which goal is read some text from my HP Service Desk using an application in java and send this text to the text2wave application for TTS.
example2.sh
java -Xbatch Example10 | text2wave -f 8000 -o /var/lib/asterisk/sounds/my-sd.wav
When I execute the script in prompt, everything is ok, but when I use the system() command in my
extensions.conf it isn?t work, just a small file my-sd.wav is created.
Here my extensions.conf configuration
;testing text2wav
ext...