<div dir="ltr">On Fri, Jul 29, 2016 at 10:43 PM, Nabeel <span dir="ltr"><<a href="mailto:nabeelshikder@gmail.com" target="_blank">nabeelshikder@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>I am using Asterisk voicemail on a CentOS 7 server. I would like to be able to remove the 'mailbox' prompt and 'password' prompt when a user tries to access their voicemail. I can remove the 'password' prompt by not setting a password for the user, but the 'mailbox' prompt is always heard. Please let me know how Asterisk can be configured to remove these prompts.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Nabeel</div></font></span></div>
</blockquote><div><br></div>It sounds like you really want it to jump straight into one voicemail box with no auth, not just removing the prompts. Try something like this<br><br></div><div class="gmail_quote">exten => *85,1,VoicemailMain(100,s)<br><br></div><div class="gmail_quote">When you dial *85, you will get voicemail for mailbox 100, and no passcode prompt. Jumps straight into the menu "You have FOUR new messages..."<br><br></div><div class="gmail_quote">--<br>Brian Wilson<br></div><div class="gmail_quote">Wildsong<br><br></div></div></div>