<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><title>Re: [Freeswitch-users] How configure FS to working without Database</title><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>-nosql only turns off the core db stuff  it does not affect modules like sofia and voicemail both of which require a db to work properly<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>On Behalf Of </b>Oz Mortimer<br><b>Sent:</b> Wednesday, August 12, 2015 8:13 AM<br><b>To:</b> FreeSWITCH Users Help &lt;freeswitch-users@lists.freeswitch.org&gt;<br><b>Subject:</b> Re: [Freeswitch-users] How configure FS to working without Database<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal style='margin-bottom:12.0pt'><br>You start up with -nosql, but things like show channels will not work<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><br>On 12 Aug 2015, at 14:07, Dmitriy N. Borisov &lt;<a href="mailto:bordmi@rarus.ru">bordmi@rarus.ru</a>&gt; wrote:<o:p></o:p></p></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:9.0pt;font-family:"Courier New"'>Hi, All!<br><br><br>Вы писали 12 августа 2015 г., 15:30:55:</span><o:p></o:p></p><table class=MsoNormalTable border=0 cellpadding=0><tr><td width=2 style='width:1.5pt;background:blue;padding:.75pt .75pt .75pt .75pt'></td><td style='padding:.75pt .75pt .75pt .75pt'><p class=MsoNormal><span style='font-size:9.0pt;font-family:"Courier New"'>Hello, by default freeswitch uses sqlite db in a core.</span><o:p></o:p></p></td></tr></table><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:9.0pt;font-family:"Courier New"'>And, as I know, FS can`t working without any DB.<br><br>--<br>С уважением,<br>Борисов Дмитрий<br>Отдел облачных технологий 1С-Рарус<br>Тел. +7 (495) 231-20-02 доб.: 15-94<br>--<br>with best regards,<br>Dmitriy Borisov<br>1C-Rarus Cloud Services<br>tel.: +7 (495) 231-20-02 add.: 15-94</span><o:p></o:p></p><table class=MsoNormalTable border=0 cellpadding=0><tr><td width=2 style='width:1.5pt;background:blue;padding:.75pt .75pt .75pt .75pt'></td><td style='padding:.75pt .75pt .75pt .75pt'><p class=MsoNormal><br><br><span style='font-size:9.0pt;font-family:"Courier New"'>On Wed, Aug 12, 2015 at 1:18 PM, Alex Polischuk &lt;</span><a href="mailto:alxpol@gmail.com"><span style='font-size:9.0pt;font-family:"Courier New"'>alxpol@gmail.com</span></a><span style='font-size:9.0pt;font-family:"Courier New"'>&gt; wrote:<br>when I run with full debug log (fsctl debug_level 10) I have the next error:<br>[ALERT] sofia_glue.c:2455 Reuse Unused Cached DB handle db=&quot;sofia_reg_external&quot;,type=&quot;core_db&quot; [CORE_DB]<br>that is coming from function: _switch_cache_db_get_db_handle() in switch_core_sqldb.c that checked to what DB FS has connection.<br><br>Thanks,<br>Alex<br><br><br>On Wed, Aug 12, 2015 at 12:04 PM, Artur Mega &lt;</span><a href="mailto:findmeinwland@gmail.com"><span style='font-size:9.0pt;font-family:"Courier New"'>findmeinwland@gmail.com</span></a><span style='font-size:9.0pt;font-family:"Courier New"'>&gt; wrote:<br></span><span style='font-size:11.0pt;font-family:"Cambria Math",serif'>​</span><span style='font-size:11.0pt;font-family:"Courier New"'>i thought that FS doesnt need any database</span><span style='font-size:11.0pt;font-family:"Cambria Math",serif'>​</span><span style='font-size:11.0pt;font-family:"Courier New"'><br><br></span><span style='font-size:9.0pt;font-family:"Courier New"'>2015-08-12 12:12 GMT+05:00 Alex Polischuk &lt;</span><a href="mailto:alxpol@gmail.com"><span style='font-size:9.0pt;font-family:"Courier New"'>alxpol@gmail.com</span></a><span style='font-size:9.0pt;font-family:"Courier New"'>&gt;:<br></span><span style='font-size:10.0pt;font-family:"Courier New"'>Hi All,<br><br>I use FreeSwitch 1.4.20, my question is if exist option to configure FS to working without Database.<br><br>Thanks,<br>Alex<br><br></span><span style='font-size:9.0pt;font-family:"Courier New"'>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br></span><a href="mailto:consulting@freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>consulting@freeswitch.org</span></a><br><a href="http://www.freeswitchsolutions.com"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.freeswitchsolutions.com</span></a><br><br><span style='font-size:9.0pt;font-family:"Courier New"'>Official FreeSWITCH Sites<br></span><a href="http://www.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.freeswitch.org</span></a><br><a href="http://confluence.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>http://confluence.freeswitch.org</span></a><br><a href="http://www.cluecon.com"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.cluecon.com</span></a><br><br><span style='font-size:9.0pt;font-family:"Courier New"'>FreeSWITCH-users mailing list<br></span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>FreeSWITCH-users@lists.freeswitch.org</span></a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"><span style='font-size:9.0pt;font-family:"Courier New"'>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</span></a><br><span style='font-size:9.0pt;font-family:"Courier New"'>UNSUBSCRIBE:</span><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users"><span style='font-size:9.0pt;font-family:"Courier New"'>http://lists.freeswitch.org/mailman/options/freeswitch-users</span></a><br><a href="http://www.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.freeswitch.org</span></a><br><br><br><br><span style='font-size:9.0pt;font-family:"Courier New";color:#888888'>-- <br><br>Arthur<br><br></span><span style='font-size:9.0pt;font-family:"Courier New";color:black'>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br></span><a href="mailto:consulting@freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>consulting@freeswitch.org</span></a><br><a href="http://www.freeswitchsolutions.com"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.freeswitchsolutions.com</span></a><br><br><span style='font-size:9.0pt;font-family:"Courier New"'>Official FreeSWITCH Sites<br></span><a href="http://www.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.freeswitch.org</span></a><br><a href="http://confluence.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>http://confluence.freeswitch.org</span></a><br><a href="http://www.cluecon.com"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.cluecon.com</span></a><br><br><span style='font-size:9.0pt;font-family:"Courier New"'>FreeSWITCH-users mailing list<br></span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>FreeSWITCH-users@lists.freeswitch.org</span></a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"><span style='font-size:9.0pt;font-family:"Courier New"'>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</span></a><br><span style='font-size:9.0pt;font-family:"Courier New"'>UNSUBSCRIBE:</span><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users"><span style='font-size:9.0pt;font-family:"Courier New"'>http://lists.freeswitch.org/mailman/options/freeswitch-users</span></a><br><a href="http://www.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.freeswitch.org</span></a><br><br><span style='font-size:9.0pt;font-family:"Courier New"'>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br></span><a href="mailto:consulting@freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>consulting@freeswitch.org</span></a><br><a href="http://www.freeswitchsolutions.com"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.freeswitchsolutions.com</span></a><br><br><span style='font-size:9.0pt;font-family:"Courier New"'>Official FreeSWITCH Sites<br></span><a href="http://www.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.freeswitch.org</span></a><br><a href="http://confluence.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>http://confluence.freeswitch.org</span></a><br><a href="http://www.cluecon.com"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.cluecon.com</span></a><br><br><span style='font-size:9.0pt;font-family:"Courier New"'>FreeSWITCH-users mailing list<br></span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>FreeSWITCH-users@lists.freeswitch.org</span></a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"><span style='font-size:9.0pt;font-family:"Courier New"'>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</span></a><br><span style='font-size:9.0pt;font-family:"Courier New"'>UNSUBSCRIBE:</span><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users"><span style='font-size:9.0pt;font-family:"Courier New"'>http://lists.freeswitch.org/mailman/options/freeswitch-users</span></a><br><a href="http://www.freeswitch.org"><span style='font-size:9.0pt;font-family:"Courier New"'>http://www.freeswitch.org</span></a><br><br><br><br><span style='font-size:9.0pt;font-family:"Courier New"'>-- <br></span><span style='font-size:11.0pt;font-family:"Courier New"'>Best regards,<br>Volodymyr</span><o:p></o:p></p></td></tr></table><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></blockquote></div></body></html>