<div dir="ltr"><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; ">Hello,</span><div><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; ">worst aspect is that - if SIP clients do not have such a timeout, and in that case if killing an asterisk and to start it up again - </span><div>

<font class="Apple-style-span" face="Arial, sans-serif" size="4"><span class="Apple-style-span" style="font-size: 16px; line-height: 24px;">so it is nothing to do with this asterisk timeout.</span></font></div><div><font class="Apple-style-span" face="Arial, sans-serif" size="4"><span class="Apple-style-span" style="font-size: 16px; line-height: 24px;"><br>

</span></font></div><div><font class="Apple-style-span" face="Arial, sans-serif" size="4"><span class="Apple-style-span" style="font-size: 16px; line-height: 24px;">Regards,</span></font></div><div><font class="Apple-style-span" face="Arial, sans-serif" size="4"><span class="Apple-style-span" style="font-size: 16px; line-height: 24px;"><br>

</span></font><div><div class="gmail_quote">On 23 February 2010 08:44, Olle E. Johansson <span dir="ltr">&lt;<a href="mailto:oej@edvina.net">oej@edvina.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
23 feb 2010 kl. 01.47 skrev Kirill &#39;Big K&#39; Katsnelson:<br>
<div class="im"><br>
&gt; On 100222 1313, JT wrote:<br>
&gt;&gt; When a SIP device dials another SIP device...Asterisk connects the calls and<br>
&gt;&gt; displays the channel information.<br>
&gt;&gt; If one of those SIP devices hangs up, Asterisk receives the hangup notice<br>
&gt;&gt; and disconnects the call/channel.<br>
&gt;&gt; However - what does Asterisk do when the network cable is unplugged from one<br>
&gt;&gt; of the SIP devices...?!<br>
&gt;<br>
&gt; Jared already mentioned SIP session timers, which are supported starting with 1.6. Here&#39;s my experience. While I am running 1.6, the software stack that is used for agent softphone (PJSIP) does not support the session timers. If the softphone crashes in a call, the call would get stuck exactly as you describe.<br>


&gt;<br>
&gt; I am working around this problem by setting rtp timeouts in sip.conf:<br>
&gt;<br>
&gt; [general]<br>
&gt; rtptimeout=10<br>
&gt; rtpholdtimeout=300<br>
&gt;<br>
&gt; This means that if RTP flow stops while the agent is in the call, the call will be disconnected in 10 seconds. If the call was put on hold by the agent, it will be disconnected in 300 seconds. Your timeouts may vary.<br>


&gt;<br>
&gt; The caveat here is that it is perfectly normal NOT to transmit any RTP data in case of long silence.<br>
</div>Not in Asterisk - we do not really support silence suppression. The recommendation is to turn it off on the phones.<br>
<div class="im"><br>
&gt; This is why the SIP timers were introduced in the first place: there is no correct way to detect when the client is going away, as no activity is a good session state.<br>
&gt;<br>
&gt; I am able to get away with the small timeout because I set the PJSIP client to always transmit RTP, by turning off voice activity detection feature (VAD). If you want to support that feature, set rtptimeout as high as for how long you allow absolute silence on the line without disconnecting it.<br>


<br>
</div>Just to complete this discussion - we also have the absolute timeout that is a lifesaver in many cases. If you set this to a time that&#39;s larger than the normal calls, Asterisk will hang up the call. I very often set it to two hours, just to make sure that if anything strange happens, all calls will be cancelled out at some point.<br>


<div><div></div><div class="h5"><br>
/O<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>We never did too much talking anyway<br>So don&#39;t think twice, it&#39;s all right<br>----------------------------------------------------------<br>There are more things in heaven and earth, Horatio,<br>

Than are dreamt of in your philosophy.<br>
</div></div></div></div>