You need to do some reading :-)<div><br></div><div>I will give you a quick teach here. At the end of file /etc/asterisk/extensions_custom.conf (if you are running FreePBX) OR in /etc/asterisk/extensions.conf (if you are running vanilla Asterisk) add this: </div>

<div><br></div><div>[first-Dialplan]</div><div>exten =&gt; s,1,Answer</div><div>exten =&gt; s,n,Playback(Welcome)</div><div>exten =&gt; s,n,Read(numb,,10)</div><div>exten =&gt; s,n,NoOp(${numb})</div><div><br></div><div>
And send your inbound route to context first-Dialplan so that it&#39;s triggered when a call comes in. Then on terminal do a &quot;asterisk -rvvvvvvvv&quot; and you will see the NoOp show the DTMF number entered. From there on you can do anything you want with the variable ${numb}</div>

<div><br></div><div>If any part of above is unclear to you, you must consult your friend, google, for examples of Asterisk dialplan.</div><div><br></div><div>-Bruce<br><br><div class="gmail_quote">On Sat, Jul 10, 2010 at 2:38 PM, Eyal Goltzman <span dir="ltr">&lt;<a href="mailto:egoltzman@gmail.com">egoltzman@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">








<div lang="EN-US" link="blue" vlink="purple">

<div>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Thanks, but I&#39;m missing something here, the dial command is
where? </span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D"> </span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">I need to do something like:</span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Dial(1234)</span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Read(1 digit)</span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">DoSomthing(based on digit from 1234)</span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D"> </span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">And as far as I understand the Dial start the call and only come
back (ig you use the g option) after call finished.</span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D"> </span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Eyal</span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D"> </span></p>

<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">

<p class="MsoNormal"><b><span style="font-size:10.0pt">From:</span></b><span style="font-size:10.0pt">
<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>
[mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com" target="_blank">asterisk-users-bounces@lists.digium.com</a>] <b>On Behalf Of </b>bruce
bruce<br>
<b>Sent:</b> Saturday, July 10, 2010 9:30 PM<br>
<b>To:</b> Asterisk Users Mailing List - Non-Commercial Discussion<br>
<b>Subject:</b> Re: [asterisk-users] How can get user inputs from called party
after dial?</span></p>

</div><div><div></div><div class="h5">

<p class="MsoNormal"> </p>

<p class="MsoNormal">You need read():</p>

<div>

<p class="MsoNormal"><a href="http://www.voip-info.org/wiki/view/Asterisk+cmd+Read" target="_blank">http://www.voip-info.org/wiki/view/Asterisk+cmd+Read</a></p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal">It&#39;s as easy as:</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal">exten =&gt; s,n,Read(variable,,11)</p>

</div>

<div>

<p class="MsoNormal">exten =&gt; s,n,NoOp(${variable})</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal">Above will take up to 11 digits input by user and will
display it back in NoOP on Asterisk CLI.</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal" style="margin-bottom:12.0pt">-Bruce</p>

<div>

<p class="MsoNormal">On Sat, Jul 10, 2010 at 2:16 PM, eyal goltzman &lt;<a href="mailto:egoltzman@gmail.com" target="_blank">egoltzman@gmail.com</a>&gt; wrote:</p>

<div>

<div>

<p class="MsoNormal">Hi,</p>

</div>

<div>

<p class="MsoNormal">I want to dial a party, play him a message and wait for his
input, i.e. DTMF digits and use them to control the rest of the dial plan.</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal">How do I do it?</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal">If I use Dial it will not return until the end of the call,
isn&#39;t it?</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal">Thanks,</p>

</div>

<div>

<p class="MsoNormal"> </p>

</div>

<div>

<p class="MsoNormal">Eyal</p>

</div>

<p class="MsoNormal"> </p>

</div>

<p class="MsoNormal"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></p>

</div>

<p class="MsoNormal"> </p>

</div>

</div></div><p><span style="font-size:10.0pt">No virus
found in this incoming message.<br>
Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
Version: 9.0.830 / Virus Database: 271.1.1/2991 - Release Date: 07/10/10
09:36:00</span></p>

</div>

</div>


<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>