Skip to content

Commit

Permalink
modules: readme files regenerated - msilo ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Mar 21, 2018
1 parent 7ce1ed7 commit e85f66f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 403 deletions.
4 changes: 2 additions & 2 deletions src/modules/msilo/README
Expand Up @@ -273,7 +273,7 @@ Chapter 1. Admin Guide

Example 1.1. Set the “db_url” parameter
...
modparam("msilo", "db_url", "mysql://user:passwd@host.com/dbname")
modparam("msilo", "db_url", "dbdriver://username:password@dbhost/dbname")
...

3.2. db_table (string)
Expand Down Expand Up @@ -768,7 +768,7 @@ modparam("usrloc", "db_mode", 0)

# -- msilo params --

modparam("msilo","db_url","mysql://openser:openserrw@localhost/openser")
modparam("msilo","db_url","mysql://kamailio:kamailiorw@localhost/kamailio")
modparam("msilo","from_address","sip:registrar@kamailio.org")
modparam("msilo","contact_hdr","Contact: registrar@192.168.1.2:5060;msilo=yes\r\
n")
Expand Down
4 changes: 2 additions & 2 deletions src/modules/siptrace/README
Expand Up @@ -212,11 +212,11 @@ Chapter 1. Admin Guide

Database URL.

Default value is "mysql://kamailio:kamailiorw@localhost/okamailio".
Default value is "mysql://kamailio:kamailiorw@localhost/kamailio".

Example 1.1. Set db_url parameter
...
modparam("siptrace", "db_url", "mysql://user:passwd@host/dbname")
modparam("siptrace", "db_url", "dbdriver://username:password@dbhost/dbname")
...

3.2. table (str)
Expand Down
3 changes: 2 additions & 1 deletion src/modules/speeddial/README
Expand Up @@ -126,7 +126,8 @@ Chapter 1. Admin Guide

Example 1.1. Set db_url parameter
...
modparam("speeddial", "db_url", "mysql://kamailio:xxx@localhost/kamailio")
modparam("speeddial", "db_url", "mysql://kamailio:kamailiorw@localhost/kamailio"
)
...

3.2. user_column (string)
Expand Down

0 comments on commit e85f66f

Please sign in to comment.