Peter,<div><br></div><div>Thank you.  Do I also need <span class="Apple-style-span" style="font-family: monospace; font-size: 13px; line-height: 14px; white-space: pre; ">&lt;param name=&quot;session-timeout&quot; value=&quot;1800&quot;/&gt; as well; otherwise, was it the default session-timeout is 0 as I can see it in sofia status:  SESSION-TO              0</span></div>
<div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="line-height: 14px; white-space: pre;"><span class="Apple-style-span" style="font-family: arial; line-height: normal; white-space: normal; "><br>
</span></span></font></div><div>-djbinter</div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="line-height: 14px; white-space: pre;"><br></span></font><br><div class="gmail_quote">
On Sat, Mar 5, 2011 at 1:06 PM, Peter Olsson <span dir="ltr">&lt;<a href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Sorry, totally missed this :)<br>
<br>
You should probably enable SIP Session timers, check out <a href="http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files#enable-timer" target="_blank">http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files#enable-timer</a><br>

<div class="im"><br>
/Peter<br>
________________________________________<br>
Från: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] f&amp;#246;r DJB International [<a href="mailto:djbinter@gmail.com">djbinter@gmail.com</a>]<br>

</div>Skickat: den 5 mars 2011 21:46<br>
Till: FreeSWITCH Users Help<br>
Ämne: Re: [Freeswitch-users] Old hung calls<br>
<div class="im"><br>
Just for your info, I am running in media bypass mode.<br>
<br>
In my sip profile:<br>
&lt;param name=&quot;inbound-bypass-media&quot; value=&quot;true&quot;/&gt;<br>
<br>
Thank you,<br>
-djbinter<br>
<br>
<br>
</div><div class="im">On Sat, Mar 5, 2011 at 11:21 AM, Peter Olsson &lt;<a href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>&lt;mailto:<a href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>&gt;&gt; wrote:<br>

Since RTP timeout is set to 5 minutes (300 sec) FS should clear the call after this (and of course the record in core.db as well).<br>
<br>
You probably need to pastebin some logs with examples when this happens, something seems strange here...<br>
<br>
/Peter<br>
________________________________________<br>
</div>Från: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>&gt; [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>&gt;] f&amp;#246;r DJB International [<a href="mailto:djbinter@gmail.com">djbinter@gmail.com</a>&lt;mailto:<a href="mailto:djbinter@gmail.com">djbinter@gmail.com</a>&gt;]<br>

<div><div></div><div class="h5">Skickat: den 5 mars 2011 18:49<br>
Till: FREESWITCH-USERS MAILING LIST<br>
Ämne: [Freeswitch-users] Old hung calls<br>
<br>
I am running FS git-deec244 2011-02-24 10-22-47 -0600.  I ran into a problem the other day when our ISP was down badly for couple hours (fortunately after midnight).   The problem was that after the internet went back up; there were so many old hung calls before the internet got cut off in the core.db (calls &amp; channels table) database.<br>

<br>
Here are my questions:<br>
- What is the proper way to clean those calls up, or will FS clean those calls out from database automatically?<br>
- If I decided to restart FS which I know it will clean up those calls, will those calls get written to mod_cdr_csv?<br>
<br>
Here is my sip profile:<br>
 &lt;settings&gt;<br>
   &lt;param name=&quot;debug&quot; value=&quot;0&quot;/&gt;<br>
   &lt;param name=&quot;sip-trace&quot; value=&quot;no&quot;/&gt;<br>
   &lt;param name=&quot;rfc2833-pt&quot; value=&quot;101&quot;/&gt;<br>
   &lt;param name=&quot;sip-port&quot; value=&quot;5060&quot;/&gt;<br>
   &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
   &lt;param name=&quot;context&quot; value=&quot;routing&quot;/&gt;<br>
   &lt;param name=&quot;dtmf-duration&quot; value=&quot;2000&quot;/&gt;<br>
   &lt;param name=&quot;inbound-codec-prefs&quot; value=&quot;$${global_codec_prefs}&quot;/&gt;<br>
   &lt;param name=&quot;outbound-codec-prefs&quot; value=&quot;$${outbound_codec_prefs}&quot;/&gt;<br>
   &lt;param name=&quot;hold-music&quot; value=&quot;$${hold_music}&quot;/&gt;<br>
   &lt;param name=&quot;rtp-timer-name&quot; value=&quot;soft&quot;/&gt;<br>
   &lt;param name=&quot;local-network-acl&quot; value=&quot;localnet.auto&quot;/&gt;<br>
   &lt;param name=&quot;manage-presence&quot; value=&quot;false&quot;/&gt;<br>
   &lt;param name=&quot;inbound-codec-negotiation&quot; value=&quot;generous&quot;/&gt;<br>
   &lt;param name=&quot;nonce-ttl&quot; value=&quot;60&quot;/&gt;<br>
   &lt;param name=&quot;auth-calls&quot; value=&quot;$${internal_auth_calls}&quot;/&gt;<br>
   &lt;param name=&quot;rtp-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>
   &lt;param name=&quot;sip-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>
   &lt;param name=&quot;ext-rtp-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>
   &lt;param name=&quot;ext-sip-ip&quot; value=&quot;auto-nat&quot;/&gt;<br>
   &lt;param name=&quot;rtp-timeout-sec&quot; value=&quot;300&quot;/&gt;<br>
   &lt;param name=&quot;rtp-hold-timeout-sec&quot; value=&quot;1800&quot;/&gt;<br>
   &lt;param name=&quot;auth-all-packets&quot; value=&quot;false&quot;/&gt;<br>
   &lt;param name=&quot;disable-transfer&quot; value=&quot;true&quot;/&gt;<br>
   &lt;param name=&quot;disable-register&quot; value=&quot;true&quot;/&gt;<br>
   &lt;param name=&quot;inbound-late-negotiation&quot; value=&quot;true&quot;/&gt;<br>
   &lt;param name=&quot;inbound-bypass-media&quot; value=&quot;true&quot;/&gt;<br>
   &lt;param name=&quot;apply-inbound-acl&quot; value=&quot;domains&quot;/&gt;<br>
 &lt;/settings&gt;<br>
<br>
Thank you,<br>
-djbinter<br>
<br>
<br>
</div></div>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="im"><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
</div>!DSPAM:4d72a28032761152210852!<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>