Module: kamailio
Branch: master
Commit: 9419fb2f4288149d71b191e05743df2df5fa42f7
URL: https://github.com/kamailio/kamailio/commit/9419fb2f4288149d71b191e05743df2…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2022-12-11T10:19:54Z
docs/tutorials: spelling fix withing -> within
---
Modified: doc/tutorials/presence/cfg/full_ps.cfg
Modified: doc/tutorials/presence/cfg/ps.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/9419fb2f4288149d71b191e05743df2…
Patch: https://github.com/kamailio/kamailio/commit/9419fb2f4288149d71b191e05743df2…
---
diff --git a/doc/tutorials/presence/cfg/full_ps.cfg b/doc/tutorials/presence/cfg/full_ps.cfg
index 7aae4372d1c..800336f0c40 100644
--- a/doc/tutorials/presence/cfg/full_ps.cfg
+++ b/doc/tutorials/presence/cfg/full_ps.cfg
@@ -191,7 +191,7 @@ route{
# use different transport protocol
if (!method=="REGISTER") record_route();
- # subsequent messages withing a dialog should take the
+ # subsequent messages within a dialog should take the
# path determined by record-routing
if (loose_route()) {
# mark routing logic in request
diff --git a/doc/tutorials/presence/cfg/ps.cfg b/doc/tutorials/presence/cfg/ps.cfg
index 51391965e1f..fedf6305227 100644
--- a/doc/tutorials/presence/cfg/ps.cfg
+++ b/doc/tutorials/presence/cfg/ps.cfg
@@ -252,7 +252,7 @@ route[RPC]
route[RR]
{
- # subsequent messages withing a dialog should take the
+ # subsequent messages within a dialog should take the
# path determined by record-routing
if (loose_route()) {
# mark routing logic in request
The default value for `tls_method` is `TLSv1`: https://kamailio.org/docs/modules/devel/modules/tls.html#tls.p.tls_method . This value is suboptimal as default.
Please change the default value to `TLSv1.2+` and remove `modparam("tls", "tls_method", …)` from misc/examples/outbound/edge_websocket.cfg and misc/examples/webrtc/websocket.cfg .
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3301
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3301(a)github.com>
The documentation on using openssl_mutex_shared.so is contradicting.
https://github.com/kamailio/kamailio/blob/master/src/modules/tls/README#L293 says:
> For OpenSSL (libssl) v1.1.x, it is required to preload 'openssl_mutex_shared' library shipped by Kamailio. For more details see 'src/modules/tls/openssl_mutex_shared/README.md'.
https://github.com/kamailio/kamailio/blob/master/src/modules/tls/utils/open… says:
> IMPORTANT: the workaround of using this preloaded shared library is no longer needed starting with Kamailio v5.3.0-pre1 (git master branch after September 14, 2019). The code of this shared library has been included in the core of Kamailio and the same behaviour is now achieved by default.
It is unclear, if openssl_mutex_shared.so must be preloaded.
In case the library is not needed anymore, it shall not be compiled and installed.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3304
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3304(a)github.com>
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3303
-- Commit Summary --
* test/: add a space between comma and quote
-- File Changes --
M test/misc/cfg/acc-test.cfg (2)
M test/misc/cfg/gen.cfg (2)
M test/misc/cfg/mobile61.cfg (2)
M test/misc/cfg/nc.cfg (4)
M test/misc/cfg/ser.cfg (2)
M test/misc/cfg/stress.cfg (2)
M test/misc/cfg/test1.cfg (2)
M test/misc/cfg/th-uri.cfg (24)
M test/misc/cfg/use_jab.cfg (16)
M test/unit/11.cfg (2)
M test/unit/13.cfg (2)
M test/unit/14.cfg (2)
M test/unit/19.cfg (2)
M test/unit/20.cfg (2)
M test/unit/21.cfg (6)
M test/unit/22.cfg (2)
M test/unit/25.cfg (2)
M test/unit/26.cfg (2)
M test/unit/28.cfg (2)
M test/unit/30.cfg (2)
M test/unit/35.cfg (2)
M test/unit/41.cfg (2)
M test/unit/45.cfg (2)
M test/unit/5.cfg (12)
M test/unit/50.cfg (2)
M test/unit/60.cfg (18)
M test/unit/61.cfg (14)
M test/unit/7.cfg (2)
M test/unit/presence.cfg (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3303.patchhttps://github.com/kamailio/kamailio/pull/3303.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3303
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3303(a)github.com>
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3299
-- Commit Summary --
* misc/examples: add a space between comma and quote
-- File Changes --
M misc/examples/ims/icscf/kamailio.cfg (32)
M misc/examples/ims/pcscf/kamailio.cfg (26)
M misc/examples/ims/pcscf/route/mo.cfg (18)
M misc/examples/ims/pcscf/route/mt.cfg (12)
M misc/examples/ims/pcscf/route/register.cfg (6)
M misc/examples/ims/scscf/kamailio.cfg (140)
M misc/examples/kamailio/acc-mysql.cfg (2)
M misc/examples/kamailio/acc.cfg (2)
M misc/examples/kamailio/fork.cfg (2)
M misc/examples/kamailio/msilo.cfg (4)
M misc/examples/kamailio/nathelper.cfg (6)
M misc/examples/kamailio/pstn.cfg (4)
M misc/examples/kamailio/replicate.cfg (2)
M misc/examples/kamailio/serial_183.cfg (2)
M misc/examples/kemi/kamailio-basic-kemi-jsdt.js (8)
M misc/examples/kemi/kamailio-basic-kemi-lua.lua (8)
M misc/examples/kemi/kamailio-basic-kemi-native.cfg (10)
M misc/examples/kemi/kamailio-basic-kemi-python.py (8)
M misc/examples/kemi/kamailio-basic-kemi-python3s.py (8)
M misc/examples/kemi/kamailio-basic-kemi-ruby.rb (6)
M misc/examples/kemi/kamailio-basic-kemi-sqlang.sq (8)
M misc/examples/mixed/acc.cfg (2)
M misc/examples/mixed/dbtext.cfg (2)
M misc/examples/mixed/kamailio-minimal-anycast.cfg (8)
M misc/examples/mixed/kamailio-minimal-proxy.cfg (8)
M misc/examples/mixed/msilo.cfg (8)
M misc/examples/mixed/nathelper.cfg (2)
M misc/examples/mixed/onr.cfg (2)
M misc/examples/mixed/pstn.cfg (4)
M misc/examples/mixed/replicate.cfg (2)
M misc/examples/mixed/serial_183.cfg (2)
M misc/examples/mixed/voicemail.cfg (16)
M misc/examples/mixed/welcome.cfg (2)
M misc/examples/obsoleted/backup.cfg (2)
M misc/examples/obsoleted/bat.cfg (2)
M misc/examples/obsoleted/blb.cfg (4)
M misc/examples/obsoleted/imgw.cfg (38)
M misc/examples/obsoleted/mobile66.cfg (2)
M misc/examples/obsoleted/register.cfg (2)
M misc/examples/obsoleted/secondary.cfg (6)
M misc/examples/obsoleted/sms.cfg (2)
M misc/examples/obsoleted/smsgw.cfg (18)
M misc/examples/obsoleted/test.cfg (6)
M misc/examples/obsoleted/tmtest.cfg (2)
M misc/examples/obsoleted/to_fox.cfg (4)
M misc/examples/obsoleted/use_jabs.cfg (22)
M misc/examples/outbound/edge.cfg (4)
M misc/examples/outbound/edge_websocket.cfg (4)
M misc/examples/outbound/registrar.cfg (6)
M misc/examples/pkg/kamailio-basic.cfg (10)
M misc/examples/pkg/kamailio-oob.cfg (10)
M misc/examples/pkg/sip-router-basic.cfg (2)
M misc/examples/pkg/sip-router-oob.cfg (6)
M misc/examples/pkg/sipcapture.cfg (6)
M misc/examples/presence/full-no-failover.cfg (8)
M misc/examples/presence/no-db.cfg (2)
M misc/examples/webrtc/kamailio-default-websocket.cfg (18)
M misc/scripts/serconf.sh (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3299.patchhttps://github.com/kamailio/kamailio/pull/3299.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3299
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3299(a)github.com>