Module: kamailio
Branch: 5.6
Commit: b230a4621c4fa4a19860c6e909bc06da3d4633c5
URL:
https://github.com/kamailio/kamailio/commit/b230a4621c4fa4a19860c6e909bc06d…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-11-13T16:56:16+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/db_text/README
Modified: src/modules/ldap/README
Modified: src/modules/snmpstats/README
Modified: src/modules/sst/README
---
Diff:
https://github.com/kamailio/kamailio/commit/b230a4621c4fa4a19860c6e909bc06d…
Patch:
https://github.com/kamailio/kamailio/commit/b230a4621c4fa4a19860c6e909bc06d…
---
diff --git a/src/modules/db_text/README b/src/modules/db_text/README
index a43bf8087ca..be34a3dc2dc 100644
--- a/src/modules/db_text/README
+++ b/src/modules/db_text/README
@@ -426,7 +426,7 @@ loadmodule "modules/auth_db/auth_db.so"
# use dbtext database for persistent storage
modparam("usrloc", "db_mode", 2)
-modparam("usrloc|auth_db", "db_url",
"db_text:///tmp/kamailiodb")
+modparam("usrloc|auth_db", "db_url",
"text:///tmp/kamailiodb")
# -- auth params --
#
diff --git a/src/modules/ldap/README b/src/modules/ldap/README
index c7555ca3c60..921f45822f1 100644
--- a/src/modules/ldap/README
+++ b/src/modules/ldap/README
@@ -533,7 +533,7 @@ ldap_result("telephoneNumber/$avp(s:tel_number)");
AVP. It can be either str for string, or int for integer. If avp_type
is specified as int then ldap_result tries to convert the LDAP
attribute values to integer. In this case, the values are only stored
- as AVP if the conversion to integer is succesfull.
+ as AVP if the conversion to integer is successful.
Function Parameters:
diff --git a/src/modules/snmpstats/README b/src/modules/snmpstats/README
index e22b2485130..047bb275189 100644
--- a/src/modules/snmpstats/README
+++ b/src/modules/snmpstats/README
@@ -340,7 +340,7 @@ modparam("snmpstats", "sipEntityType",
"proxyServer")
The SNMPStats module monitors the number of bytes waiting to be
consumed by Kamailio. If the number of bytes waiting to be consumed
- exceeds a minor threshold, the SNMPStats module will send out an
+ exceeds a minor threshold, the SNMPStats module will send out a
kamailioMsgQueueDepthMinorEvent trap to signal that an alarm condition
has occurred. The minor threshold is set with the
MsgQueueMinorThreshold parameter.
@@ -357,7 +357,7 @@ modparam("snmpstats", "MsgQueueMinorThreshold",
2000)
The SNMPStats module monitors the number of bytes waiting to be
consumed by Kamailio. If the number of bytes waiting to be consumed
- exceeds a major threshold, the SNMPStats module will send out an
+ exceeds a major threshold, the SNMPStats module will send out a
kamailioMsgQueueDepthMajorEvent trap to signal that an alarm condition
has occurred. The major threshold is set with the
MsgQueueMajorThreshold parameter.
diff --git a/src/modules/sst/README b/src/modules/sst/README
index ed31b933133..3444863563d 100644
--- a/src/modules/sst/README
+++ b/src/modules/sst/README
@@ -90,7 +90,7 @@ Chapter 1. Admin Guide
The sst module provides a way to update the dialog expiry timer based
on the SIP INVITE/200 OK Session-Expires header value. You can use the
- sst module in a Kamailio proxy to allow freeing of local resources of
+ sst module in an Kamailio proxy to allow freeing of local resources of
dead calls.
You can also use the sst module to validate the MIN_SE header value and