]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5156 --resolve default configuration needs new dsn
authorJeff Lenk <jeff@jefflenk.com>
Sat, 9 Mar 2013 19:00:22 +0000 (13:00 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Sat, 9 Mar 2013 19:00:22 +0000 (13:00 -0600)
conf/vanilla/autoload_configs/nibblebill.conf.xml
src/mod/applications/mod_nibblebill/conf/autoload_configs/nibblebill.conf.xml

index ed1c9332c860c4ac9ea0b712961481a10adfdcb7..043c985482d1ff16d08a8eae13bd849805052f2b 100644 (file)
@@ -3,9 +3,7 @@
     <!-- See http://wiki.freeswitch.org/wiki/Mod_nibblebill for help with these options -->
 
     <!-- Information for connecting to your database -->
-    <param name="db_username" value="bandwidth.com"/>
-    <param name="db_password" value="password"/>
-    <param name="db_dsn" value="bandwidth.com"/>
+    <param name="odbc-dsn" value="bandwidth.com"/>
 
     <!-- The database table where your CASH column is located -->
     <param name="db_table" value="accounts"/>
index ed1c9332c860c4ac9ea0b712961481a10adfdcb7..043c985482d1ff16d08a8eae13bd849805052f2b 100644 (file)
@@ -3,9 +3,7 @@
     <!-- See http://wiki.freeswitch.org/wiki/Mod_nibblebill for help with these options -->
 
     <!-- Information for connecting to your database -->
-    <param name="db_username" value="bandwidth.com"/>
-    <param name="db_password" value="password"/>
-    <param name="db_dsn" value="bandwidth.com"/>
+    <param name="odbc-dsn" value="bandwidth.com"/>
 
     <!-- The database table where your CASH column is located -->
     <param name="db_table" value="accounts"/>