<pre>Karim Mardhani &lt;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">karim at vertexcommunication.ca</a>&gt; wrote:
&gt;<i> Hi everyone,
</i>&gt;<i> 
</i>&gt;<i> I am trying to get Meetme to return back to the context from where it
</i>&gt;<i> joined the meetme.  For example a user uses the following context to join a
</i>&gt;<i> conference, once user hangs up I would like to continue executing the rest
</i>&gt;<i> of the dialplan.  But when caller hangs up from the conference I see on CLI
</i>&gt;<i> that meetme exited with non-zero status but none of the rest of the
</i>&gt;<i> dialplan is executed.  Please help.  I am using asterisk 1.6.2.20
</i>&gt;<i> 
</i>&gt;<i> [default]
</i>&gt;<i> exten =&gt; _XXXX,1,MeetMe(1000,1pdMX)
</i>&gt;<i> exten =&gt; _XXXX,n,noop(returned from meetme) ;After user hangs up should
</i>&gt;<i> come here
</i>&gt;<i> exten =&gt; _XXXX,n,SoftHangup(${ORIG_CALLER})
</i>&gt;<i> exten =&gt; _XXXX,n,SoftHangup(${CONF_CALLER})
</i>&gt;<i> exten =&gt; _XXXX,n,Hangup
</i>&gt;<i> exten =&gt; h,1,noop(default-end)
</i>&gt;<i> exten =&gt; h,n,SoftHangup(${ORIG_CALLER})
</i>&gt;<i> exten =&gt; h,n,SoftHangup(${CONF_CALLER})
</i>&gt;<i> exten =&gt; h,n,Hangup
</i>
That&#39;s not how Asterisk works. When the caller hangs up, execution of
the current dialplan extension stops, and control passes to the &#39;h&#39;
extension, if one exists in the current context.

Any processing you want to do when the caller hangs up must be done
in the &#39;h&#39; extension. Cheers<br><br>Thanks Tony for the quick response.  As you would see I have the h extension defined but execution doesn&#39;t go to that either.<br><br> Tony
-- 
Tony Mountifield
Work: <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">tony at softins.co.uk</a> - <a href="http://www.softins.co.uk/">http://www.softins.co.uk</a>
Play: <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">tony at mountifield.org</a> - <a href="http://tony.mountifield.org/">http://tony.mountifield.org</a></pre><br clear="all"><br>-- <br>Karim Mardhani<br>
<br>Vertex Communication Ltd.<br>18667552554 ext. 103<br><a href="http://www.vertexcommunication.ca" target="_blank">www.vertexcommunication.ca</a><br>sip: <a href="mailto:karim@sip2.vertexcommunication.ca" target="_blank">karim@sip2.vertexcommunication.ca</a><br>
<br>