Solved.<br><br>Thanks SwK!<br><br>For anyone else who runs into this problem, you need to make sure that the pwd is /usr/local/freeswitch/scripts if you plan on putting your script in the scripts folder. to check this, open up fs_cli and do:<br>
<br><span>system /bin/pwd &gt;/tmp/fs_pwd<br><br>...then go and look at /tmp/fs_pwd. That should tell you what you need to know!<br><br>You can always run the script from somewhere else by doing:<br><br>system /path/to/script.sh arg1<br>
<br>-BDF<br></span><br><div class="gmail_quote">On Thu, Jan 19, 2012 at 9:50 PM, Brian Foster <span dir="ltr">&lt;<a href="mailto:bdfoster@endigotech.com">bdfoster@endigotech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hola,<br><br>I&#39;m trying to run a BASH script which turns sends a message to Google&#39;s Transcription API. It&#39;s a modified version of the example posted on the wiki. Here we go:<br><br><br clear="all">!. #!/bin/sh<br>

2. sox $1 message.flac pad .1 0 rate 16k<br>3. wget -q -U &quot;Mozilla/5.0&quot; --post-file message.flac --header=&quot;Content-Type: audio/x-flac; rate=16000&quot; -O - &quot;<a href="http://www.google.com/speech-api/v1/recognize?lang=en-us&amp;client=chromium" target="_blank">http://www.google.com/speech-api/v1/recognize?lang=en-us&amp;client=chromium</a>&quot; &gt; message.ret<br>

4. echo &quot;$(cat message.ret | sed &#39;s/.*utterance&quot;:&quot;//&#39; | sed &#39;s/&quot;,&quot;confidence.*//&#39;)&quot;<br>5. rm message.flac<br>6. rm message.ret<br>7. # rm $1<br><br>Before I stick that in a dialplan, I&#39;ve been trying to run it within fs_cli to make sure it works. However, I get:<br>

<br>-ERR no reply<br><br>...every time I run it. Is there some fundamental flaw that FreeSWITCH doesn&#39;t recognize as an output? I plan on putting together a few BASH scripts and a dialplan to basically do the same thing that Mundy has done with &quot;Siriously&quot;. <br>

<br>-BDF<span class="HOEnZb"><font color="#888888"><br>-- <br><br>This message contains confidential information and is intended for those listed in the &quot;To:&quot;, &quot;CC:&quot;, and/or &quot;BCC:&quot; fields of the message header.If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.<br>

<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br>Brian D. Foster<br>Endigo Computer LLC<br>Email: <a href="mailto:bdfoster@endigotech.com" target="_blank">bdfoster@endigotech.com</a><br>Phone: 317-429-1069<br>
Indianapolis, Indiana, USA<br><br>This message contains confidential information and is intended for those listed in the &quot;To:&quot;, &quot;CC:&quot;, and/or &quot;BCC:&quot; fields of the message header.If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.<br>
<br>