[sr-dev] Re: core dump on AWS with ~4000 TCP sockets

2024-05-31 Thread Henning Westerholt via sr-dev
Hello David, please share the usual details, e.g.: * Kamailio version * Operating system version * OpenSSL version Furthermore please try to enable core dumping and have a look to the backtrace. Cheers, Henning Westerholt -- Henning Westerholt – https://skalatan.de/blog/ Kamailio

[sr-dev] [kamailio/kamailio] 200OK (for deregistration: REGISTER with Expire:0) is not reaching to UE (Issue #3866)

2024-05-31 Thread deepak-git-account via sr-dev
### Description During de-registration, Kamailio receives REGISTER (with expire 0), and then send Session Termination request, and only after getting Session Termination Answer, Kamailo sends 200OK. This is not sent till UE. The reason is after receiving Session Termination Request, the PCRF s

[sr-dev] Re: [kamailio/kamailio] fixed handle_ruri_alias_mode(1) cannot proper handle multi alias (PR #3863)

2024-05-31 Thread Xenofon Karamanos via sr-dev
Updated the commit's message to match the guidelines and will be merged soon if no more comments. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3863#issuecomment-2141827856 You are receiving this because you are subscribed to this thread. Messag

[sr-dev] Re: [kamailio/kamailio] Kamailio 5.8 core dumps with regex module (Issue #3812)

2024-05-31 Thread Victor Seva via sr-dev
Please check master -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3812#issuecomment-2142672102 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] Kamailio 5.8 core dumps with regex module (Issue #3812)

2024-05-31 Thread David Villasmil via sr-dev
@miconda @linuxmaniac i'm having the sane problem when upgrading from 5.5: ``` #^.*friendly-scanner.*$ #^.*sundayddr.*$ #^.*sipcli.*$ #^.*eyeBeam.*$ #^.*Asterisk.*$ #^.*asterisk.*$ ``` the crash: ``` 0(890199) INFO: regex [regex_mod.c:419]: load_pcres(): ((^.*friendly-scanner.*$)|(^.*sundayddr.*$)

[sr-dev] Re: [kamailio/kamailio] Kamailio 5.8 core dumps with regex module (Issue #3812)

2024-05-31 Thread David Villasmil via sr-dev
Thanks @linuxmaniac! do you know when this will be officially out? i.e. 5.8.2? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3812#issuecomment-2142680828 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] Crash in dns_cache.c with dns_cache_init=off (Issue #3350)

2024-05-31 Thread Дилян Палаузов via sr-dev
I meant that in the past on 5.6 branch with my configuration Kamailio has not crashed immediately after start. Kamailio 5.8 crashes immediately after start. With your first version of the patch Kamailio does not crash anymore immediately after start. The problem report here is that Kamailio 5

[sr-dev] Re: [kamailio/kamailio] core/resolve: Check dns_cache_init and choose appropriate functions (PR #3858)

2024-05-31 Thread Дилян Палаузов via sr-dev
@dilyanpalauzov commented on this pull request. > @@ -1623,7 +1623,12 @@ struct hostent *no_naptr_srv_sip_resolvehost( srv_name.s = tmp_srv; srv_name.len = strlen(tmp_srv); #ifdef USE_DNS_CACHE - he = dns_srv_get_he(&srv_name

[sr-dev] Re: [kamailio/kamailio] core/resolve: Check dns_cache_init and choose appropriate functions (PR #3858)

2024-05-31 Thread Дилян Палаузов via sr-dev
@dilyanpalauzov commented on this pull request. > @@ -1833,6 +1847,23 @@ ip_addr_t *str2ip(str *st) return ipb; } +struct hostent *__resolvehost(char *name) +{ + if(dns_cache_init) { + return dns_resolvehost(name); + } else { + return _resolveho

[sr-dev] Re: [kamailio/kamailio] kamailio tls connection uses too much shared memory (Issue #3803)

2024-05-31 Thread github-actions[bot] via sr-dev
Closed #3803 as not planned. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3803#event-13007665762 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Dev

[sr-dev] git:master:e066613c: geoip2: do not close global MMDB_s on destroy

2024-05-31 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: e066613cac308d1129baebc47d7c245b36eba4b0 URL: https://github.com/kamailio/kamailio/commit/e066613cac308d1129baebc47d7c245b36eba4b0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-06-01T07:39:54+02:00 geoip2: do not close g

[sr-dev] git:master:8ba4ee4e: geoip2: init MMDB_s global pointer and check on destroy

2024-05-31 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8ba4ee4e00798ca015adc48542d0e4de8ed9daad URL: https://github.com/kamailio/kamailio/commit/8ba4ee4e00798ca015adc48542d0e4de8ed9daad Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-06-01T07:23:43+02:00 geoip2: init MMDB_s gl