Hi everyone,<div><br></div><div>I&#39;ve now got freeswitch installed and running (thanks to everyone who helped out with my previous email question), and now I&#39;m working on configuring mod_lcr, for least cost routing.</div>
<div><br></div><div>I&#39;ve got the module compiled into freeswitch successfully, the problem I&#39;m having is trying to configure the lcr.conf.xml file correctly.</div><div><br></div><div>I&#39;ve created a MySQL database on localhost (for simplicity purposes), and created a database called freeswitch, as well as a user &#39;freeswitch&#39; with a password &#39;freeswitch&#39; who has access to that database.</div>
<div><br></div><div>DB: freeswitch</div><div>User: freeswitch</div><div>Pass: freeswitch</div><div><br></div><div>In the &lt;settings&gt; xml section, the paramater value looks like:</div><div><br></div><div>&lt;param name=&quot;odbc-dsn&quot; value=&quot;freeswitch-mysql:freeswitch:Fr33Sw1tch&quot;/&gt;</div>
<div><br></div><div>Which, according to the documentation (<a href="http://wiki.freeswitch.org/wiki/Mod_lcr#Installing">http://wiki.freeswitch.org/wiki/Mod_lcr#Installing</a>), is the only thing I need to edit to get LCR to connect to my database, and prepare for using it. However, this value line doesn&#39;t contain any sort of IP address to the MySQL db, or database name. It looks like it only has options for a username and password.</div>
<div><br></div><div>What do I need to do to correctly specify my database values for mod_lcr to use?</div><div><br></div><div>Thanks!</div><div><br></div><div>-Randall</div><meta http-equiv="content-type" content="text/html; charset=utf-8">