<HTML>
<HEAD>
<TITLE>Retrieving dtmf, passing to shell, and getting the result</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
I have my asterisk server up and running on OS X and now need to add the capability to play a sound file asking for a 5 digit number, play another message asking for a 2 digit number, pass these variables to a shell script, and get the result. I have tried a number of different scenarios but they are not working. I have read through the wiki, past posts, and numerous websites. <BR>
The sound files are enter-first &amp; enter-second<BR>
The shell script is CheckNumbers.sh<BR>
<BR>
exten =&gt; 2,2,get_data (&quot;enter-first&quot;,&quot;10000&quot;,&quot;5&quot;) <BR>
exten =&gt; 2,3,get_data (&quot;enter-second&quot;,&quot;10000&quot;,&quot;2&quot;)<BR>
exten =&gt; 2,4,system(/usr/local/Scripts/CheckNumbers.sh ${firstnumber, secondnumber)<BR>
<BR>
<BR>
I really appreciate your help!<BR>
<BR>
Jane</SPAN></FONT>
</BODY>
</HTML>