]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5894 --resolve
authorJeff Lenk <jeff@jefflenk.com>
Sun, 5 Jan 2014 03:36:29 +0000 (21:36 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Sun, 5 Jan 2014 03:36:50 +0000 (21:36 -0600)
src/mod/applications/mod_nibblebill/conf/autoload_configs/nibblebill.conf.xml

index 043c985482d1ff16d08a8eae13bd849805052f2b..e359049ab51362bd71b505eb4feb236c3f2dd3c2 100644 (file)
@@ -2,8 +2,8 @@
   <settings>
     <!-- See http://wiki.freeswitch.org/wiki/Mod_nibblebill for help with these options -->
 
-    <!-- Information for connecting to your database -->
-    <param name="odbc-dsn" value="bandwidth.com"/>
+    <!-- Information for connecting to your database. Use the format "database:username:password" -->
+    <param name="odbc-dsn" value="bandwidth.com:user:password"/>
 
     <!-- The database table where your CASH column is located -->
     <param name="db_table" value="accounts"/>