<!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> </DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial size=2>I see that the patch
from FS-2877 has been committed (thanks! I hope it helps to address the
BLF issues others have seen). 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. The typo will cause the database to be dropped and rebuilt on
every run. This would fix it:</FONT></SPAN></DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial
size=2></FONT></SPAN> </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> switch_cache_db_test_reactive(dbh, test_sql, "DROP
TABLE sip_subscriptions",
sub_sql);<BR> <BR> free(test_sql);<BR>- test_sql =
switch_mprintf("delete from sip_dialogs where hostname='%q' and expires <>
-9999 or rpid='' or from_tag=''",
mod_sofia_globals.hostname);<BR>+ test_sql = switch_mprintf("delete from
sip_dialogs where hostname='%q' and expires <> -9999 or rpid='' or
sip_from_tag=''",
mod_sofia_globals.hostname);<BR> <BR> <BR> 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> </DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=312274613-24102011><FONT face=Arial
size=2>Carolyn</FONT></SPAN></DIV></BODY></HTML>