Closed #3905 as completed.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3905#event-13696981167
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Devel
Thanks for the explanation. We will check the shared memory vars for our needs!
Thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3905#issuecomment-2258494821
You are receiving this because you are subscribed to this thread.
Message ID: __
We changed the global variables to defines. This is working with the `$def()`
option.
But, according to [the
docs](https://www.kamailio.org/wikidocs/cookbooks/devel/core/#custom-global-parameters),
we should be able to use the global variables while Kamailio is running and
without crash.
It se
This sounds like we have some work to do. We try to use the defines and check.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3905#issuecomment-2255418065
You are receiving this because you are subscribed to this thread.
Message ID:
We use the custom global variables. We set them in the first lines of the
config (32 - 39) right after the core paramters but before the loadmodule takes
place.
They have the form
`foo.bar="1.2.3.4`
We don't set another value. Not via rpc or other options. We tried that in the
past and the kam
We use the event_route[xhttp:request] to regurarly call jsonrpc_dispatch().
Every 5 minutes to get some data for monitoring. But nothing else. From the DMQ
module we use dmq_handle_message() and dmq_is_from_node().
--
Reply to this email directly or view it on GitHub:
https://github.com/kamaili
No. The Kamailio ist "just" doing it's job. But I will double check if we have
RPC calls.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3905#issuecomment-2210777867
You are receiving this because you are subscribed to this thread.
Message ID:
Hi,
no we don't change anything. We use dmq to populate data to another node.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3905#issuecomment-2208855439
You are receiving this because you are subscribed to this thread.
Message ID:
### Description
Kamailio version 5.7.4 crashed with a core file. Maybe it's related to the dmq
module.
Debugging Data
```
(gdb) bt full
#0 atomic_inc_int (var=0x7f57) at
../../core/parser/../mem/../atomic/atomic_x86.h:236
No locals.
#1 cfg_update_local (no_cbs=) at ../../core/c
- Inform that the order of the parameters is important when httpcon is loaded
first
Pre-Submission Checklist