Does the user who is running asterisk has permissions to execute it? check you script file permissions.<br><br><div><span class="gmail_quote">On 12/22/06, <b class="gmail_sendername">Andre Gustavo Lomonaco</b> &lt;<a href="mailto:lomonaco@easybyte.com.br">
lomonaco@easybyte.com.br</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>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.<br><br>example2.sh<br><br>java -Xbatch Example10&nbsp;| text2wave -f 8000&nbsp;-o /var/lib/asterisk/sounds/my-
sd.wav<br><br>When I execute the script in prompt, everything is ok, but when I use the system() command in my<br>extensions.conf it isnīt work,&nbsp;just a small file my-sd.wav is created.<br><br>Here my extensions.conf configuration 
<br><br>;testing text2wav<br>exten =&gt; 666,1,Answer<br>exten =&gt; 666,2,system(/root/example2.sh &gt;&gt; /root/log.txt )<br>exten =&gt; 666,3,system(echo &quot;${SYSTEMSTATUS}&quot; &gt;&gt; /root/log.txt)<br>exten =&gt; 666,4,wait(10)
<br>exten =&gt; 666,5,Playback(my-sd)<br>exten =&gt; 666,6,Hangup<br><br>And here the logging by Asterisk..<br><br>Connected to Asterisk 1.2.13 currently running on fedora (pid = 1951)<br>Verbosity is at least 3<br>&nbsp;&nbsp;&nbsp; -- Remote UNIX connection
<br>&nbsp;&nbsp;&nbsp; -- Executing Answer(&quot;SIP/lomonaco-0945fd18&quot;, &quot;&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing System(&quot;SIP/lomonaco-0945fd18&quot;, &quot;/root/example2.sh &gt;&gt; /root/log.txt &quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing System(&quot;SIP/lomonaco-0945fd18&quot;, &quot;echo &quot;SUCCESS&quot; &gt;&gt; /root/log.txt&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing Wait(&quot;SIP/lomonaco-0945fd18&quot;, &quot;10&quot;) in new stac<br>
<br>Any help or tip<br><br>Thanks in Advanced<br><span class="sg"><br>Andre Lomonaco

</span><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://Easynews.com" target="_blank">Easynews.com</a> --
<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br><br></blockquote></div><br>