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: 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: 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: 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: 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: 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>
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: 42ea1f522de1b545f72e4cfeeaa1da2949f1b3e7
URL: https://github.com/kamailio/kamailio/commit/42ea1f522de1b545f72e4cfeeaa1da2…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:39Z
Fix typo on carrierroute module: Consecutives 'the'
---
Modified: src/modules/carrierroute/doc/carrierroute_db.xml
---
Diff: https://github.com/kamailio/kamailio/commit/42ea1f522de1b545f72e4cfeeaa1da2…
Patch: https://github.com/kamailio/kamailio/commit/42ea1f522de1b545f72e4cfeeaa1da2…
---
diff --git a/src/modules/carrierroute/doc/carrierroute_db.xml b/src/modules/carrierroute/doc/carrierroute_db.xml
index 2bd82d6c99..808a5456c8 100644
--- a/src/modules/carrierroute/doc/carrierroute_db.xml
+++ b/src/modules/carrierroute/doc/carrierroute_db.xml
@@ -273,7 +273,7 @@ modparam("carrierroute", "carrierfailureroute_domain_col", "domain")
</section>
<section>
<title><varname>carrierfailureroute_scan_prefix_col</varname> (string)</title>
- <para>Name of column contains the the scan prefixes. Scan prefixes define the matching
+ <para>Name of column contains the scan prefixes. Scan prefixes define the matching
portion of a phone number, e.g. we have the scan prefixes 49721 and 49, the called number is
49721913740, it matches 49721, because the longest match is taken. If no prefix matches,
the number is not failure routed. To prevent this, an empty prefix value of