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 & 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> <settings><br> <param name="debug" value="0"/><br> <param name="sip-trace" value="no"/><br> <param name="rfc2833-pt" value="101"/><br>
<param name="sip-port" value="5060"/><br> <param name="dialplan" value="XML"/><br> <param name="context" value="routing"/><br> <param name="dtmf-duration" value="2000"/><br>
<param name="inbound-codec-prefs" value="$${global_codec_prefs}"/><br> <param name="outbound-codec-prefs" value="$${outbound_codec_prefs}"/><br> <param name="hold-music" value="$${hold_music}"/><br>
<param name="rtp-timer-name" value="soft"/><br> <param name="local-network-acl" value="localnet.auto"/><br> <param name="manage-presence" value="false"/><br>
<param name="inbound-codec-negotiation" value="generous"/><br> <param name="nonce-ttl" value="60"/><br> <param name="auth-calls" value="$${internal_auth_calls}"/><br>
<param name="rtp-ip" value="$${local_ip_v4}"/><br> <param name="sip-ip" value="$${local_ip_v4}"/><br> <param name="ext-rtp-ip" value="auto-nat"/><br>
<param name="ext-sip-ip" value="auto-nat"/><br> <param name="rtp-timeout-sec" value="300"/><br> <param name="rtp-hold-timeout-sec" value="1800"/><br>
<param name="auth-all-packets" value="false"/><br> <param name="disable-transfer" value="true"/><br> <param name="disable-register" value="true"/><br>
<param name="inbound-late-negotiation" value="true"/><br> <param name="inbound-bypass-media" value="true"/><br> <param name="apply-inbound-acl" value="domains"/><br>
</settings><br><br>Thank you,<br>-djbinter<br>