<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">&lt;<a href="mailto:asabatgirl@hotmail.com" target="_blank">asabatgirl@hotmail.com</a>&gt;</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:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">Hello,</span><br style="margin:0px;padding:0px;font-family:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">
<br style="margin:0px;padding:0px;font-family:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px"><span style="font-family:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,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:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">
<span style="font-family:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">exten =&gt; 7001,n,Playback(vm-nobodyavail)</span><br style="margin:0px;padding:0px;font-family:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">
<br style="margin:0px;padding:0px;font-family:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px"><span style="font-family:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">Now I am trying to use the other features for Asterisk&#39;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&#39;t find a clear way in the wiki about that!</span></font><div>
<font style><span style="font-family:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,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:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px">
<br style="margin:0px;padding:0px;font-family:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif;font-size:13px;line-height:18.328125px"><span style="font-family:&#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,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&#39;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&#39;t show the Voicemail() app call in your dialplan. Don&#39;t forget to add the &#39;u&#39; option to the call for unavailable:<br>
<br></div><div>exten =&gt; 7001,n.Voicemail(7001,u) <br><br></div><div>to actually get the voicemail unavailable message to be played.  Use &#39;b&#39; for busy. In asterisk, you can type &quot;core show application voicemail&quot; 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>