<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Sun, Sep 22, 2013 at 3:07 PM, Asmaa Ahmed <span dir="ltr"><<a href="mailto:asabatgirl@hotmail.com" target="_blank">asabatgirl@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div dir="ltr"><font style><span style="font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">Hello,</span><br style="margin:0px;padding:0px;font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">
<br style="margin:0px;padding:0px;font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px"><span style="font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">For the time being I am using the following line to play the original saved message by Asterisk</span><br style="margin:0px;padding:0px;font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">
<span style="font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">exten => 7001,n,Playback(vm-nobodyavail)</span><br style="margin:0px;padding:0px;font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">
<br style="margin:0px;padding:0px;font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px"><span style="font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">Now I am trying to use the other features for Asterisk's voicemail. I have recorded a message, and I can see it saved on the system, but still Asterisk keeps playing the original message... Is there something I can add to let the subscriber plays his recorded message if he has a one? I couldn't find a clear way in the wiki about that!</span></font><div>
<font style><span style="font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">Also can I go more to play specific messages depending on the day/time, a specific message for the holidays for example?</span><br style="margin:0px;padding:0px;font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">
<br style="margin:0px;padding:0px;font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px"><span style="font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">Thanks.</span></font></div>
                                           </div></div>
<br><br clear="all"></blockquote><div><br></div><div>Asmaa--<br><br></div><div>It's not entirely clear to me what the problem is, but it appears that you have recorded an unavailable message via the voicemail (comedian) app, and are not getting<br>
that message played back when someone is routed to voicemail for that user.<br><br></div><div>If this is indeed the problem, you didn't show the Voicemail() app call in your dialplan. Don't forget to add the 'u' option to the call for unavailable:<br>
<br></div><div>exten => 7001,n.Voicemail(7001,u) <br><br></div><div>to actually get the voicemail unavailable message to be played. Use 'b' for busy. In asterisk, you can type "core show application voicemail" to get the <br>
</div><div>documentation for that app.<br><br></div><div>As to the message you can play, voicemail has absolutely no mechanisms to allow you to apply some time schedules to your IVR prompts.<br></div><div>But, if you null out the plain/busy/unavail messages, you can use the dialplan to set up any kind of opening messages you want, and in that<br>
way, you can do almost anything imaginable. When you get done playing whatever you want, then call the Voicemail() app for that user. If you <br></div><div>use a few milliseconds of silence in all the recorded message files, then you have effectively overridden its built-in sound file playing with your<br>
</div><div>own introductory messages instead. <br></div><div><br></div><div>murf <br></div></div><br>-- <br><div dir="ltr"><br>Steve Murphy<br><br></div>
</div></div>