<HTML>
<HEAD>
<TITLE>FW: [Asterisk-Users] Retrieving dtmf, passing to shell and getting the result</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
</SPAN></FONT><FONT SIZE="4"><FONT FACE="Courier, Courier New"><SPAN STYLE='font-size:13.0px'>John thanks for the help. When I change my plan to this and then dial 2 it gives me a busy signal. When troubleshooting I added an exten =&gt; 2,1 Ringing (just as a check) it rang and went straight to busy. On the console I got:<BR>
--Executing Ringing(&#8220;SIP/-00816800&#8221;, &#8220;&#8221;) in new stack<BR>
==Spawn extension(default, 2, 2) exited non-zero on &#8216;SIP/-00816800&#8217;<BR>
<BR>
Any ideas?<BR>
<BR>
Jane<BR>
<BR>
&gt;Jane,<BR>
&gt;try this<BR>
&gt; exten =&gt; 2,2,read (firstnumber,enter-first,5)<BR>
&gt; exten =&gt; 2,3,read (secondnumber,enter-second,2)<BR>
&gt; exten =&gt; 2,4,system(/usr/local/Scripts/CheckNumbers.sh &nbsp;${firstnumber} <BR>
&gt;${secondnumber})<BR>
&gt;I believe it is the syntax that is holding you back.<BR>
&gt;John M<BR>
<BR>
Original Post<BR>
&gt;&gt;<I> I have my asterisk server up and running on OS X and now need to add the<BR>
</I>&gt;&gt;<I> capability to play a sound file asking for a 5 digit number, play another<BR>
</I>&gt;&gt;<I> message asking for a 2 digit number, pass these variables to a shell<BR>
</I>&gt;&gt;<I> script, and get the result. I have tried a number of different scenarios<BR>
</I>&gt;&gt;<I> but they are not working. I have read through the wiki, past posts, and<BR>
</I>&gt;&gt;<I> numerous websites.<BR>
</I>&gt;&gt;<I> The sound files are enter-first &amp; enter-second<BR>
</I>&gt;&gt;<I> The shell script is CheckNumbers.sh<BR>
&gt;</I>&gt;<BR>
<I>&gt;</I>&gt;<I> exten =&gt; 2,2,get_data (&quot;enter-first&quot;,&quot;10000&quot;,&quot;5&quot;)<BR>
&gt;</I>&gt; <I>exten =&gt; 2,3,get_data (&quot;enter-second&quot;,&quot;10000&quot;,&quot;2&quot;)<BR>
&gt;</I>&gt; <I>exten =&gt; 2,4,system(/usr/local/Scripts/CheckNumbers.sh ${firstnumber,<BR>
&gt;</I>&gt; <I>secondnumber)<BR>
&gt;</I>&gt;<BR>
<I>&gt;</I>&gt;<BR>
<I>&gt;</I>&gt; <I>I really appreciate your help!<BR>
&gt;</I>&gt;<BR>
<I>&gt;</I>&gt; <I>Jane<BR>
</I></SPAN></FONT></FONT>
</BODY>
</HTML>