<p dir="ltr">If I remove the password, how can anyone access the mailbox if the 'mailbox' prompt is not played?</p>
<p dir="ltr">Nabeel</p>
<div class="gmail_extra"><br><div class="gmail_quote">On 30 Jul 2016 3:19 p.m., "D'Arcy J.M. Cain" <<a href="mailto:darcy@vex.net">darcy@vex.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, 30 Jul 2016 06:43:47 +0100<br>
Nabeel <<a href="mailto:nabeelshikder@gmail.com">nabeelshikder@gmail.com</a>> wrote:<br>
> I am using Asterisk voicemail on a CentOS 7 server. I would like to<br>
> be able to remove the 'mailbox' prompt and 'password' prompt when a<br>
<br>
I assume that you mean when they access it from their own phone.<br>
<br>
> user tries to access their voicemail. I can remove the 'password'<br>
> prompt by not setting a password for the user, but the 'mailbox'<br>
<br>
Bad, bad idea.  If you remove the password then anyone can get to the<br>
mailbox.<br>
<br>
> prompt is always heard. Please let me know how Asterisk can be<br>
> configured to remove these prompts.<br>
<br>
Define this local extension:<br>
<br>
exten => *98,1,Verbose(0,${CHANNEL(peername)} calling voicemail)<br>
    same => n,VoicemailMain(${CHANNEL(peername)}@VoiceMail,s)<br>
    same => n,Hangup<br>
<br>
<br>
--<br>
D'Arcy J.M. Cain<br>
System Administrator, Vex.Net<br>
<a href="http://www.Vex.Net/" rel="noreferrer" target="_blank">http://www.Vex.Net/</a> IM:darcy@Vex.Net<br>
VoIP: sip:darcy@Vex.Net<br>
</blockquote></div></div>