tutorials:kamailio-and-mongodb
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:kamailio-and-mongodb [2015/09/08 19:31] – [Version Table Records] miconda | tutorials:kamailio-and-mongodb [2019/01/07 08:24] (current) – small addtion henningw | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Kamailio and MongoDB ====== | ====== Kamailio and MongoDB ====== | ||
- | ====== Kamailio Database | + | Details about how to use Kamailio with a MongoDB backend. |
+ | ===== Kamailio Database ===== | ||
The **use** command in mongodb client **mongo** creates the database if it doesn' | The **use** command in mongodb client **mongo** creates the database if it doesn' | ||
Line 18: | Line 19: | ||
Note that a database is not shown by the above command if it is empty -- you need to add some records to it. | Note that a database is not shown by the above command if it is empty -- you need to add some records to it. | ||
- | ===== Version Table ===== | + | ==== Version Table ==== |
Kamailio uses version table to check if the structure of a database table has the structure version the C code expects. | Kamailio uses version table to check if the structure of a database table has the structure version the C code expects. | ||
Line 37: | Line 38: | ||
</ | </ | ||
- | ==== Version Table Records | + | === Version Table Records === |
Add the records for the other Kamailio tables you are going to use. Some examples: | Add the records for the other Kamailio tables you are going to use. Some examples: | ||
Line 51: | Line 52: | ||
> db.getCollection(" | > db.getCollection(" | ||
- | db.getCollection(" | + | > db.getCollection(" |
</ | </ | ||
To learn what is the version number for a specific table, look inside **lib/ | To learn what is the version number for a specific table, look inside **lib/ | ||
- | ===== Other Tables ===== | ||
- | MongoDB doesn' | + | ==== Other Tables ==== |
- | ===== DB URL ===== | + | MongoDB doesn' |
+ | |||
+ | Anyhow, if you want, you can create the collections in advance, using: | ||
+ | |||
+ | < | ||
+ | > db.createCollection(" | ||
+ | </ | ||
+ | ===== Kamailio Config ===== | ||
+ | |||
+ | ==== DB URL ==== | ||
+ | |||
+ | You need to load the " | ||
The corresponding database URL in kamailio.cfg: | The corresponding database URL in kamailio.cfg: | ||
Line 74: | Line 85: | ||
< | < | ||
#!define DBURL " | #!define DBURL " | ||
+ | </ | ||
+ | |||
+ | ==== Other Parameters ==== | ||
+ | |||
+ | If you store location records in MongoDB, set the following parameter for usrloc modules: | ||
+ | |||
+ | < | ||
+ | modparam(" | ||
</ | </ |
tutorials/kamailio-and-mongodb.1441740673.txt.gz · Last modified: 2015/09/08 19:31 by miconda