Replace ${dsn} with $${dsn}

This commit is contained in:
Mark Crane
2013-02-19 22:15:29 +00:00
parent fbaf548be0
commit bc524ad760
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<configuration name="callcenter.conf" description="CallCenter">
<settings>
<!--<param name="odbc-dsn" value="${dsn}"/>-->
<!--<param name="odbc-dsn" value="$${dsn}"/>-->
<!--<param name="dbname" value="/usr/local/freeswitch/db/call_center.db"/>-->
</settings>

View File

@@ -1,5 +1,5 @@
<configuration name="db.conf" description="LIMIT DB Configuration">
<settings>
<!--<param name="odbc-dsn" value="${dsn}"/>-->
<!--<param name="odbc-dsn" value="$${dsn}"/>-->
</settings>
</configuration>

View File

@@ -1,6 +1,6 @@
<configuration name="directory.conf" description="Directory">
<settings>
<!--<param name="odbc-dsn" value="${dsn}"/>-->
<!--<param name="odbc-dsn" value="$${dsn}"/>-->
<!--<param name="dbname" value="directory"/>-->
</settings>
<profiles>

View File

@@ -143,7 +143,7 @@
<param name="rtp-enable-zrtp" value="true"/>
<!-- <param name="core-db-dsn" value="${dsn}" /> -->
<!-- <param name="core-db-dsn" value="$${dsn}" /> -->
<!--
Allow to specify the sqlite db at a different location (In this example, move it to ramdrive for
better performance on most linux distro (note, you loose the data if you reboot))

View File

@@ -61,7 +61,7 @@
<param name="email-from" value="${voicemail_account}@${voicemail_domain}"/>
</email>
<!--<param name="storage-dir" value="/tmp"/>-->
<!--<param name="odbc-dsn" value="${dsn}"/>-->
<!--<param name="odbc-dsn" value="$${dsn}"/>-->
<!--<param name="record-comment" value="Your Comment"/>-->
<!--<param name="record-title" value="Your Title"/>-->
<!--<param name="record-copyright" value="Your Copyright"/>-->

View File

@@ -200,7 +200,7 @@
<!--<param name="rtp-rewrite-timestamps" value="true"/>-->
<!--<param name="pass-rfc2833" value="true"/>-->
<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
<!--<param name="odbc-dsn" value="${dsn}"/>-->
<!--<param name="odbc-dsn" value="$${dsn}"/>-->
<!--Uncomment to set all inbound calls to no media mode-->
<!--<param name="inbound-bypass-media" value="true"/>-->