Module: kamailio Branch: master Commit: c2e94dc52807f4b6fcd7ccb7fd9f0c54dd7a17cc URL: https://github.com/kamailio/kamailio/commit/c2e94dc52807f4b6fcd7ccb7fd9f0c54...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2016-09-13T13:16:20+02:00
modules: readme files regenerated - db_mongodb ...
---
Modified: modules/db_mongodb/README Modified: modules/ndb_mongodb/README
---
Diff: https://github.com/kamailio/kamailio/commit/c2e94dc52807f4b6fcd7ccb7fd9f0c54... Patch: https://github.com/kamailio/kamailio/commit/c2e94dc52807f4b6fcd7ccb7fd9f0c54...
---
diff --git a/modules/db_mongodb/README b/modules/db_mongodb/README index 2d63137..d30b03f 100644 --- a/modules/db_mongodb/README +++ b/modules/db_mongodb/README @@ -79,8 +79,14 @@ Chapter 1. Admin Guide running Kamailio with this module loaded: * mongo-c-driver - available at https://github.com/mongodb/mongo-c-driver - Note: if you use tls module, use at least mongo-c-driver v1.2.1 - - there were reports of issues inside earlier versions of the driver. + Note: if you use tls module, use at least mongo-c-driver v1.3.5 and + compile the library by configuring it without automatic init and + cleanup (you have to run: './configure + --disable-automatic-init-and-cleanup') -- this option is planned to + be removed in future versions. An alternative for v1.3.5 could be + the patch from: + https://github.com/miconda/mongo-c-driver/commit/51d95009de39eaeca4 + 8491682a5ffec4f83cde55
4. Usage
diff --git a/modules/ndb_mongodb/README b/modules/ndb_mongodb/README index 2e1c740..cac8081 100644 --- a/modules/ndb_mongodb/README +++ b/modules/ndb_mongodb/README @@ -98,8 +98,14 @@ Chapter 1. Admin Guide running Kamailio with this module loaded: * mongo-c-driver - available at https://github.com/mongodb/mongo-c-driver - Note: if you use tls module, use at least mongo-c-driver v1.2.1 - - there were reports of issues inside earlier versions of the driver. + Note: if you use tls module, use at least mongo-c-driver v1.3.5 and + compile the library by configuring it without automatic init and + cleanup (you have to run: './configure + --disable-automatic-init-and-cleanup') -- this option is planned to + be removed in future versions. An alternative for v1.3.5 could be + the patch from: + https://github.com/miconda/mongo-c-driver/commit/51d95009de39eaeca4 + 8491682a5ffec4f83cde55
3. Parameters