<div dir="ltr">Hi,<br><br>I use asterisk with sip3000 device with "sip-aho" connected to PSTN and "sip-ahi" 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 => 99,n,Dial(SIP/sip-ahi,30,g)<br>exten => 99,n,Hangup()<br><br>The asterisk properly detects hangup of the caller as I see following lines in "asterisk -crvvvvvv"<br>
<br>...<br> Dial("SIP/sip-aho-00000003", "SIP/sip-ahi,30,g")<br>
== Spawn extension (from-pstn, 99, 8) exited non-zero on 'SIP/sip-aho-00000003'<br>...<br><br>How can I make the phone stop ringing the moment caller hangup?<br><br clear="all">--<br>Arie<br><br>
</div>