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
### 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
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
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
@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.*$)
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:
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
@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
@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
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
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
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
12 matches
Mail list logo