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>