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 fca15e96f8
commit b5fd5e245b
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<!-- expire is in seconds -->
<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 -->
<param name="sql" value="

View File

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