<div class="gmail_quote">On Thu, Apr 21, 2011 at 12:26 PM, satish patel <span dir="ltr">&lt;<a href="mailto:satish_lx@hotmail.com">satish_lx@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>
Hi,<br><br>I am looking at <a href="http://www.theschmandts.org/blog/?p=28" target="_blank">http://www.theschmandts.org/blog/?p=28</a>  to setup missed call notification but i am having issue. following is my dialplan <br>
<br>[macro-stdexten]<br>exten =&gt; s,1,Dial(${ARG2})<br>exten =&gt; s,2,Goto(s-${DIALSTATUS},1)                            ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)<br>exten =&gt; s-NOANSWER,1,Voicemail(${ARG1},u)               ; If unavailable, send to voicemail w/ unavail announce<br>
exten =&gt; s-NOANSWER,2,Goto(default,s,1)                 ; If they press #, return to start<br>exten =&gt; s-BUSY,1,Voicemail(${ARG1},b)                   ; If busy, send to voicemail w/ busy announce<br>exten =&gt; s-BUSY,2,Goto(default,s,1)                             ; If they press #, return to start<br>
exten =&gt; _s-.,1,Goto(s-NOANSWER,1)                              ; Treat anything else as no answer<br>exten =&gt; a,1,VoicemailMain(${ARG1})                             ; If they press *, send the user into VoicemailMain<br>
exten =&gt; h,1,System(/var/lib/asterisk/agi-bin/processcallemail.sh &quot;${ARG3}&quot; &quot;${CALLERID(num)}&quot; &quot;${CALLERID(name)}&quot; &quot;${DIALSTATUS}&quot; &quot;${VMSTATUS}&quot; &quot;${EXTEN}&quot;)<br>
<br><br>[from-sip]<br>exten =&gt; _7[0123]XX,1,macro(stdexten,${EXTEN},sip/${EXTEN})<br><br><br><br>Following CLI output look like its not executing h extension in macro-stdexten. But if i add h extension in [from-sip] it works! do you know why ?<br>
<br>    -- Executing [7207@from-sip:1] Macro(&quot;SIP/7101-0000000a&quot;, &quot;stdexten,7207,sip/7207&quot;) in new stack<br>    -- Executing [s@macro-stdexten:1] Dial(&quot;SIP/7101-0000000a&quot;, &quot;sip/7207&quot;) in new stack<br>
  == Using SIP RTP CoS mark 5<br>    -- Called 7207<br>    -- SIP/7207-0000000b is ringing<br>  == Spawn extension (macro-stdexten, s, 1) exited non-zero on &#39;SIP/7101-0000000a&#39; in macro &#39;stdexten&#39;<br>  == Spawn extension (from-sip, 7207, 1) exited non-zero on &#39;SIP/7101-0000000a&#39;<br>
    -- Executing [h@from-sip:1] Hangup(&quot;SIP/7101-0000000a&quot;, &quot;&quot;) in new stack<br>  == Spawn extension (from-sip, h, 1) exited non-zero on &#39;SIP/7101-0000000a&#39; <br></div></blockquote><div><br>... google....<br>
<a href="http://www.voip-info.org/wiki/view/Asterisk+cmd+Macro">http://www.voip-info.org/wiki/view/Asterisk+cmd+Macro</a><br>The Useful info was only a few lines from the beginning:<br><strong>&quot;&#39;h&#39; extension:</strong> <i>If a macro executes a Dial() and the 
called party hangs up, then the control passes to the &#39;h&#39; extension of 
the calling context. 
<br>However, the &#39;h&#39; extension is still needed inside the Macro context 
in case of a command, application, or extension exiting non-zero - i.e. 
the user hangs up in the middle of a Record() - <strong>in this case the &#39;h&#39; extension of the Macro context is used</strong>, not the &#39;h&#39; extension of the calling context.)
<br><em>Tilghman, May 2010:</em> So Macro returns upon hangup to execute
 the &quot;h&quot; extension in the original calling context, though even that is 
conditional, based upon it having been broken for a long time.&quot;</i><br></div></div><br>-- <br>Sherwood McGowan<br>Telecommunications and VOIP Consultant<br><br>