You can do this with play_and_get_digits. Just put the correct &quot;pin&quot; value in the regex value of pagd. If they enter the incorrect value then just have the &quot;failure&quot; value be a transfer to a &quot;thank you, goodbye&quot; extension or something like that.<br>
<br>This is your basic pagd syntax:<br><font size="1"><span style="font-family:courier new,monospace">&lt;action application=&quot;play_and_get_digits&quot; data=&quot;4 4 3 # /enter_pin.wav /invalid_entry.wav digits 1234 2000 oops &quot;/&gt;</span><br style="font-family:courier new,monospace">
</font><br>(Note that you need to use real file names - see the play_and_get_digits syntax for all the details.)<br><br>Then you need an &quot;oops&quot; extension for when they enter the wrong value&quot;<br><br><font size="1"><span style="font-family:courier new,monospace">&lt;extension name=&quot;oops, wrong PIN&quot;&gt;</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">  &lt;condition field=&quot;destination_number&quot; expression=&quot;^oops$&quot;&gt;</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">     &lt;action application=&quot;playback&quot; data=&quot;too_many_failed_entries.wav&quot;/&gt;</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">     &lt;action application=&quot;hangup&quot;/&gt;</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  &lt;/condition&gt;</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">&lt;/extension&gt;</span><br style="font-family:courier new,monospace"></font><br>(Again, you&#39;ll need a real sound file with some sort of message telling the caller that he/she entered too many failures. Check our list of sound files in the ivr subdir - there might be one you can use.)<br>
<br>Have fun!<br><br>-MC<br><br><div class="gmail_quote">On Mon, Dec 26, 2011 at 1:06 PM,  <span dir="ltr">&lt;<a href="mailto:georg@riseup.net">georg@riseup.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
As the subject states: I&#39;m searching for an application similar to<br>
Asterisks &#39;Authenticate&#39; [1]. The description writes: &quot;The application<br>
requires a user to enter a password in order to continue execution.&quot; I&#39;ve<br>
found on the wiki the function used for conference rooms, however I need<br>
this for a public reachable phone number, which then leads to a call<br>
redirection system.<br>
<br>
Thanks,<br>
Georg<br>
<br>
[1] <a href="http://www.voip-info.org/wiki/view/Asterisk+cmd+Authenticate" target="_blank">http://www.voip-info.org/wiki/view/Asterisk+cmd+Authenticate</a><br><br></blockquote></div>