Module: kamailio
Branch: 5.4
Commit: 02f470f64d57d27b3035b9f8884d539916a8ca02
URL: https://github.com/kamailio/kamailio/commit/02f470f64d57d27b3035b9f8884d539…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:04Z
Fix typo on carrierroute module: Consecutives 'the'
---
Modified: src/modules/carrierroute/doc/carrierroute_db.xml
---
Diff: https://github.com/kamailio/kamailio/commit/02f470f64d57d27b3035b9f8884d539…
Patch: https://github.com/kamailio/kamailio/commit/02f470f64d57d27b3035b9f8884d539…
---
diff --git a/src/modules/carrierroute/doc/carrierroute_db.xml b/src/modules/carrierroute/doc/carrierroute_db.xml
index cc88b19887..f755d08a40 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
Module: kamailio
Branch: 5.4
Commit: ab5a57b1291316b4be57ade1219200db8222ac87
URL: https://github.com/kamailio/kamailio/commit/ab5a57b1291316b4be57ade1219200d…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:04Z
Fix typo on avp module: Consecutives 'the'
---
Modified: src/modules/avp/avp.xml
---
Diff: https://github.com/kamailio/kamailio/commit/ab5a57b1291316b4be57ade1219200d…
Patch: https://github.com/kamailio/kamailio/commit/ab5a57b1291316b4be57ade1219200d…
---
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.4
Commit: 408efc005320d055c16cce9a518954692eb75187
URL: https://github.com/kamailio/kamailio/commit/408efc005320d055c16cce9a5189546…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:04Z
Fix typo on app_jsdt module: Consecutives 'the'
---
Modified: src/modules/app_jsdt/duktape.c
---
Diff: https://github.com/kamailio/kamailio/commit/408efc005320d055c16cce9a5189546…
Patch: https://github.com/kamailio/kamailio/commit/408efc005320d055c16cce9a5189546…
---
diff --git a/src/modules/app_jsdt/duktape.c b/src/modules/app_jsdt/duktape.c
index 366883c533..9e05804065 100644
--- a/src/modules/app_jsdt/duktape.c
+++ b/src/modules/app_jsdt/duktape.c
@@ -20026,7 +20026,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.
*/
@@ -56844,7 +56844,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.4
Commit: 5aff688af40e87c32e43c7c6d5abca60fbb22595
URL: https://github.com/kamailio/kamailio/commit/5aff688af40e87c32e43c7c6d5abca6…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:04Z
Fix typo on srdb1 lib: Consecutive 'the'
---
Modified: src/lib/srdb1/schema/carrierfailureroute.xml
---
Diff: https://github.com/kamailio/kamailio/commit/5aff688af40e87c32e43c7c6d5abca6…
Patch: https://github.com/kamailio/kamailio/commit/5aff688af40e87c32e43c7c6d5abca6…
---
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: 5.3
Commit: 3d8f2cdcbf30a497351b36c3d9e5f7ac7f876e01
URL: https://github.com/kamailio/kamailio/commit/3d8f2cdcbf30a497351b36c3d9e5f7a…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:51:46Z
Fix typo on main README.md: Consecutives 'the'
---
Modified: README.md
---
Diff: https://github.com/kamailio/kamailio/commit/3d8f2cdcbf30a497351b36c3d9e5f7a…
Patch: https://github.com/kamailio/kamailio/commit/3d8f2cdcbf30a497351b36c3d9e5f7a…
---
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.3
Commit: 97f029b9f14ac21af5ca8421aca9bc10ae557882
URL: https://github.com/kamailio/kamailio/commit/97f029b9f14ac21af5ca8421aca9bc1…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:51:46Z
Fix typo on xmpp module: Consecutives 'the'
---
Modified: src/modules/xmpp/doc/xmpp_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/97f029b9f14ac21af5ca8421aca9bc1…
Patch: https://github.com/kamailio/kamailio/commit/97f029b9f14ac21af5ca8421aca9bc1…
---
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.3
Commit: cc022ce161047237a412a1c349af0f96fd4b4c52
URL: https://github.com/kamailio/kamailio/commit/cc022ce161047237a412a1c349af0f9…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:51:46Z
Fix typo on tm module: Consecutives 'the'
---
Modified: src/modules/tm/doc/functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/cc022ce161047237a412a1c349af0f9…
Patch: https://github.com/kamailio/kamailio/commit/cc022ce161047237a412a1c349af0f9…
---
diff --git a/src/modules/tm/doc/functions.xml b/src/modules/tm/doc/functions.xml
index 489147afd1..5ba8526c6e 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.3
Commit: ce6c55fae057681a0b3c486cf5bc3e80edd0c275
URL: https://github.com/kamailio/kamailio/commit/ce6c55fae057681a0b3c486cf5bc3e8…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:51:46Z
Fix typo on sca module NOTES
---
Modified: src/modules/sca/NOTES
---
Diff: https://github.com/kamailio/kamailio/commit/ce6c55fae057681a0b3c486cf5bc3e8…
Patch: https://github.com/kamailio/kamailio/commit/ce6c55fae057681a0b3c486cf5bc3e8…
---
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).