Hi everyone,<div><br></div><div>I am trying to get Meetme to return back to the context from where it joined the meetme.  For example a user uses the following context to join a conference, once user hangs up I would like to continue executing the rest of the dialplan.  But when caller hangs up from the conference I see on CLI that meetme exited with non-zero status but none of the rest of the dialplan is executed.  Please help.  I am using asterisk 1.6.2.20</div>
<div><br></div><div>[default]</div><div>exten =&gt; _XXXX,1,MeetMe(1000,1pdMX)</div><div>exten =&gt; _XXXX,n,noop(returned from meetme) ;After user hangs up should come here</div><div>exten =&gt; _XXXX,n,SoftHangup(${ORIG_CALLER})</div>
<div>exten =&gt; _XXXX,n,SoftHangup(${CONF_CALLER})</div><div>exten =&gt; _XXXX,n,Hangup</div><div>exten =&gt; h,1,noop(default-end)</div><div>exten =&gt; h,n,SoftHangup(${ORIG_CALLER})</div><div><div>exten =&gt; h,n,SoftHangup(${CONF_CALLER})</div>
<div>exten =&gt; h,n,Hangup</div></div><div> <br clear="all"><div><br></div>-- <br>Karim Mardhani<br><br>
</div>