Module: kamailio Branch: master Commit: 9bd0486982836348539c1767cb4d711f397eb649 URL: https://github.com/kamailio/kamailio/commit/9bd0486982836348539c1767cb4d711f...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2018-09-27T11:46:41+02:00
modules: readme files regenerated - db_unixodbc ... [skip ci]
---
Modified: src/modules/db_unixodbc/README
---
Diff: https://github.com/kamailio/kamailio/commit/9bd0486982836348539c1767cb4d711f... Patch: https://github.com/kamailio/kamailio/commit/9bd0486982836348539c1767cb4d711f...
---
diff --git a/src/modules/db_unixodbc/README b/src/modules/db_unixodbc/README index eae1e116f8..1f3faf2e00 100644 --- a/src/modules/db_unixodbc/README +++ b/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.