Module: kamailio
Branch: master
Commit: 7437d4d9977f50640efefbec4cc06056c4957b18
URL: https://github.com/kamailio/kamailio/commit/7437d4d9977f50640efefbec4cc0605…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-04-10T08:05:56+02:00
http_async_client: typos
---
Modified: src/modules/http_async_client/doc/http_async_client_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/7437d4d9977f50640efefbec4cc0605…
Patch: https://github.com/kamailio/kamailio/commit/7437d4d9977f50640efefbec4cc0605…
---
diff --git a/src/modules/http_async_client/doc/http_async_client_admin.xml b/src/modules/http_async_client/doc/http_async_client_admin.xml
index f28ea0ce249..f514986725d 100644
--- a/src/modules/http_async_client/doc/http_async_client_admin.xml
+++ b/src/modules/http_async_client/doc/http_async_client_admin.xml
@@ -431,7 +431,7 @@ route[HTTP_REPLY] {
</section>
<section>
<title>Pseudo Variables</title>
- <para>The <literal>$http_req_id</literal> read-only variable can be used in REQUEST_ROUTE to retrive the unique identifier for a query after sending it or in the HTTP callback route to retrive the id of the query the reply belongs to. Useful mainly in non-transactional context.</para>
+ <para>The <literal>$http_req_id</literal> read-only variable can be used in REQUEST_ROUTE to retrieve the unique identifier for a query after sending it or in the HTTP callback route to retrieve the id of the query the reply belongs to. Useful mainly in non-transactional context.</para>
<example>
<title><literal>$http_req_id</literal> variable usage</title>
<programlisting format="linespecific">
Module: kamailio
Branch: master
Commit: c1007b900dd99deb8b3610e9c4da823f2cd2cd02
URL: https://github.com/kamailio/kamailio/commit/c1007b900dd99deb8b3610e9c4da823…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-04-10T08:05:56+02:00
htable: typos
---
Modified: src/modules/htable/doc/htable_admin.xml
Modified: src/modules/htable/ht_db.c
---
Diff: https://github.com/kamailio/kamailio/commit/c1007b900dd99deb8b3610e9c4da823…
Patch: https://github.com/kamailio/kamailio/commit/c1007b900dd99deb8b3610e9c4da823…
---
diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml
index 0493f422567..84f20e7b328 100644
--- a/src/modules/htable/doc/htable_admin.xml
+++ b/src/modules/htable/doc/htable_admin.xml
@@ -357,7 +357,7 @@ $ kamcmd htable.dump htable
<listitem>
<para>
<emphasis>autoexpire</emphasis> -time in seconds to delete an item
- from a hash table if no update was done to it. If is missing or set
+ from a hash table if no update was done to it. If it is missing or set
to 0, the items won't expire.
</para>
</listitem>
@@ -793,7 +793,7 @@ sht_print();
</title>
<para>
Delete the item with the name 'itname' from hash table 'htname'.
- This API function equivaluent to '$sht(htname=>itname) = $null'.
+ This API function is equivalent to '$sht(htname=>itname) = $null'.
</para>
<para>
This function can be used from ANY_ROUTE.
@@ -1559,10 +1559,10 @@ kamcmd htable.seti test x[0] 123
</para>
<programlisting format="linespecific">
...
-# set expire for $sht(test=>x) to 120 secs
+# set expire for $sht(test=>x) to 120 secs
kamctl rpc htable.setex test x 120
-# set expire for $sht(test=>10) to 120 secs
+# set expire for $sht(test=>10) to 120 secs
kamctl rpc htable.setex test s:10 120
...
</programlisting>
diff --git a/src/modules/htable/ht_db.c b/src/modules/htable/ht_db.c
index 1f9dac458c6..db2a52ce8b1 100644
--- a/src/modules/htable/ht_db.c
+++ b/src/modules/htable/ht_db.c
@@ -648,7 +648,7 @@ int ht_db_save_table(ht_t *ht, str *dbtable)
/**
- * delete databse table
+ * delete database table
*/
int ht_db_delete_records(str *dbtable)
{
Module: kamailio
Branch: master
Commit: 6a4ab71566d9e7bb3da290c2d60b35e56923a705
URL: https://github.com/kamailio/kamailio/commit/6a4ab71566d9e7bb3da290c2d60b35e…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-04-10T08:05:56+02:00
exec: typo
---
Modified: src/modules/exec/kill.c
---
Diff: https://github.com/kamailio/kamailio/commit/6a4ab71566d9e7bb3da290c2d60b35e…
Patch: https://github.com/kamailio/kamailio/commit/6a4ab71566d9e7bb3da290c2d60b35e…
---
diff --git a/src/modules/exec/kill.c b/src/modules/exec/kill.c
index dc6c0090e1a..98ceafe9cce 100644
--- a/src/modules/exec/kill.c
+++ b/src/modules/exec/kill.c
@@ -26,7 +26,7 @@
* Module: \ref exec
*
* in this file, we implement the ability to send a kill signal to
- * a child after some time; its a quick ugly hack, for example kill
+ * a child after some time; it is a quick ugly hack, for example kill
* is sent without any knowledge whether the kid is still alive
*
* also, it was never compiled without FAST_LOCK -- nothing will
Module: kamailio
Branch: master
Commit: feb5d27f8a063b0c533d294be9e4726f75b96a0a
URL: https://github.com/kamailio/kamailio/commit/feb5d27f8a063b0c533d294be9e4726…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-04-10T08:05:56+02:00
enum: typos
---
Modified: src/modules/enum/doc/enum_admin.xml
Modified: src/modules/enum/enum.c
---
Diff: https://github.com/kamailio/kamailio/commit/feb5d27f8a063b0c533d294be9e4726…
Patch: https://github.com/kamailio/kamailio/commit/feb5d27f8a063b0c533d294be9e4726…
---
diff --git a/src/modules/enum/doc/enum_admin.xml b/src/modules/enum/doc/enum_admin.xml
index 46e68f14f2c..34e848dd4c9 100644
--- a/src/modules/enum/doc/enum_admin.xml
+++ b/src/modules/enum/doc/enum_admin.xml
@@ -362,7 +362,7 @@ enum_pv_query("$avp(i:100)","e164.arpa.","+sip+voice:sip");
</title>
<para>
The function performs an enum query and rewrites the Request-URI with
- the result of the query. This the Infrastructure-ENUM version of enum_query().
+ the result of the query. This is the Infrastructure-ENUM version of enum_query().
The only difference to enum_query() is in the calculation of the
FQDN where NAPTR records are looked for.
</para>
diff --git a/src/modules/enum/enum.c b/src/modules/enum/enum.c
index 7d1d1553fb1..c292c195d9a 100644
--- a/src/modules/enum/enum.c
+++ b/src/modules/enum/enum.c
@@ -209,7 +209,7 @@ static inline int sip_match(struct naptr_rdata *naptr, str *service)
&& (strncasecmp(naptr->services + 4 + service->len, ":sip", 4)
== 0);
} else { /* handle compound NAPTRs and multiple services */
- str bakservice, baknaptr; /* we bakup the str */
+ str bakservice, baknaptr; /* we backup the str */
int naptrlen, len; /* length of the extracted service */
/* RFC 3761, NAPTR service field must start with E2U+ */
Module: kamailio
Branch: master
Commit: 1151b0854f5c24ef3e9b7ee209efc31ce7ef0519
URL: https://github.com/kamailio/kamailio/commit/1151b0854f5c24ef3e9b7ee209efc31…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-04-10T08:05:56+02:00
cnxcc: typos
---
Modified: src/modules/cnxcc/doc/cnxcc_admin.xml
Modified: src/modules/cnxcc/example/kamailio-cnxcc.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/1151b0854f5c24ef3e9b7ee209efc31…
Patch: https://github.com/kamailio/kamailio/commit/1151b0854f5c24ef3e9b7ee209efc31…
---
diff --git a/src/modules/cnxcc/doc/cnxcc_admin.xml b/src/modules/cnxcc/doc/cnxcc_admin.xml
index 322a227bfb7..2be0abdb541 100644
--- a/src/modules/cnxcc/doc/cnxcc_admin.xml
+++ b/src/modules/cnxcc/doc/cnxcc_admin.xml
@@ -450,7 +450,7 @@ if (!cnxcc_terminate_all("$var(customer)")) {
<section id="cnxcc.rpc.check_client">
<title>cnxcc.check_client</title>
<para>
- Retrives all calls from a particular identifier.
+ Retrieves all calls from a particular identifier.
</para>
<para>
Parameters: <emphasis>client/customer identifier</emphasis>
diff --git a/src/modules/cnxcc/example/kamailio-cnxcc.cfg b/src/modules/cnxcc/example/kamailio-cnxcc.cfg
index 9b11b26a8dc..236b2384902 100644
--- a/src/modules/cnxcc/example/kamailio-cnxcc.cfg
+++ b/src/modules/cnxcc/example/kamailio-cnxcc.cfg
@@ -6,12 +6,12 @@
#
# Kamailio SIP Server v3.2 - default configuration script
-# - web: http://www.kamailio.org
+# - web: https://www.kamailio.org
# - git: http://sip-router.org
#
# Direct your questions about this file to: <sr-users(a)lists.kamailio.org>
#
-# Refer to the Core CookBook at http://www.kamailio.org/dokuwiki/doku.php
+# Refer to the Core CookBook at https://www.kamailio.org/w/documentation/
# for an explanation of possible statements, functions and parameters.
#
# Several features can be enabled using '#!define WITH_FEATURE' directives:
@@ -321,7 +321,7 @@ modparam("registrar", "max_expires", 3600)
modparam("acc", "early_media", 0)
modparam("acc", "report_ack", 0)
modparam("acc", "report_cancels", 0)
-/* by default ww do not adjust the direct of the sequential requests.
+/* by default we do not adjust the direct of the sequential requests.
if you enable this parameter, be sure the enable "append_fromtag"
in "rr" module */
modparam("acc", "detect_direction", 0)
@@ -984,7 +984,7 @@ route[PSTN] {
#!ifdef WITH_PSTN
# check if PSTN GW IP is defined
if (strempty($sel(cfg_get.pstn.gw_ip))) {
- xlog("SCRIPT: PSTN rotuing enabled but pstn.gw_ip not defined\n");
+ xlog("SCRIPT: PSTN routing enabled but pstn.gw_ip not defined\n");
return;
}
@@ -1036,7 +1036,7 @@ route[TOVOICEMAIL] {
# check if VoiceMail server IP is defined
if (strempty($sel(cfg_get.voicemail.srv_ip))) {
- xlog("SCRIPT: VoiceMail rotuing enabled but IP not defined\n");
+ xlog("SCRIPT: VoiceMail routing enabled but IP not defined\n");
return;
}
if($avp(oexten)==$null)