提交 d9a4b8a9 authored 作者: Jeff Lenk's avatar Jeff Lenk

FS-5156 --resolve default configuration needs new dsn

上级 76dc1158
...@@ -3,9 +3,7 @@ ...@@ -3,9 +3,7 @@
<!-- See http://wiki.freeswitch.org/wiki/Mod_nibblebill for help with these options --> <!-- See http://wiki.freeswitch.org/wiki/Mod_nibblebill for help with these options -->
<!-- Information for connecting to your database --> <!-- Information for connecting to your database -->
<param name="db_username" value="bandwidth.com"/> <param name="odbc-dsn" value="bandwidth.com"/>
<param name="db_password" value="password"/>
<param name="db_dsn" value="bandwidth.com"/>
<!-- The database table where your CASH column is located --> <!-- The database table where your CASH column is located -->
<param name="db_table" value="accounts"/> <param name="db_table" value="accounts"/>
......
...@@ -3,9 +3,7 @@ ...@@ -3,9 +3,7 @@
<!-- See http://wiki.freeswitch.org/wiki/Mod_nibblebill for help with these options --> <!-- See http://wiki.freeswitch.org/wiki/Mod_nibblebill for help with these options -->
<!-- Information for connecting to your database --> <!-- Information for connecting to your database -->
<param name="db_username" value="bandwidth.com"/> <param name="odbc-dsn" value="bandwidth.com"/>
<param name="db_password" value="password"/>
<param name="db_dsn" value="bandwidth.com"/>
<!-- The database table where your CASH column is located --> <!-- The database table where your CASH column is located -->
<param name="db_table" value="accounts"/> <param name="db_table" value="accounts"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论