Hello,
I am considering to release Kamailio v5.7.2 (out of branch 5.7) this
week (likely on Wednesday or Thursday, Sep 27/28, 2023). If anyone is
aware of issues not yet on the bug tracker, report them there asap in
order to have a better chance to be fixed.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - www.kamailioworld.com
Hello,
we are considering to organize another edition of Kamailio Developers
Meeting, to be hosted again by sipgate.de in Dusseldorf, Germany. There
is no fee for participants (i.e., free entry), but each one has to take
care of travelling and accommodation (drinks and food are provided
during the day).
A few developers are already on board, we are looking to see if anyone
else from the broader community wants to join us. Likely it is going to
be during 2 days (with the option of doing it during three days still
open at this moment, if there is going to be enough interest to have it
longer). The proposed time frames are:
 - Nov 7-9, 2023
 - Nov 21-23, 2023
The event is about discussing the internals of Kamailio (e.g.,
architectural changes, development strategies) and writing code or
documentation for it. This is not an event about learning how to use
Kamailio, but to work on improving it. As a bonus, there will be a
social networking event in the evening with some fun activities, drinks
and food.
If you want to join, state your preference for any of the two time
frames (or even just for 2 days in one of the two time frames). It is
not a large meeting room, if we get too many join requests, we may have
to select based on past contributions, and if that is not the case, then
is just the first come first served.
You can reply to this thread or just write me directly if you want to
join and when you prefer to happen.
By mid of next week, we plan to select the event dates so everyone that
comes to it can start planning the trip.
Cheers,
Daniel
--
Daniel-Constantin Mierla (@ asipto.com)
twitter.com/miconda -- linkedin.com/in/miconda
Kamailio Consultancy - Training Services -- asipto.com
Kamailio World Conference - kamailioworld.com
```
CC (gcc) [M tm.so] timer.o
CC (gcc) [M tm.so] tm.o
CC (gcc) [M tm.so] tm_load.o
CC (gcc) [M tm.so] uac.o
In file included from ../../core/mem/shm.h:43,
from ../../core/mem/shm_mem.h:32,
from uac.c:29:
uac.c: In function 't_run_local_req':
../../core/mem/../dprint.h:354:57: warning: format '%u' expects argument of type 'unsigned int', but argument 13 has type 'msg_flags_t' {aka 'long long unsigned int'} [-Wformat=]
354 | fprintf(stderr, "%2d(%d) %s: %.*s%s%s%s" fmt, process_no, \
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../core/mem/../dprint.h:382:9: note: in expansion of macro 'LOG_FX'
382 | LOG_FX(facility, level, lname, prefix, _FUNC_NAME_, fmt, ##args)
| ^~~~~~
../../core/mem/../dprint.h:388:9: note: in expansion of macro 'LOG_FL'
388 | LOG_FL(facility, level, NULL, prefix, fmt, ##args)
| ^~~~~~
../../core/mem/../dprint.h:391:9: note: in expansion of macro 'LOG_FP'
391 | LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ##args)
| ^~~~~~
../../core/mem/../dprint.h:453:27: note: in expansion of macro 'LOG'
453 | #define DBG(fmt, args...) LOG(L_DBG, fmt, ##args)
| ^~~
../../core/mem/../dprint.h:457:29: note: in expansion of macro 'DBG'
457 | #define DEBUG(fmt, args...) DBG(fmt, ##args)
| ^~~
../../core/mem/../dprint.h:497:16: note: in expansion of macro 'DEBUG'
497 | #define LM_DBG DEBUG
| ^~~~~
uac.c:329:17: note: in expansion of macro 'LM_DBG'
329 | LM_DBG("local Via update - new socket: [%.*s] - msg-flags: %u",
| ^~~~~~
LD (gcc) [M tm.so] tm.so
CC (gcc) [M tmx.so] t_var.o
CC (gcc) [M tmx.so] tmx_mod.o
CC (gcc) [M tmx.so] tmx_pretran.o
LD (gcc) [M tmx.so] tmx.so
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3585
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3585(a)github.com>
Module: kamailio
Branch: 5.7
Commit: e202f597e1725c204eb33fa7b6266d9ce934be09
URL: https://github.com/kamailio/kamailio/commit/e202f597e1725c204eb33fa7b6266d9…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-09-25T20:02:22+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/app_lua/README
Modified: src/modules/http_async_client/README
Modified: src/modules/mohqueue/README
Modified: src/modules/xhttp/README
Modified: src/modules/xlog/README
---
Diff: https://github.com/kamailio/kamailio/commit/e202f597e1725c204eb33fa7b6266d9…
Patch: https://github.com/kamailio/kamailio/commit/e202f597e1725c204eb33fa7b6266d9…
---
diff --git a/src/modules/app_lua/README b/src/modules/app_lua/README
index c4697435ee0..f8891270e1a 100644
--- a/src/modules/app_lua/README
+++ b/src/modules/app_lua/README
@@ -149,7 +149,7 @@ Chapter 1. Admin Guide
Set the path to the Lua script to be loaded at startup. Then you can
use lua_run(function, params) to execute a function from the script at
- runtime.
+ runtime. The script can be in Lua-source or bytecode.
Default value is ���null���.
diff --git a/src/modules/http_async_client/README b/src/modules/http_async_client/README
index 57eff8a890f..0caa3d4631f 100644
--- a/src/modules/http_async_client/README
+++ b/src/modules/http_async_client/README
@@ -146,7 +146,8 @@ Chapter 1. Admin Guide
The following libraries or applications must be installed before
running Kamailio with this module loaded:
- * libcurl libev
+ * libcurl - https://curl.se/libcurl/
+ * libevent - https://libevent.org/
3. Parameters
diff --git a/src/modules/mohqueue/README b/src/modules/mohqueue/README
index 5a0f746fac6..934b5fa145c 100644
--- a/src/modules/mohqueue/README
+++ b/src/modules/mohqueue/README
@@ -327,7 +327,7 @@ $var(mohq) = "operators";
volatile database in memory of call status. If the module is restarted
it loses the internal database and clears the external one.
- On a reqular basis it checks the external table that defines the queues
+ On a regular basis it checks the external table that defines the queues
to see if the definition has changed. It makes this check under the
following conditions: the queue has not been checked in the last 60
seconds AND no call is currently in queue or transitioning in or out.
diff --git a/src/modules/xhttp/README b/src/modules/xhttp/README
index 9a59c839aa1..ec009bacafb 100644
--- a/src/modules/xhttp/README
+++ b/src/modules/xhttp/README
@@ -83,8 +83,8 @@ Chapter 1. Admin Guide
SIP parser can easily handle HTTP requests just by adding a fake Via
header.
- The <module>xmlrpc</module> module uses the same concept. The xHTTP
- module offers a generic way of handling the HTTP protocol, by calling
+ The xmlrpc module uses the same concept. The xHTTP module offers a
+ generic way of handling the HTTP protocol, by calling
event_route[xhttp:request] in your config. You can check the HTTP URL
via the config variable $hu. Note that use of $ru will raise errors
since the structure of an HTTP URL is not compatible with that of a SIP
@@ -222,7 +222,10 @@ event_route[xhttp:request] {
6.1. xhttp:request
- The event route is executed when a new HTTP request is received.
+ The event route is executed when a new HTTP request is received. Most
+ of the variables related to a SIP request can be used inside this event
+ route to get HTTP request attributes (e.g., $si - source IP, $hdr(X) -
+ body of header X, $rm - request method, $rb - request body, ...).
...
tcp_accept_no_cl=yes
...
diff --git a/src/modules/xlog/README b/src/modules/xlog/README
index 6606c5d9ea1..b21766a6d95 100644
--- a/src/modules/xlog/README
+++ b/src/modules/xlog/README
@@ -266,7 +266,7 @@ kamcmd cfg.set_now_int xlog methods_filter 15
Example 1.8. Set methods_filter parameter
...
-modparam("xlog", "long_format", 1)
+modparam("xlog", "methods_filter", 15)
...
5. Functions