[sr-dev] Re: [kamailio/kamailio] http_async_client: fixed crash on curl callback (PR #4020)

2024-11-12 Thread Federico Cabiddu via sr-dev
@ivanuschak: I've not been able to reproduce the crash, but could you try the changes in this branch grumvalski/http_async_cb_fix? It follows your suggestion of not using the *sockp passed to the sock_cb function. -- Reply to this email directly or view it on GitHub: https://github.com/kamaili

[sr-dev] Re: [kamailio/kamailio] http_async_client: fixed crash on curl callback (PR #4020)

2024-11-09 Thread Federico Cabiddu via sr-dev
Thanks for the report and for the fix proposal. However it is not clear to me how the crash is happening. In case of timeout (like it looks in your case) [this line](https://github.com/kamailio/kamailio/blob/5801ff9612d9eef9a7b06f91ff533a59020181e9/src/modules/http_async_client/http_multi.c#L110

[sr-dev] git:5.7:d411c6ea: dialog: don't send the BYE if dialog is in deleted state (#3714)

2024-01-16 Thread Federico Cabiddu via sr-dev
Module: kamailio Branch: 5.7 Commit: d411c6ea4358e6d9dd367349e877ed5f5bf4bb2f URL: https://github.com/kamailio/kamailio/commit/d411c6ea4358e6d9dd367349e877ed5f5bf4bb2f Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2024-01-16T09:51:14+01:00 dialog: don't send the BYE if dialog is i

[sr-dev] Re: [kamailio/kamailio] dialog: don't send the BYE if dialog is in deleted state (PR #3714)

2024-01-16 Thread Federico Cabiddu via sr-dev
Merged #3714 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3714#event-11495736901 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developm

[sr-dev] [kamailio/kamailio] dialog: don't send the BYE if dialog is in deleted state (PR #3714)

2024-01-15 Thread Federico Cabiddu via sr-dev