<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
On 04/11/14 15:11, Pat Collins wrote:<br>
<blockquote cite="mid:000001cff841$98c6c5c0$ca545140$@optonline.net"
type="cite">
<p class="MsoNormal">Hello group and thank you for the attention.<o:p></o:p></p>
<p class="MsoNormal">I'm using Asterisk 11.12 running on Ubuntu
Server 12.04<o:p></o:p></p>
<p class="MsoNormal">We have an issue with channels remaining open
after a SIP peer unregisters.<o:p></o:p></p>
<p class="MsoNormal">It seems that if the peer goes away before
manually hanging up a call, the channel remains open until a
hangup request is sent from the CLI.<o:p></o:p></p>
<p class="MsoNormal">Is there any way to drop a channel when the
peer using it disappears?<o:p></o:p></p>
<p class="MsoNormal">Googled every phrase I could think of. No
luck.<o:p></o:p></p>
<p class="MsoNormal">Thank you!<o:p></o:p></p>
<p class="MsoNormal">Pat Collins</p>
</blockquote>
<br>
rtptimeout= in sip.conf will hangup a channel if no rtp is received
for a period of time. <br>
</body>
</html>