@tietzsg pushed 3 commits.
4697160a7363932244e8599f9de83a280ea50baa tls: add WSS to RPC funtions
fe9f62da11955ab8cca9d747a87afaba6b55cb83 http_client: add information about
parameter loading
b85eecfd3ceb1ce9b8eeba63e8d2c9d7c23836e7 http_client: docs - typos from
previous commit
--
View it o
- tls_list() add PROTO_WSS to TLS_LIST RPC call to include WSS connections in
tls.list
- tls_kill() add PROTO_WSS to handle WSS connections
Co-authored-by: Andreas Tarp
Pre-Submission Checklist
- [ ] Commit message has the format required by CONTRIBUTING guide
- [ ] Commi
Closed #4259.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4259#event-17831236500
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio - Development Mailing List -
tietzsg left a comment (kamailio/kamailio#4259)
Wrong commits
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4259#issuecomment-2912603954
You are receiving this because you are subscribed to this thread.
Message ID: __
- tls_list() add PROTO_WSS to TLS_LIST RPC call to include WSS connections in
tls.list
- tls_kill() add PROTO_WSS to handle WSS connections
Co-authored-by: Andreas Tarp
Pre-Submission Checklist
- [ ] Commit message has the format required by CONTRIBUTING guide
- [ ] Commi
@tietzsg pushed 1 commit.
e4a1c8f24daf4cc9b2293fb0ab8e2d0c97f3ddb5 tls: add WSS to RPC funtions
--
View it on GitHub:
https://github.com/kamailio/kamailio/pull/4259/files/e084d3af9366a37f116f078c234dc441033ab709..e4a1c8f24daf4cc9b2293fb0ab8e2d0c97f3ddb5
You are receiving this because you are su
@tietzsg pushed 1 commit.
5daa36cd261b546138aca088879e7a1fc82573b8 tls: Remove bracket. Fix typo
--
View it on GitHub:
https://github.com/kamailio/kamailio/pull/4259/files/e4a1c8f24daf4cc9b2293fb0ab8e2d0c97f3ddb5..5daa36cd261b546138aca088879e7a1fc82573b8
You are receiving this because you are s
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