[sr-dev] Re: [kamailio/kamailio] Kamailio 5.6 (and 5.7) core dumps with uac_req_send() from uac module (Issue #3725)

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
Reopened #3725. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3725#event-12570750057 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mail

[sr-dev] Re: [kamailio/kamailio] tcpops module event_route[tcp:closed] route block $conid is null (Issue #3767)

2024-04-23 Thread Henning Westerholt via sr-dev
Reopened #3767. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3767#event-12571408485 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mail

[sr-dev] git:master:11e7d71e: core: tcp - keep connection id on event route cb structure

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 11e7d71e5c2ee9428298658ed3b9a0f625d40f00 URL: https://github.com/kamailio/kamailio/commit/11e7d71e5c2ee9428298658ed3b9a0f625d40f00 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-23T10:19:29+02:00 core: tcp - keep conne

[sr-dev] git:master:d114d117: core: tcp - set a global shortcut to tcp connection for event route

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: d114d11724dc4157e7e5809504531d26da6bcc57 URL: https://github.com/kamailio/kamailio/commit/d114d11724dc4157e7e5809504531d26da6bcc57 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-23T10:36:35+02:00 core: tcp - set a glob

[sr-dev] git:master:f5c05a68: pv: use global tcp connection callback for event route on $conid

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f5c05a68ae72881ab0691bb8488112356fc67c79 URL: https://github.com/kamailio/kamailio/commit/f5c05a68ae72881ab0691bb8488112356fc67c79 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-23T10:42:02+02:00 pv: use global tcp con

[sr-dev] git:master:27e3b7f3: tcpops: reworked some debug messages

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 27e3b7f3f82957c6dc80f2ff89c40bdd87cecb81 URL: https://github.com/kamailio/kamailio/commit/27e3b7f3f82957c6dc80f2ff89c40bdd87cecb81 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-23T10:21:20+02:00 tcpops: reworked some

[sr-dev] Re: [kamailio/kamailio] tcpops module event_route[tcp:closed] route block $conid is null (Issue #3767)

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
@liangbaolin: I pushed a few commits to address this one, last being f5c05a68ae72881ab0691bb8488112356fc67c79 Can you try with git master branch and see if ok? If yes, patches will be backported. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues

[sr-dev] git:master:66b3c04a: core: fmsg - parse loopback ip when initializing faked msg structure

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 66b3c04a9653425b1602c82dd2456a7eb7cf59d1 URL: https://github.com/kamailio/kamailio/commit/66b3c04a9653425b1602c82dd2456a7eb7cf59d1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-23T11:19:30+02:00 core: fmsg - parse loo

[sr-dev] Re: [kamailio/kamailio] Misleading source IP of 1.0.0.127 in event routes (Issue #3817)

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
This should be fixed by parsing the loopback ip instead of direct filling of ip addr fields. It will be backported. Reopen if still an issue. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3817#issuecomment-2071833806 You are receiving this beca

[sr-dev] Re: [kamailio/kamailio] Misleading source IP of 1.0.0.127 in event routes (Issue #3817)

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
Closed #3817 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3817#event-12572365377 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] TSILO: ts_append_to(): transaction 11743:1310842517: error updating dset (-1) (Issue #3782)

2024-04-23 Thread vteliatnykov via sr-dev
Closed #3782 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3782#event-12572515048 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] TSILO: ts_append_to(): transaction 11743:1310842517: error updating dset (-1) (Issue #3782)

2024-04-23 Thread vteliatnykov via sr-dev
Hello The issue was related to that fact that ts_append(), ts_append_to() and ts_append_by_contact() are trying to locate user in location table always. It is trying to find contact address anyway. In my scenario, address and R-URI do not match. For example, I m dialing to sip:1000@IP (specific

[sr-dev] Re: [kamailio/kamailio] free_fixup functions in cmd_export_t are not called (Issue #3814)

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
I am not sure if they are executed at shut down, it was one of the purposes for fixup-free function, cleaning up at shut down, but this one was not pursued and it is rather tricky because it can be done mainly only for the main process, which is not doing anything at runtime. Also, it can slow t

[sr-dev] git:master:2cc62133: regex: allocate pcres array

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 2cc62133db4f6875f55e73e044f37dafbb2274c2 URL: https://github.com/kamailio/kamailio/commit/2cc62133db4f6875f55e73e044f37dafbb2274c2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-23T12:08:30+02:00 regex: allocate pcres

[sr-dev] git:master:84517c14: regex: init globals for safer shutdown on failure

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 84517c14ca38a8371c67b858077a42019c2217a8 URL: https://github.com/kamailio/kamailio/commit/84517c14ca38a8371c67b858077a42019c2217a8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-23T11:49:23+02:00 regex: init globals fo

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

2024-04-23 Thread Daniel-Constantin Mierla via sr-dev
Looked a bot over it and the `pcres` global was not allocated, by an assign to `*pcres` was done. On the other hand, I am not sure if it is enough, I guess the compiled regex has to be stored in shared memory and I cannot say it is done. Maybe @linuxmaniac can have more insights on it. With pc

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

2024-04-23 Thread Victor Seva via sr-dev
Yes, I have this issue in my TODO list. Hopefully I will get to it this week. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3812#issuecomment-2071941995 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] [kamailio/kamailio] modules/statsd: ensure statsd failures do not stop execution (PR #3819)

2024-04-23 Thread Ostap via sr-dev
Pre-Submission Checklist