Module: kamailio
Branch: master
Commit: d7ef61788fcf84ff86b000f972aff99a300c5237
URL: https://github.com/kamailio/kamailio/commit/d7ef61788fcf84ff86b000f972aff99…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-02-03T18:46:40+01:00
websocket: typos
---
Modified: src/modules/websocket/doc/websocket_admin.xml
Modified: src/modules/websocket/utf8_decode.h
---
Diff: https://github.com/kamailio/kamailio/commit/d7ef61788fcf84ff86b000f972aff99…
Patch: https://github.com/kamailio/kamailio/commit/d7ef61788fcf84ff86b000f972aff99…
---
diff --git a/src/modules/websocket/doc/websocket_admin.xml b/src/modules/websocket/doc/websocket_admin.xml
index 5d33184a85..8ce006c0f8 100644
--- a/src/modules/websocket/doc/websocket_admin.xml
+++ b/src/modules/websocket/doc/websocket_admin.xml
@@ -488,7 +488,7 @@ end
</para>
<para><emphasis>Default value is 1.</emphasis></para>
<example>
- <title>Set <varname>timer_interval</varname>parameter</title>
+ <title>Set <varname>timer_interval</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("websocket", "timer_interval", 5)
diff --git a/src/modules/websocket/utf8_decode.h b/src/modules/websocket/utf8_decode.h
index 33c0ccf55f..76b378e742 100644
--- a/src/modules/websocket/utf8_decode.h
+++ b/src/modules/websocket/utf8_decode.h
@@ -47,7 +47,7 @@ static const uint8_t utf8d[] = {
10,3,3,3,3,3,3,3,3,3,3,3,3,4,3,3, 11,6,6,6,5,8,8,8,8,8,8,8,8,8,8,8,
// The second part is a transition table that maps a combination
- // of a state of the automaton and a character class to a state.
+ // of a state of the automation and a character class to a state.
0, 12,24,36,60,96,84,12,12,12,48,72, 12,12,12,12,12,12,12,12,12,12,12,12,
12, 0,12,12,12,12,12, 0,12, 0,12,12, 12,24,12,12,12,12,12,24,12,24,12,12,
12,12,12,12,12,12,12,24,12,12,12,12, 12,24,12,12,12,12,12,12,12,24,12,12,
In src/core/ccopts.sh:98 there is “acroos”. This could be macros or across.
Likewise in 2× src/Makefile.defs
In src/core/dst_blocklist.c:625 `taget` could be `target` or `tagged`.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3354
-- Commit Summary --
* core: typos
-- File Changes --
M src/core/action.c (4)
M src/core/atomic/atomic_alpha.h (2)
M src/core/atomic/atomic_ppc.h (2)
M src/core/atomic/atomic_sparc64.h (4)
M src/core/atomic/atomic_unknown.h (4)
M src/core/atomic_ops.h (2)
M src/core/atomic_ops_init.h (2)
M src/core/basex.c (2)
M src/core/basex.h (4)
M src/core/bit_count.h (2)
M src/core/bit_scan.h (2)
M src/core/ccopts.sh (4)
M src/core/cfg.y (6)
M src/core/cfg/cfg.c (4)
M src/core/cfg/cfg_ctx.c (12)
M src/core/cfg/cfg_ctx.h (2)
M src/core/cfg/cfg_struct.c (4)
M src/core/cfg/cfg_struct.h (2)
M src/core/counters.c (6)
M src/core/daemonize.c (4)
M src/core/dns_cache.c (26)
M src/core/dns_cache.h (2)
M src/core/dprint.c (2)
M src/core/dprint.h (2)
M src/core/dst_blocklist.c (10)
M src/core/endianness.h (6)
M src/core/error.c (2)
M src/core/fix_lumps.h (2)
M src/core/forward.c (2)
M src/core/hashes.h (2)
M src/core/io_wait.h (14)
M src/core/ip_addr.c (2)
M src/core/kemi.c (4)
M src/core/local_timer.c (2)
M src/core/lock_ops.h (4)
M src/core/mem/dl_malloc.c (6)
M src/core/mem/ll_malloc.c (2)
M src/core/mem/sf_malloc.c (2)
M src/core/mod_fix.c (4)
M src/core/msg_translator.h (2)
M src/core/onsend.c (4)
M src/core/parser/digest/digest_parser.c (4)
M src/core/parser/digest/digest_parser.h (2)
M src/core/parser/hf.c (2)
M src/core/parser/hf.h (2)
M src/core/parser/msg_parser.c (2)
M src/core/parser/msg_parser.h (4)
M src/core/parser/parse_body.c (18)
M src/core/parser/parse_content.c (10)
M src/core/parser/parse_content.h (4)
M src/core/parser/parse_diversion.c (2)
M src/core/parser/parse_expires.c (2)
M src/core/parser/parse_param.c (2)
M src/core/parser/parse_uri.c (2)
M src/core/parser/parse_uri.h (2)
M src/core/parser/parse_via.c (6)
M src/core/parser/sdp/sdp.c (6)
M src/core/parser/sdp/sdp_helpr_funcs.c (2)
M src/core/pass_fd.c (2)
M src/core/rand/fortuna/fortuna.c (2)
M src/core/raw_sock.c (4)
M src/core/resolve.c (10)
M src/core/rpc.h (2)
M src/core/rvalue.c (12)
M src/core/rvalue.h (2)
M src/core/select.c (2)
M src/core/select.h (4)
M src/core/select_core.c (16)
M src/core/ser_time.h (2)
M src/core/signals.c (2)
M src/core/sip_msg_clone.c (2)
M src/core/socket_info.c (2)
M src/core/sr_module.c (10)
M src/core/strutils.c (2)
M src/core/switch.c (8)
M src/core/tcp_conn.h (2)
M src/core/tcp_init.h (2)
M src/core/tcp_main.c (14)
M src/core/tcp_options.c (2)
M src/core/tcp_read.c (8)
M src/core/timer.c (8)
M src/core/timer.h (2)
M src/core/timer_funcs.h (2)
M src/core/timer_proc.c (10)
M src/core/timer_proc.h (4)
M src/core/timer_ticks.h (2)
M src/core/usr_avp.c (2)
M src/core/ut.c (2)
M src/core/ut.h (4)
M src/core/utils/srjson.c (2)
M src/core/utils/tmrec.c (2)
M src/core/ver.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3354.patchhttps://github.com/kamailio/kamailio/pull/3354.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3354
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3354(a)github.com>
Module: kamailio
Branch: master
Commit: 609b689e6071c272e8230901e95db183334391d1
URL: https://github.com/kamailio/kamailio/commit/609b689e6071c272e8230901e95db18…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-02-03T09:46:31+01:00
modules: readme files regenerated - rr ... [skip ci]
---
Modified: src/modules/rr/README
---
Diff: https://github.com/kamailio/kamailio/commit/609b689e6071c272e8230901e95db18…
Patch: https://github.com/kamailio/kamailio/commit/609b689e6071c272e8230901e95db18…
---
diff --git a/src/modules/rr/README b/src/modules/rr/README
index c31f0c8ee8..efaf0df8e3 100644
--- a/src/modules/rr/README
+++ b/src/modules/rr/README
@@ -152,13 +152,13 @@ Chapter 1. Admin Guide
1. Overview
- The module contains record routing logic
+ The module contains record routing logic.
2. Dialog support
Kamailio is basically only a transaction stateful proxy, without any
dialog support build in. There are many features/services which
- actually requires a dialog awareness, like storing the information in
+ actually require a dialog awareness, like storing the information in
the dialog creation stage, information which will be used during the
whole dialog existence.
@@ -327,7 +327,7 @@ modparam("rr", "enable_socket_mismatch_warning", 0)
4.6. custom_user_avp (avp string)
- When enable_username is enabled, a call to record_route will add the
+ When add_username is enabled, a call to record_route will add the
username of the RequestURI to the Record-Route URI. This parameter
allows you to setup an AVP with which you can customise the username to
be added in the Record-Route URI.
@@ -614,7 +614,7 @@ add_rr_param(";nat=yes");
The function checks if the URI parameters of the local Route header
(corresponding to the local server) matches the given regular
- expression. It must be call after loose_route() (see Section 5.1,
+ expression. It must be called after loose_route() (see Section 5.1,
���loose_route()���).
Meaning of the parameters is as follows:
@@ -780,7 +780,7 @@ record_route_advertised_address("1.2.3.4:5090");
The function checks for the request ���msg��� if the URI parameters of the
local Route header (corresponding to the local server) matches the
- given regular expression ���re���. It must be call after the loose_route
+ given regular expression ���re���. It must be called after the loose_route
was done.
The function returns 0 on success. Otherwise, -1 is returned.
@@ -796,7 +796,7 @@ record_route_advertised_address("1.2.3.4:5090");
The function checks the flow direction of the request ���msg���. As for
checking it's used the ���ftag��� Route header parameter, the
append_fromtag (see ??? module parameter must be enables. Also this
- must be call only after the loose_route is done.
+ must be called only after the loose_route is done.
The function returns 0 if the ���dir��� is the same with the request's flow
direction. Otherwise, -1 is returned.
@@ -808,9 +808,9 @@ record_route_advertised_address("1.2.3.4:5090");
1.6. get_route_param(msg, name, val)
- The function search in to the ���msg���'s Route header parameters the
+ The function searches in the ���msg���'s Route header parameters the
parameter called ���name��� and returns its value into ���val���. It must be
- call only after the loose_route is done.
+ called only after the loose_route is done.
The function returns 0 if parameter was found (even if it has no
value). Otherwise, -1 is returned.
@@ -824,7 +824,7 @@ record_route_advertised_address("1.2.3.4:5090");
1.7. register_rrcb(callback, param)
- The function register a new callback (along with its parameter). The
+ The function registers a new callback (along with its parameter). The
callback will be called when a loose route will be performed for the
local address.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3344
-- Commit Summary --
* test/ : typos
* snmpstats: typos
-- File Changes --
M src/modules/snmpstats/doc/snmpstats_admin.xml (8)
M src/modules/snmpstats/hashTable.c (2)
M src/modules/snmpstats/hashTable.h (2)
M src/modules/snmpstats/interprocess_buffer.c (6)
M src/modules/snmpstats/mibs/KAMAILIO-MIB (10)
M src/modules/snmpstats/mibs/KAMAILIO-REG-MIB (6)
M src/modules/snmpstats/mibs/KAMAILIO-SIP-COMMON-MIB (4)
M src/modules/snmpstats/mibs/KAMAILIO-SIP-SERVER-MIB (6)
M src/modules/snmpstats/mibs/KAMAILIO-TC (4)
M src/modules/snmpstats/snmpObjects.c (2)
M src/modules/snmpstats/snmpSIPContactTable.c (2)
M src/modules/snmpstats/snmpSIPContactTable.h (2)
M src/modules/snmpstats/snmpSIPRegUserLookupTable.c (4)
M src/modules/snmpstats/snmpSIPRegUserLookupTable.h (2)
M src/modules/snmpstats/snmpSIPStatusCodesTable.c (4)
M src/modules/snmpstats/sub_agent.c (2)
M test/misc/cfg/mobile61.cfg (2)
M test/misc/cfg/nc.cfg (8)
M test/misc/cfg/struas.cfg (2)
M test/misc/cfg/test1.cfg (2)
M test/misc/cfg/use_jab.cfg (2)
M test/misc/code/atomic_test.c (2)
M test/misc/code/atomic_test2.c (2)
M test/misc/code/basex.c (2)
M test/misc/code/shoot.c (2)
M test/misc/code/shoot2.c (2)
M test/misc/code/udp.c (6)
M test/misc/extra/gcc_version.sh (2)
M test/unit/5.cfg (8)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3344.patchhttps://github.com/kamailio/kamailio/pull/3344.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3344
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3344(a)github.com>
The documentation of rr.custom_user_avp speaks about option `enable_username`, but there is no such option.
I assume the documentation means `add_username`.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3352
-- Commit Summary --
* rr: doc — replace enable_username with add_username
-- File Changes --
M src/modules/rr/doc/rr_admin.xml (6)
M src/modules/rr/doc/rr_devel.xml (10)
M src/modules/rr/loose.c (10)
M src/modules/rr/loose.h (6)
M src/modules/rr/rr_mod.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3352.patchhttps://github.com/kamailio/kamailio/pull/3352.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3352
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3352(a)github.com>