Hi, <br><br>I&#39;m having trouble getting Dial to exit when the caller hangs up in Asterisk 1.4.21.2.<br><br>I use a POTS line to call into the DiD given to me by VOIP service provider.  When the call comes in, I have the VOIP provider send it to another POTS line.  All this works fine however when the caller (me) hangs up, the Dial command does not exit.  The callee stays connected (and my billing continues!). Dial doesn&#39;t exit until the callee hangs up. Here&#39;s a snip from extensions.conf:<br>
<br>exten =&gt; 1,n,Dial(SIP/14168724765@6135551212-sw1|120|gtT)<br>exten =&gt; 1,n,Playback(vm-goodbye)<br><br>Here&#39;s the CLI output (verbosity = 4):<br><br>-- Executing [1@Trunk-0001:1] NoOp(&quot;SIP/77.57.127.163-09023590&quot;, &quot;&quot;) in new stack<br>
-- Executing [1@Trunk-0001:2] Dial(&quot;SIP/77.57.127.163-09023590&quot;, &quot;SIP/14168724765@6135551212-sw1|120|gtT&quot;) in new stack<br>-- Called 14168724765@6135551212-sw1<br>-- SIP/6135551212-sw1-090275d0 is making progress passing it to SIP/77.57.127.163-09023590<br>
-- SIP/6135551212-sw1-090275d0 answered SIP/77.57.127.163-09023590<br>*** I hang up here, but the call continues.  A while later the callee hangs up:<br>-- Executing [1@Trunk-0001:3] Playback(&quot;SIP/77.57.127.163-09023590&quot;, &quot;vm-goodbye&quot;) in new stack<br>
*** obviously I don&#39;t here this, just see it in the CLI<br>
<br>I&#39;d be grateful for any troubleshooting tips that will help me get asterisk to quit the Dial command when the originator hangs up.<br><br>Thanks,<br>H<br>