Module: kamailio
Branch: 5.3
Commit: e10b3040730181ddb7ae3d4dd7353e62260f83f4
URL: https://github.com/kamailio/kamailio/commit/e10b3040730181ddb7ae3d4dd7353e6…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:51:45Z
Fix typo on app_jsdt module: Consecutives 'the'
---
Modified: src/modules/app_jsdt/duktape.c
---
Diff: https://github.com/kamailio/kamailio/commit/e10b3040730181ddb7ae3d4dd7353e6…
Patch: https://github.com/kamailio/kamailio/commit/e10b3040730181ddb7ae3d4dd7353e6…
---
diff --git a/src/modules/app_jsdt/duktape.c b/src/modules/app_jsdt/duktape.c
index c3781f766f..81363cec7a 100644
--- a/src/modules/app_jsdt/duktape.c
+++ b/src/modules/app_jsdt/duktape.c
@@ -19523,7 +19523,7 @@ DUK_EXTERNAL void *duk_require_buffer(duk_hthread *thr, duk_idx_t idx, duk_size_
}
/* Get the active buffer data area for a plain buffer or a buffer object.
- * Return NULL if the the value is not a buffer. Note that a buffer may
+ * Return NULL if the value is not a buffer. Note that a buffer may
* have a NULL data pointer when its size is zero, the optional 'out_isbuffer'
* argument allows caller to detect this reliably.
*/
@@ -54271,7 +54271,7 @@ DUK_INTERNAL duk_uint_fast32_t duk_hobject_pc2line_query(duk_hthread *thr, duk_i
* duk_tval copies is not problematic with respect to side effects;
* care must be taken when holding and using argument duk_tval pointers.
*
- * - If a finalizer is executed, it may operate on the the same object
+ * - If a finalizer is executed, it may operate on the same object
* we're currently dealing with. For instance, the finalizer might
* delete a certain property which has already been looked up and
* confirmed to exist. Ideally finalizers would be disabled if GC
Module: kamailio
Branch: 5.2
Commit: 587d741736d5dc32f5a81633e0e02cead120e330
URL: https://github.com/kamailio/kamailio/commit/587d741736d5dc32f5a81633e0e02ce…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
Fix typo on xmpp module: Consecutives 'the'
---
Modified: src/modules/xmpp/doc/xmpp_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/587d741736d5dc32f5a81633e0e02ce…
Patch: https://github.com/kamailio/kamailio/commit/587d741736d5dc32f5a81633e0e02ce…
---
diff --git a/src/modules/xmpp/doc/xmpp_admin.xml b/src/modules/xmpp/doc/xmpp_admin.xml
index ab201c5a84..129acbc423 100644
--- a/src/modules/xmpp/doc/xmpp_admin.xml
+++ b/src/modules/xmpp/doc/xmpp_admin.xml
@@ -230,7 +230,7 @@
<para>
The domain of the SIP-to-XMPP gateway - it has to be in DNS or SIP UA has to
use outbound proxy to SIP-to-XMPP gateway IP address. It has to be used
- as domain in the the destination address of the messages sent by SIP users
+ as domain in the destination address of the messages sent by SIP users
to XMPP users:
"sip:username<![CDATA[<]]>delim<![CDATA[>]]>jabber_server@gateway_domain".
</para>
Module: kamailio
Branch: 5.2
Commit: 695035e2fc0ddc02da3818697785a7cc25d5e286
URL: https://github.com/kamailio/kamailio/commit/695035e2fc0ddc02da3818697785a7c…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
Fix typo on main README.md: Consecutives 'the'
---
Modified: README.md
---
Diff: https://github.com/kamailio/kamailio/commit/695035e2fc0ddc02da3818697785a7c…
Patch: https://github.com/kamailio/kamailio/commit/695035e2fc0ddc02da3818697785a7c…
---
diff --git a/README.md b/README.md
index 8005030775..85a4b70789 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Kamailio development was started back in 2001 by [Fraunhofer Fokus](https://www.
Fraunhofer Fokus is no longer actively involved in the evolution of the project. Kamailio is now developed and managed by its world wide community. Fokus still uses Kamailio in its research projects (such as OpenIMSCore) and it is hosting events related to the project, such as developer meetings or the Kamailio World Conference.
-For more information about Kamailio, see the the [website of the project](https://www.kamailio.org), where you can find pointers to documentation, the project wiki and much more.
+For more information about Kamailio, see the [website of the project](https://www.kamailio.org), where you can find pointers to documentation, the project wiki and much more.
## Contributions
Module: kamailio
Branch: 5.2
Commit: e1d455c15fcbb4a1c710bd6aa84bba2a96a11046
URL: https://github.com/kamailio/kamailio/commit/e1d455c15fcbb4a1c710bd6aa84bba2…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
Fix typo on sca module NOTES
---
Modified: src/modules/sca/NOTES
---
Diff: https://github.com/kamailio/kamailio/commit/e1d455c15fcbb4a1c710bd6aa84bba2…
Patch: https://github.com/kamailio/kamailio/commit/e1d455c15fcbb4a1c710bd6aa84bba2…
---
diff --git a/src/modules/sca/NOTES b/src/modules/sca/NOTES
index b5c9ebaf5a..fa8ab926f6 100644
--- a/src/modules/sca/NOTES
+++ b/src/modules/sca/NOTES
@@ -113,7 +113,7 @@ Revisiting possibility of using TMCB_ tm module hooks.
* Register a pv in the module, set it to a known value in the
TMCB_E2EACK_IN callback, have the script check the value of the
pv, and invoke an exported sca_update function if the pv is set
- the the known value.
+ to the known value.
Pros: fits sip-router script-based logic model well, does not
rely on a timer (eliminates races).
Module: kamailio
Branch: 5.2
Commit: b66d8631a62ca08e92bc6b274515843d6749a7c6
URL: https://github.com/kamailio/kamailio/commit/b66d8631a62ca08e92bc6b274515843…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
Fix typo on tm module: Consecutives 'the'
---
Modified: src/modules/tm/doc/functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/b66d8631a62ca08e92bc6b274515843…
Patch: https://github.com/kamailio/kamailio/commit/b66d8631a62ca08e92bc6b274515843…
---
diff --git a/src/modules/tm/doc/functions.xml b/src/modules/tm/doc/functions.xml
index a36c6200f5..d3c47d5d34 100644
--- a/src/modules/tm/doc/functions.xml
+++ b/src/modules/tm/doc/functions.xml
@@ -668,7 +668,7 @@ route {
<function>t_reset_max_lifetime()</function>
</title>
<para>
- Resets the the maximum lifetime for the current INVITE or non-INVITE
+ Resets the maximum lifetime for the current INVITE or non-INVITE
transaction to the default value (set using the tm module parameter
<varname>max_inv_lifetime</varname> or
<varname>max_noninv_lifetime</varname>).
Module: kamailio
Branch: 5.2
Commit: d44995a6c87cacc94dab13ded043bd4a4ba8dac5
URL: https://github.com/kamailio/kamailio/commit/d44995a6c87cacc94dab13ded043bd4…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
Fix typo on drouting module: Consecutives 'the'
---
Modified: src/modules/drouting/doc/drouting_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/d44995a6c87cacc94dab13ded043bd4…
Patch: https://github.com/kamailio/kamailio/commit/d44995a6c87cacc94dab13ded043bd4…
---
diff --git a/src/modules/drouting/doc/drouting_admin.xml b/src/modules/drouting/doc/drouting_admin.xml
index 46fab8b551..c2dc2e6a83 100644
--- a/src/modules/drouting/doc/drouting_admin.xml
+++ b/src/modules/drouting/doc/drouting_admin.xml
@@ -18,7 +18,7 @@
<title>Introduction</title>
<para>Dynamic Routing is a module for selecting (based on multiple
- criteria) the the best gateway/destination to be used for delivering a
+ criteria) the best gateway/destination to be used for delivering a
certain call. Least Cost Routing (LCR) is a special case of dynamic
routing - when the rules are ordered based on costs. Dynamic Routing
comes with many features regarding routing rule selection:
Module: kamailio
Branch: 5.2
Commit: 59eac533086ace33582021edf19c0da2f993550a
URL: https://github.com/kamailio/kamailio/commit/59eac533086ace33582021edf19c0da…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
Fix typo on ims_qos module: Consecutives 'the'
---
Modified: src/modules/ims_qos/rx_aar.c
---
Diff: https://github.com/kamailio/kamailio/commit/59eac533086ace33582021edf19c0da…
Patch: https://github.com/kamailio/kamailio/commit/59eac533086ace33582021edf19c0da…
---
diff --git a/src/modules/ims_qos/rx_aar.c b/src/modules/ims_qos/rx_aar.c
index b1e8df51b8..d9f242f43b 100644
--- a/src/modules/ims_qos/rx_aar.c
+++ b/src/modules/ims_qos/rx_aar.c
@@ -276,7 +276,7 @@ void async_aar_reg_callback(int is_timeout, void *param, AAAMessage *aaa, long e
if (cdp_result >= 2000 && cdp_result < 3000) {
counter_inc(ims_qos_cnts_h.successful_registration_aars);
if (is_rereg) {
- LM_DBG("this is a re-registration, therefore we don't need to do anything except know that the the subscription was successful\n");
+ LM_DBG("this is a re-registration, therefore we don't need to do anything except know that the subscription was successful\n");
result = CSCF_RETURN_TRUE;
create_return_code(result);
goto done;
Module: kamailio
Branch: 5.2
Commit: 1a99608e4d9bb9312737dcdf214af732a7f4eb51
URL: https://github.com/kamailio/kamailio/commit/1a99608e4d9bb9312737dcdf214af73…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
Fix typo on cplc module: Consecutives 'the'
---
Modified: src/modules/cplc/doc/cplc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/1a99608e4d9bb9312737dcdf214af73…
Patch: https://github.com/kamailio/kamailio/commit/1a99608e4d9bb9312737dcdf214af73…
---
diff --git a/src/modules/cplc/doc/cplc_admin.xml b/src/modules/cplc/doc/cplc_admin.xml
index 0c9f15b62e..d83b9271a8 100644
--- a/src/modules/cplc/doc/cplc_admin.xml
+++ b/src/modules/cplc/doc/cplc_admin.xml
@@ -175,7 +175,7 @@ modparam("cpl-c","domain_column","domain")
<title><varname>cpl_xml_column</varname> (string)</title>
<para>
Indicates the name of the column used for storing the
- the XML version of the cpl script.
+ XML version of the cpl script.
</para>
<para>
<emphasis>
@@ -195,7 +195,7 @@ modparam("cpl-c","cpl_xml_column","cpl_xml")
<title><varname>cpl_bin_column</varname> (string)</title>
<para>
Indicates the name of the column used for storing the
- the binary version of the cpl script (compiled version).
+ binary version of the cpl script (compiled version).
</para>
<para>
<emphasis>
Module: kamailio
Branch: 5.2
Commit: c106c6d265e4b79748fd3532e77a1f9f10f18da3
URL: https://github.com/kamailio/kamailio/commit/c106c6d265e4b79748fd3532e77a1f9…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
Fix typo on db_mongodb module: Consecutives 'the'
---
Modified: src/modules/db_mongodb/doc/db_mongodb_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/c106c6d265e4b79748fd3532e77a1f9…
Patch: https://github.com/kamailio/kamailio/commit/c106c6d265e4b79748fd3532e77a1f9…
---
diff --git a/src/modules/db_mongodb/doc/db_mongodb_admin.xml b/src/modules/db_mongodb/doc/db_mongodb_admin.xml
index a7723bec58..00cf7a59e6 100644
--- a/src/modules/db_mongodb/doc/db_mongodb_admin.xml
+++ b/src/modules/db_mongodb/doc/db_mongodb_admin.xml
@@ -96,7 +96,7 @@
<section>
<title>Usage</title>
<para>
- Load the module and set the the DB URL for specific modules to:
+ Load the module and set the DB URL for specific modules to:
mongodb://username:password@host:port/database. Username, password
and port are optional.
</para>