<div dir="ltr"><div><div><div><div class="gmail_quote">On Fri, Jul 29, 2016 at 11:01 PM, Nabeel <span dir="ltr"><<a target="_blank" href="mailto:nabeelshikder@gmail.com">nabeelshikder@gmail.com</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><div dir="ltr">Hello,<div><br></div><div>I
 would like to remove the 'Comedian Mail' name/message played when a 
user tries to access their voicemail. Please let me know how to do this.</div><span class="gmail-HOEnZb"><font color="#888888"><div><br></div><div>Nabeel</div></font></span></div>
</blockquote></div><br>It plays a file /var/lib/asterisk/sounds/en/vm-login.wav<br><br></div><div>The recording says "Comedian Mail, please log in now." We thought we still needed a voice prompt, so we recorded a new message.<br></div><div><br clear="all">I am not sure what happens if the file is missing, try removing it and test.<br></div><div>Alternatively the file could be empty (0 seconds of audio) or have a tone or some other sound in it as feedback. <br></div></div><br>The file has to be in the right format for asterisk, after recording it on a Windows machine, I used this command to convert it:<br><br>sox infile.wav -r 8000 -e signed-integer -b 16 -c 1 outfile.wav<br><br></div>"Sox" figures out the input format.<br><div><div><div><div><div class="gmail_extra"><br>--<br>Brian Wilson<br></div><div class="gmail_extra">Wildsong<br><br></div></div></div></div></div></div>