<div>Hi,</div><div><br></div><div>I&#39;m trying to get my dialplan to continue executing in the current context after a third-party is called and hangs up.  It seems like it should be straightforward but it&#39;s not working.</div>

<div><br></div><div>Here&#39;s what I have in extensions.conf:</div><div><br></div><div><div>exten =&gt; 333,1,Answer()</div><div>exten =&gt; 333,n,Playback(hello)</div><div>exten =&gt; 333,n,Dial(SIP/19992223333@sipcarrier,,g)</div>

<div>exten =&gt; 333,n,Playback(hello)</div><div>exten =&gt; 333,n,Playback(hello)</div><div>exten =&gt; 333,n,Playback(hello)</div><div>exten =&gt; 333,n,Hangup()</div></div><div><br></div><div>The 9992223333 number is dialed, but after that party hangs up, there&#39;s just dead air.   No hello&#39;s are played and nothing seems to be happening.</div>

<div><br></div><div>What am I doing wrong?</div><div><br></div><div>Thanks,</div><div>MS</div>