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:
parent
0a978c8000
commit
d47fda1798
|
|
@ -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="
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue