Module: kamailio
Branch: 5.2
Commit: 27da1adf9d64486b5ae6e8e980be82e048a9b582
URL: https://github.com/kamailio/kamailio/commit/27da1adf9d64486b5ae6e8e980be82e…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:38Z
Fix typo on avp module: Consecutives 'the'
---
Modified: src/modules/avp/avp.xml
---
Diff: https://github.com/kamailio/kamailio/commit/27da1adf9d64486b5ae6e8e980be82e…
Patch: https://github.com/kamailio/kamailio/commit/27da1adf9d64486b5ae6e8e980be82e…
---
diff --git a/src/modules/avp/avp.xml b/src/modules/avp/avp.xml
index 93fdea7fc6..fa47e88cb2 100644
--- a/src/modules/avp/avp.xml
+++ b/src/modules/avp/avp.xml
@@ -168,7 +168,7 @@
<para>
The <function>attr_equals()</function> function checks whether
the attribute identified by the argument <symbol>attribute</symbol>
- exists and its value is identical the the value given by the
+ exists and its value is identical the value given by the
argument <symbol>value</symbol>. If so, it returns
<literal>true</literal> and <literal>false</literal> otherwise.
</para>
Module: kamailio
Branch: 5.2
Commit: 6b6b2c1223537042d24457b9ca82e25407208608
URL: https://github.com/kamailio/kamailio/commit/6b6b2c1223537042d24457b9ca82e25…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:38Z
Fix typo on app_jsdt module: Consecutives 'the'
---
Modified: src/modules/app_jsdt/duktape.c
---
Diff: https://github.com/kamailio/kamailio/commit/6b6b2c1223537042d24457b9ca82e25…
Patch: https://github.com/kamailio/kamailio/commit/6b6b2c1223537042d24457b9ca82e25…
---
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: 36a329cc8fef72da4f3a893079fccf8a97296547
URL: https://github.com/kamailio/kamailio/commit/36a329cc8fef72da4f3a893079fccf8…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:38Z
Fix typo on srdb1 lib: Consecutive 'the'
---
Modified: src/lib/srdb1/schema/carrierfailureroute.xml
---
Diff: https://github.com/kamailio/kamailio/commit/36a329cc8fef72da4f3a893079fccf8…
Patch: https://github.com/kamailio/kamailio/commit/36a329cc8fef72da4f3a893079fccf8…
---
diff --git a/src/lib/srdb1/schema/carrierfailureroute.xml b/src/lib/srdb1/schema/carrierfailureroute.xml
index 2de707c59f..58a05e7865 100644
--- a/src/lib/srdb1/schema/carrierfailureroute.xml
+++ b/src/lib/srdb1/schema/carrierfailureroute.xml
@@ -59,7 +59,7 @@
<type>string</type>
<size>&user_len;</size>
<default/>
- <description>Name of column contains the the scan prefixes. Scan prefixes define the matching
+ <description>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 <quote></quote>
Module: kamailio
Branch: master
Commit: 86a9e0437ae3366cd45fa9334ae2a9d6cde44a27
URL: https://github.com/kamailio/kamailio/commit/86a9e0437ae3366cd45fa9334ae2a9d…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:48:22+02:00
Fix typo on main README.md: Consecutives 'the'
---
Modified: README.md
---
Diff: https://github.com/kamailio/kamailio/commit/86a9e0437ae3366cd45fa9334ae2a9d…
Patch: https://github.com/kamailio/kamailio/commit/86a9e0437ae3366cd45fa9334ae2a9d…
---
diff --git a/README.md b/README.md
index f160311182..6649dc692c 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: master
Commit: 62a31d3b28147f2e96d1caa38807a38028e08155
URL: https://github.com/kamailio/kamailio/commit/62a31d3b28147f2e96d1caa38807a38…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:48:22+02:00
Fix typo on xmpp module: Consecutives 'the'
---
Modified: src/modules/xmpp/doc/xmpp_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/62a31d3b28147f2e96d1caa38807a38…
Patch: https://github.com/kamailio/kamailio/commit/62a31d3b28147f2e96d1caa38807a38…
---
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: master
Commit: d9f9027dadce6271338c04eb8349c1b105126d75
URL: https://github.com/kamailio/kamailio/commit/d9f9027dadce6271338c04eb8349c1b…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:48:22+02:00
Fix typo on tm module: Consecutives 'the'
---
Modified: src/modules/tm/doc/functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/d9f9027dadce6271338c04eb8349c1b…
Patch: https://github.com/kamailio/kamailio/commit/d9f9027dadce6271338c04eb8349c1b…
---
diff --git a/src/modules/tm/doc/functions.xml b/src/modules/tm/doc/functions.xml
index acfc590ffd..f9c9837fb2 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: master
Commit: b5fd3731ac12b90c6861d0e7813f3bf40e9d5e6d
URL: https://github.com/kamailio/kamailio/commit/b5fd3731ac12b90c6861d0e7813f3bf…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:48:22+02:00
Fix typo on sca module NOTES
---
Modified: src/modules/sca/NOTES
---
Diff: https://github.com/kamailio/kamailio/commit/b5fd3731ac12b90c6861d0e7813f3bf…
Patch: https://github.com/kamailio/kamailio/commit/b5fd3731ac12b90c6861d0e7813f3bf…
---
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: master
Commit: 39ef519bdeba10fabc1880d7d570b6b8a5604aec
URL: https://github.com/kamailio/kamailio/commit/39ef519bdeba10fabc1880d7d570b6b…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:48:22+02:00
Fix typo on ims_qos module: Consecutives 'the'
---
Modified: src/modules/ims_qos/rx_aar.c
---
Diff: https://github.com/kamailio/kamailio/commit/39ef519bdeba10fabc1880d7d570b6b…
Patch: https://github.com/kamailio/kamailio/commit/39ef519bdeba10fabc1880d7d570b6b…
---
diff --git a/src/modules/ims_qos/rx_aar.c b/src/modules/ims_qos/rx_aar.c
index 987b5c22bd..97d3d7a49d 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: master
Commit: 0c11e4d2b0ad1b197151ea5bde82e1b9a87c99a0
URL: https://github.com/kamailio/kamailio/commit/0c11e4d2b0ad1b197151ea5bde82e1b…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:48:22+02:00
Fix typo on drouting module: Consecutives 'the'
---
Modified: src/modules/drouting/doc/drouting_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/0c11e4d2b0ad1b197151ea5bde82e1b…
Patch: https://github.com/kamailio/kamailio/commit/0c11e4d2b0ad1b197151ea5bde82e1b…
---
diff --git a/src/modules/drouting/doc/drouting_admin.xml b/src/modules/drouting/doc/drouting_admin.xml
index facb72b31d..323c183a98 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: