2
0
Эх сурвалжийг харах

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

Kamailio Dev 7 жил өмнө
parent
commit
9bd0486982

+ 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.