Hi everyone,<div><br></div><div>I've now got freeswitch installed and running (thanks to everyone who helped out with my previous email question), and now I'm working on configuring mod_lcr, for least cost routing.</div>
<div><br></div><div>I've got the module compiled into freeswitch successfully, the problem I'm having is trying to configure the lcr.conf.xml file correctly.</div><div><br></div><div>I've created a MySQL database on localhost (for simplicity purposes), and created a database called freeswitch, as well as a user 'freeswitch' with a password 'freeswitch' 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 <settings> xml section, the paramater value looks like:</div><div><br></div><div><param name="odbc-dsn" value="freeswitch-mysql:freeswitch:Fr33Sw1tch"/></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'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">