Explorar el Código

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

Kamailio Dev hace 7 años
padre
commit
9bd0486982
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.