[sr-dev] [kamailio/kamailio] haproxy parser: wrong values (Issue #3683)

2023-12-20 Thread sergey-safarov via sr-dev
### Description Found error in the haproxy protocol parser Does not properly parsed ``` $rcv(rcvip) $rcv(srcport) $rcv(rcvport) ``` Reproduction This can be tested suing config file ``` #!define IPV6_ADDR ::1 tcp_accept_haproxy=yes received_route_mode=1 listen=tcp:[IPV6_ADDR]:45060 loadm

[sr-dev] git:master:5e1f8e6c: pipelimit: renamed global variable with module prefix

2023-12-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 5e1f8e6c93dae914665b2e97b38e8a3a0673d1f2 URL: https://github.com/kamailio/kamailio/commit/5e1f8e6c93dae914665b2e97b38e8a3a0673d1f2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-12-20T09:33:17+01:00 pipelimit: renamed glo

[sr-dev] git:master:943ff442: pipelimit: reformat exported structures

2023-12-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 943ff442d85a041ba0285cc494ce0697f4dbae59 URL: https://github.com/kamailio/kamailio/commit/943ff442d85a041ba0285cc494ce0697f4dbae59 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-12-20T09:36:57+01:00 pipelimit: reformat ex

[sr-dev] git:master:17e9e3f4: sipcapture: removed unused global variable

2023-12-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 17e9e3f447867e34b8f320b8b93189f01fbc3f77 URL: https://github.com/kamailio/kamailio/commit/17e9e3f447867e34b8f320b8b93189f01fbc3f77 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-12-20T09:30:01+01:00 sipcapture: removed un

[sr-dev] git:master:9bb1976b: Makefile.groups: removed app_sqlang from modules list

2023-12-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9bb1976b4b7d52542a4de37144194bfc24649222 URL: https://github.com/kamailio/kamailio/commit/9bb1976b4b7d52542a4de37144194bfc24649222 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-12-20T10:06:59+01:00 Makefile.groups: remov

[sr-dev] git:master:bab926d0: app_sqlang: module relocated to kamailio-archive repository

2023-12-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: bab926d0b3eb69b5f15e9a49fdc52c937e164612 URL: https://github.com/kamailio/kamailio/commit/bab926d0b3eb69b5f15e9a49fdc52c937e164612 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-12-20T10:04:24+01:00 app_sqlang: module rel

[sr-dev] [kamailio/kamailio] Makefile.groups: add dlgs and sworker to extra modules (PR #3684)

2023-12-20 Thread Federico Cabiddu via sr-dev
Pre-Submission Checklist - [X] Commit message has the format required by CONTRIBUTING guide - [X] Commits are split per component (core, individual modules, libs, utils, ...) - [X] Each component has a single commit (if not, squash them into one commit) - [X] No commits to README files for mo

[sr-dev] [kamailio/kamailio] core: fixed haproxy protocol parser (PR #3685)

2023-12-20 Thread sergey-safarov via sr-dev
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files for mo

[sr-dev] git:master:64e42882: Makefile.groups: add dlgs and sworker to extra modules

2023-12-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 64e4288217d4a9dd2441687b56f5dbd02b8549f4 URL: https://github.com/kamailio/kamailio/commit/64e4288217d4a9dd2441687b56f5dbd02b8549f4 Author: Federico Cabiddu Committer: Daniel-Constantin Mierla Date: 2023-12-20T13:07:34+01:00 Makefile.groups: add dlgs and

[sr-dev] Re: [kamailio/kamailio] Makefile.groups: add dlgs and sworker to extra modules (PR #3684)

2023-12-20 Thread Daniel-Constantin Mierla via sr-dev
Merged #3684 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3684#event-11301740669 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developm

[sr-dev] Re: [kamailio/kamailio] Makefile.groups: add dlgs and sworker to extra modules (PR #3684)

2023-12-20 Thread Daniel-Constantin Mierla via sr-dev
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3684#issuecomment-1864365353 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] Dialogs loaded from the DB are no longer saved. (Issue #3669)

2023-12-20 Thread Dennis via sr-dev
I have fixed dialog saving with folowing change: https://github.com/Den4t/kamailio/commit/0ff12a0a0ab62123c7a37acb1c8f2f81d63751b5 Look like work as expected. I haven't tested DMQ, but having studied the code in detail, i don't think this change will affect it in any way. So, if the authors have

[sr-dev] Re: [kamailio/kamailio] Option to not add received via param (Issue #3515)

2023-12-20 Thread github-actions[bot] via sr-dev
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3515#issuecomment-1865396068 You are receiving this because yo

[sr-dev] Re: [kamailio/kamailio] Module pipelimit add pl.reload RPC Command (Issue #3632)

2023-12-20 Thread github-actions[bot] via sr-dev
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3632#issuecomment-1865396087 You are receiving this because yo