Create a new variable for cidlookup.conf.xml and lcr.conf.xml to use to connect to FusionPBX's database aka the system database.

This commit is contained in:
Mark Crane 2013-09-14 20:43:51 +00:00
parent 0a978c8000
commit d47fda1798
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<!-- expire is in seconds --> <!-- expire is in seconds -->
<param name="cache-expire" value="86400"/> <param name="cache-expire" value="86400"/>
<param name="odbc-dsn" value="{v_dsn}"/> <param name="odbc-dsn" value="$${dsn_system}"/>
<!-- comment out sql to not setup a database (directory) lookup --> <!-- comment out sql to not setup a database (directory) lookup -->
<param name="sql" value=" <param name="sql" value="

View File

@ -1,7 +1,6 @@
<configuration name="lcr.conf" description="LCR Configuration"> <configuration name="lcr.conf" description="LCR Configuration">
<settings> <settings>
<param name="odbc-dsn" value="freeswitch-mysql:freeswitch:Fr33Sw1tch"/> <param name="odbc-dsn" value="$${dsn_system}"/>
<!-- <param name="odbc-dsn" value="freeswitch-pgsql:freeswitch:Fr33Sw1tch"/> -->
</settings> </settings>
<profiles> <profiles>
<profile name="default"> <profile name="default">