<p dir="ltr">Finally got it working with 3 attempts by the fialplan,</p>
<p dir="ltr">exten = 300,1,Playback(letters/a)<br>
exten = 300,n,Set(gottries=0)<br>
exten = 300,n(getmore),Set(rightPIN=1)<br>
exten = 300,n,Read(inPIN,,1,skip,3,3) ; Attempts for 3 times with 3 seconds of timeout<br>
exten = 300,n(gotdigit),GotoIf($[&quot;${inPIN}&quot; = &quot;${rightPIN}&quot;]?pin-accepted,1)<br>
exten = 300,n,Set(gottries=$[${gottries}+1];<br>
exten = 300,n,GotoIf($[${LEN(${inPIN})} == 0]?reallynothing:gotdigit)<br>
exten = 300,n(reallynothing),GotoIf($[${gottries}&gt;3]?done:getmore) ; Attempts for 3 tries if greater than 3 then it will come out or else getmore will called<br>
exten = 300,n(done),Playback(letters/c) ; Didn&#39;t go to pin-accepted, so play badPIN and hangup<br>
exten = pin-accepted,1,Playback(letters/b) ; correct pin, play</p>
<p dir="ltr">Thanks<br>
</p>
<div class="gmail_quote">On 25 May 2013 15:38, &quot;Gopalakrishnan N&quot; &lt;<a href="mailto:gopalakrishnan.an@gmail.com">gopalakrishnan.an@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Am using Read application to get the digit, since its recognizing... I would like to get for 3 attempts and then after 3rd attempt it has to playback some different message like entries exceeded. <div><br></div>

<div>My dialplan as,</div><div><div>exten = 100,1(begin),Playback(letters/a)</div><div>exten = 100,n,Set(rightPIN=1)</div><div>exten = 100,n,Read(inPIN,,1,skip,3,3) ; Attempts for 5 times with 3 seconds of timeout</div>
<div>exten = 100,n,GotoIf($[&quot;${inPIN}&quot; = &quot;${rightPIN}&quot;]?pin-accepted,1)</div><div>exten = 100,n,Playback(letters/c) ; Didn&#39;t go to pin-accepted, so play badPIN and hangup</div><div>exten = pin-accepted,1,Playback(letters/b) ; correct pin, play</div>

<div><br></div><div><br></div><div>what happens its keep on asking to enter digit If my DTMF didnt match. Do i need to use any return function... ?</div><div><br></div><div>Actually my goal is to ask for 3 times and if not matched then return to some other application. </div>

<div><br></div><div>Thanks in advance. </div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 25, 2013 at 3:19 PM, Gopalakrishnan N <span dir="ltr">&lt;<a href="mailto:gopalakrishnan.an@gmail.com" target="_blank">gopalakrishnan.an@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 dir="ltr">With Asterisk 1.8 I got it working. <div><br></div><div>Regards</div></div><div><div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 25, 2013 at 2:37 AM, Gopalakrishnan N <span dir="ltr">&lt;<a href="mailto:gopalakrishnan.an@gmail.com" target="_blank">gopalakrishnan.an@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"><p dir="ltr">Tried info, rfc2833, inband and finally kept as auto.</p>
<div class="gmail_quote"><div><div>On 25 May 2013 02:20, &quot;Doug Lytle&quot; &lt;<a href="mailto:support@drdos.info" target="_blank">support@drdos.info</a>&gt; wrote:<br type="attribution"></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div>
<div><div style="font-size:12pt;font-family:arial,helvetica,sans-serif"><div>&gt;&gt; dtmfmode=auto<br></div><div><br></div><div>dtmfmode=info <br></div><div><br></div><div>or <br></div><div><br></div><div>dtmfmode=rfc2833<br>



</div><div><br></div><div>Doug<br></div><div><br></div><div><br></div><div>-- <br></div><div><span name="x"></span>Ben Franklin quote:<br><div><br></div>&quot;Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety.&quot;<span name="x"></span><br>



</div></div></div><br></div></div><span><font color="#888888">--<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></font></span></blockquote></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</blockquote></div>