<div>Hi,</div><div><br></div><div>I'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's not working.</div>
<div><br></div><div>Here's what I have in extensions.conf:</div><div><br></div><div><div>exten => 333,1,Answer()</div><div>exten => 333,n,Playback(hello)</div><div>exten => 333,n,Dial(SIP/19992223333@sipcarrier,,g)</div>
<div>exten => 333,n,Playback(hello)</div><div>exten => 333,n,Playback(hello)</div><div>exten => 333,n,Playback(hello)</div><div>exten => 333,n,Hangup()</div></div><div><br></div><div>The 9992223333 number is dialed, but after that party hangs up, there's just dead air. No hello'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>