[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-30 Thread Benjamin via sr-dev
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

[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-30 Thread Benjamin via sr-dev
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: __

[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-30 Thread Benjamin via sr-dev
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

[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-29 Thread Benjamin via sr-dev
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:

[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-09 Thread Benjamin via sr-dev
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

[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-05 Thread Benjamin via sr-dev
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

[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-05 Thread Benjamin via sr-dev
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:

[sr-dev] Re: [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-04 Thread Benjamin via sr-dev
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:

[sr-dev] [kamailio/kamailio] Kamailio crash with DMQ!? (Issue #3905)

2024-07-03 Thread Benjamin via sr-dev
### 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

[sr-dev] [kamailio/kamailio] http_client: add information about parameter loading (PR #3619)

2023-10-27 Thread Benjamin via sr-dev
- Inform that the order of the parameters is important when httpcon is loaded first Pre-Submission Checklist