<div dir="ltr">Hi,<br><br>I use asterisk with sip3000 device with &quot;sip-aho&quot; connected to PSTN and &quot;sip-ahi&quot; connected to a phone.<br><br>When call arrives from PSTN, the <b>phone continues ringing even after caller hanged up</b>.<br>

<br>The dialplan contains the following lines:<br>[from-pstn]<br>...<br>exten =&gt; 99,n,Dial(SIP/sip-ahi,30,g)<br>exten =&gt; 99,n,Hangup()<br><br>The asterisk properly detects hangup of the caller as I see following lines in &quot;asterisk -crvvvvvv&quot;<br>

<br>...<br>  Dial(&quot;SIP/sip-aho-00000003&quot;, &quot;SIP/sip-ahi,30,g&quot;)<br>
== Spawn extension (from-pstn, 99, 8) exited non-zero on &#39;SIP/sip-aho-00000003&#39;<br>...<br><br>How can I make the phone stop ringing the moment caller hangup?<br><br clear="all">--<br>Arie<br><br>
</div>