Re: [SR-Users] out of shm without any visible reason

2020-03-12 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > Try to install debugging symbols for libmariadb and maybe there will be > more hints in the backtace of what it does internally, which can improve > troubleshooting by searching on the web for similar cases. I did that already earlier when I reported about

Re: [SR-Users] unknown error messages

2020-03-12 Thread Juha Heinanen
Henning Westerholt writes: > If you only saw it once it is probably not worth to dig that deep into > it, might be also caused from some external factors. It has appeared several times and may be related to json request. Perhaps tcp connection is broken before K has delivered the result. --

Re: [SR-Users] Topoh and dialog track_cseq_updates

2020-03-12 Thread Daniel-Constantin Mierla
Hello, is topoh module loaded before dialog? There might be an impact in the order of masking/demasking and matching the callid. Cheers, Daniel On 12.03.20 17:06, Aidar Kamalov wrote: > Hello, > I am trying to increase cseq in invite with credentials to 401 > Unauthorized, but with topoh.so

[SR-Users] Topoh and dialog track_cseq_updates

2020-03-12 Thread Aidar Kamalov
Hello, I am trying to increase cseq in invite with credentials to 401 Unauthorized, but with topoh.so module and mask_callid enabled it does not work. Are there any way to fix it? -- Aydar A. Kamalov ___ Kamailio (SER) - Users Mailing List

Re: [SR-Users] xhttp_prom - Adding new metrics for dispatcher list to monitor SIP trunk availability

2020-03-12 Thread Jonathan Hunter
Thanks for reply Henning! Yes I agree with the external collector, I am using it without issue will stick with it. Many thanks From: Henning Westerholt Sent: 12 March 2020 11:12 To: Kamailio (SER) - Users Mailing List Cc: Jonathan Hunter Subject: RE:

Re: [SR-Users] xhttp_prom - Adding new metrics for dispatcher list to monitor SIP trunk availability

2020-03-12 Thread Henning Westerholt
Hello, It should be possible to use e.g. a timer route to periodically fetch the status from localhost with RPC commands and to feed this into the counters etc.. from xhttp_prom. But the easier way is probably just to use an external collector. Cheers, Henning -- Henning Westerholt -

Re: [SR-Users] out of shm without any visible reason

2020-03-12 Thread Daniel-Constantin Mierla
On 12.03.20 09:09, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >>> DB access works fine from K worker processes during the time when >>> insert is stuck in timer process. >> Are new records inserted in acc table? I think there are some >> tools/commands for mysql to inspect the

Re: [SR-Users] unknown error messages

2020-03-12 Thread Henning Westerholt
Hello Juha, the error message looks related to the TCP support in core. There was a mismatch in the internal TCP hash table, and it also could not send out a message on a (network) file descriptor. If you only saw it once it is probably not worth to dig that deep into it, might be also

[SR-Users] unknown error messages

2020-03-12 Thread Juha Heinanen
Any idea where this kind of error message could come from: Mar 12 07:16:17 rox2 /usr/bin/sip-proxy[32058]: CRITICAL: [core/pass_fd.c:277]: receive_fd(): EOF on 61 Mar 12 07:16:17 rox2 /usr/bin/sip-proxy[32058]: ERROR: [core/io_wait.h:607]: io_watch_del(): trying to delete already erased

Re: [SR-Users] out of shm without any visible reason

2020-03-12 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > > DB access works fine from K worker processes during the time when > > insert is stuck in timer process. > > Are new records inserted in acc table? I think there are some > tools/commands for mysql to inspect the state a database table, check > acc table and

Re: [SR-Users] (no subject)

2020-03-12 Thread Henning Westerholt
Hello, you need to provide some details about the errors (like output from log messages etc..) that we can help you here on this list. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com From: ahmed moghazy Sent:

Re: [SR-Users] Use topos module to hide contact in OPTIONS request

2020-03-12 Thread Daniel-Constantin Mierla
Hello, the module aimed at supporting topology hiding for calls. Is the OPTIONS part of a dialog or out-of-dialog (like a keepalive request)? Cheers, Daniel On 11.03.20 16:02, Enzo wrote: > Hi all > I have a problem with the topos module. The contact header in OPTIONS > request is not changed.

Re: [SR-Users] out of shm without any visible reason

2020-03-12 Thread Daniel-Constantin Mierla
On 11.03.20 20:12, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> If it happens periodically, maybe you can track why: try to identify >> apps accessing the database for back up, cdr generation, etc ... as well >> as infrastructure maintenance operations (vm backup snapshot). > DB