浏览代码

modules: readme files regenerated - db_unixodbc ... [skip ci]

Kamailio Dev 7 年之前
父节点
当前提交
9bd0486982
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/db_unixodbc/README

+ 2 - 2
src/modules/db_unixodbc/README

@@ -186,7 +186,7 @@ modparam("db_unixodbc", "quote_char", "`")
 
 5.2. Configuring and Running
 
-   In the openser.conf file, add the line:
+   In the Kamailio.cfg file, add the line:
 ....
 loadmodule "/usr/local/lib/kamailio/modules/db_unixodbc.so"
 ....
@@ -204,7 +204,7 @@ modparam("auth_db", "password_column", "password")
    url adding this line:
 ....
 modparam("usrloc|auth_db", "db_url",
-    "unixodbc://openser:openserrw@localhost/my_dsn")
+    "unixodbc://kamailio:kamailiorw@localhost/my_dsn")
 ....
 
    replacing my_dsn with the correct value.