Yes, Macro will return to calling context BUT use GoSub instead and your life will be easy. Forget using Macro whenever you need to get user input in there.<br><br><div class="gmail_quote">On Mon, Oct 24, 2011 at 2:35 PM, bilal ghayyad <span dir="ltr">&lt;<a href="mailto:bilmar_gh@yahoo.com">bilmar_gh@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi All;<br>
<br>
Is it possible to be part of the voicemail to play a wave message as following:<br>
<br>
The person you are calling is not available, press 0 if you need to call the operator or 1 to leave voice message?<br>
<br>
I know that I can do this as part of the extensions.conf, but I am looking if it possible to be part of the voicemail function it self?<br>
<br>
Actually below is the macro that I am using it for the voicemail, but really I am facing a troubles and it is not working properly. I would like to ask about somthing: the macro is not considered to be a context? In other words, if I used the Background function, so it come back to the original context or it apply the rules in the macro?<br>

<br>
[macro-voicemail]<br>
<br>
exten =&gt; 108,1,Dial(${ARG1},20)<br>
exten =&gt; 108,2,Voicemail(${MACRO_EXTEN}@Internal,u)<br>
exten =&gt; 108,3,Goto(IncomingPSTN,t,3)<br>
<br>
exten =&gt; s,1,Dial(${ARG1},20)<br>
exten =&gt; s,2,Background(voicemail-opt)<br>
exten =&gt; s,102,Background(voicemail-opt)<br>
<br>
exten =&gt; 1,1,Voicemail(${MACRO_EXTEN}@Internal,u)<br>
exten =&gt; 1,2,Goto(IncomingPSTN,t,3)<br>
exten =&gt; 0,1,Macro(voicemail,SIP/108)<br>
<br>
exten =&gt; i,1,Voicemail(${MACRO_EXTEN}@Internal,u)<br>
exten =&gt; i,2,Hangup()<br>
<br>
exten =&gt; t,1,Voicemail(${MACRO_EXTEN}@Internal,u)<br>
exten =&gt; t,2,Goto(IncomingPSTN,t,3)<br>
exten =&gt; t,3,Hangup()<br>
<br>
exten =&gt; a,1,VoicemailMain(${MACRO_EXTEN})<br>
;<br>
<br>
<br>
Regards<br>
Bilal<br>
<font color="#888888"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</font></blockquote></div><br>