Module: kamailio
Branch: master
Commit: 79fb4e9c6fb433a5df546944a00e275f37648f17
URL: https://github.com/kamailio/kamailio/commit/79fb4e9c6fb433a5df546944a00e275…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-01-20T14:09:50+01:00
Merge pull request #476 from mslehto/mongodoc
modules/ndb_mongodb: fixes documentation typo
---
Modified: modules/ndb_mongodb/README
Modified: modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/79fb4e9c6fb433a5df546944a00e275…
Patch: https://github.com/kamailio/kamailio/commit/79fb4e9c6fb433a5df546944a00e275…
---
diff --git a/modules/ndb_mongodb/README b/modules/ndb_mongodb/README
index 0c655e5..01b1ce5 100644
--- a/modules/ndb_mongodb/README
+++ b/modules/ndb_mongodb/README
@@ -105,7 +105,7 @@ Chapter 1. Admin Guide
3.1. server (str)
- Specify the details to connect to REDIS server. It takes a list of
+ Specify the details to connect to MongoDB server. It takes a list of
attribute=value separated by semicolon, the attributes can be name and
uri. Name is a generic identifier to be used with module functions. The
uri parameter must be a valid MongoDB database connection string.
diff --git a/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml b/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
index 5df4660..ec43474 100644
--- a/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
+++ b/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
@@ -62,7 +62,7 @@
<section id="ndb_mongodb.p.server">
<title><varname>server</varname> (str)</title>
<para>
- Specify the details to connect to REDIS server. It takes a list of
+ Specify the details to connect to MongoDB server. It takes a list of
attribute=value separated by semicolon, the attributes can be
name and uri. Name is a generic identifier to be used
with module functions. The uri parameter must be a valid
Module: kamailio
Branch: master
Commit: 4de2390a4071530e808eddd86ee8926ec51524eb
URL: https://github.com/kamailio/kamailio/commit/4de2390a4071530e808eddd86ee8926…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2016-01-15T01:28:12+02:00
modules/ndb_mongodb: fixes documentation typo
---
Modified: modules/ndb_mongodb/README
Modified: modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/4de2390a4071530e808eddd86ee8926…
Patch: https://github.com/kamailio/kamailio/commit/4de2390a4071530e808eddd86ee8926…
---
diff --git a/modules/ndb_mongodb/README b/modules/ndb_mongodb/README
index 0c655e5..01b1ce5 100644
--- a/modules/ndb_mongodb/README
+++ b/modules/ndb_mongodb/README
@@ -105,7 +105,7 @@ Chapter 1. Admin Guide
3.1. server (str)
- Specify the details to connect to REDIS server. It takes a list of
+ Specify the details to connect to MongoDB server. It takes a list of
attribute=value separated by semicolon, the attributes can be name and
uri. Name is a generic identifier to be used with module functions. The
uri parameter must be a valid MongoDB database connection string.
diff --git a/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml b/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
index 5df4660..ec43474 100644
--- a/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
+++ b/modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
@@ -62,7 +62,7 @@
<section id="ndb_mongodb.p.server">
<title><varname>server</varname> (str)</title>
<para>
- Specify the details to connect to REDIS server. It takes a list of
+ Specify the details to connect to MongoDB server. It takes a list of
attribute=value separated by semicolon, the attributes can be
name and uri. Name is a generic identifier to be used
with module functions. The uri parameter must be a valid
If kamailio is compiled with DBG_QM_MALLOC, debug is printed in `mem/q_mallocc:405`
When the set_mod_level RPC function is called, memory is allocated while the lock is held `debugger/debugger_apic:1224`
This will cause a deadlock when setting the value of 'core'
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/482