<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.17104" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=312274613-24102011><FONT face=Arial 
size=2>Anthony,</FONT></SPAN></DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial size=2>I see that the patch 
from FS-2877 has been committed (thanks!&nbsp; I hope it helps to address the 
BLF issues others have seen).&nbsp; I did have a comment on that issue that 
there was a typo in the patch which I don't think was corrected in the 
commit.&nbsp; The typo will cause the database to be dropped and rebuilt on 
every run.&nbsp; This would fix it:</FONT></SPAN></DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial size=2>diff --git 
a/src/mod/endpoints/mod_sofia/sofia_glue.c 
b/src/mod/endpoints/mod_sofia/sofia_glue.c<BR>index e6076e8..a6de2f5 
100644<BR>--- a/src/mod/endpoints/mod_sofia/sofia_glue.c<BR>+++ 
b/src/mod/endpoints/mod_sofia/sofia_glue.c<BR>@@ -5974,7 +5974,7 @@ int 
sofia_glue_init_sql(sofia_profile_t 
*profile)<BR>&nbsp;&nbsp;switch_cache_db_test_reactive(dbh, test_sql, "DROP 
TABLE sip_subscriptions", 
sub_sql);<BR>&nbsp;<BR>&nbsp;&nbsp;free(test_sql);<BR>-&nbsp;test_sql = 
switch_mprintf("delete from sip_dialogs where hostname='%q' and expires &lt;&gt; 
-9999 or rpid='' or from_tag=''", 
mod_sofia_globals.hostname);<BR>+&nbsp;test_sql = switch_mprintf("delete from 
sip_dialogs where hostname='%q' and expires &lt;&gt; -9999 or rpid='' or 
sip_from_tag=''", 
mod_sofia_globals.hostname);<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;&nbsp;switch_cache_db_test_reactive(dbh, 
test_sql, "DROP TABLE sip_dialogs", dialog_sql);</FONT></SPAN></DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial 
size=2>Carolyn</FONT></SPAN></DIV></BODY></HTML>