[sr-dev] Re: [kamailio/kamailio] Undocumented TCP connection limit introduced in 5.7.3 must be configurable (Issue #3755)

2024-02-15 Thread Bastian Triller via sr-dev
AFAIK, there were multiple following commits regarding this topic. This limit can be configured with `tcp_accept_iplimit`. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3755#issuecomment-1946307538 You are receiving this because you are

[sr-dev] [kamailio/kamailio] Segfault with tls init_mode 1 (Issue #3668)

2023-12-08 Thread Bastian Triller via sr-dev
### Description Kamailio chrashes on startup when set init_mode to 1. Seems to be introduced with 4b068f49b618dca5fa85a1687bd9054c1d98ae6a ### Troubleshooting Reproduction modparam("tls", "init_mode", 1) Debugging Data ``` #0 ___pthread_mutex_lock (mutex=0x0) at

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) (Issue #3635)

2023-11-22 Thread Bastian Triller via sr-dev
Same here with `init_mode` set to `1` ``` #0 0x561af309da18 in qm_debug_check_frag (qm=qm@entry=0x7f881ca0, f=f@entry=0x7f881e1926d0, file=file@entry=0x7f883cfdde1e "tls: tls_init.c", line=line@entry=422, eline=eline@entry=544, efile=0x561af31dc96c "core/mem/q_malloc.c") at

[sr-dev] [kamailio/kamailio] acc_json: Fix parameter name in docs (PR #3582)

2023-09-25 Thread Bastian Triller via sr-dev
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] core: Format changes (PR #3562)

2023-09-12 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] Re: [kamailio/kamailio] core: Add option for increasing socket send buffer size (PR #3561)

2023-09-12 Thread Bastian Triller
Did a `clang-format` after `check-format` failed. Force pushed w/o format changes. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3561#issuecomment-1715131796 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] core: Add option for increasing socket send buffer size (PR #3561)

2023-09-12 Thread Bastian Triller
@btriller pushed 1 commit. f381988d5f70343a66e187a48708fc4c40e77a9b core: Add option for increasing socket send buffer size -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3561/files/286bdf9897403ef0e1f2f13405685c4e0349db86..f381988d5f70343a66e187a48708fc4c40e77a9b You are

[sr-dev] Re: [kamailio/kamailio] core: Add option for increasing socket send buffer size (PR #3561)

2023-09-12 Thread Bastian Triller
@btriller pushed 1 commit. 286bdf9897403ef0e1f2f13405685c4e0349db86 core: Add option for increasing socket send buffer size -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3561/files/f381988d5f70343a66e187a48708fc4c40e77a9b..286bdf9897403ef0e1f2f13405685c4e0349db86 You are

[sr-dev] [kamailio/kamailio] core: Add option for increasing socket send buffer size (PR #3561)

2023-09-12 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] Re: [kamailio/kamailio] registrar: adding tcpconn_id to xavp_cfg (PR #3430)

2023-05-09 Thread Bastian Triller
@btriller commented on this pull request. > @@ -71,6 +71,27 @@ extern sruid_t _reg_sruid; static int q_override_msg_id; static qvalue_t q_override_value; +int reg_get_cfg_tcpconnid(void) +{ + int n; + sr_xavp_t *vavp=NULL; + str vname = {"tcpconn_id", 10}; + + n = 0;

[sr-dev] Re: [kamailio/kamailio] auth_db: fix goto for memory allocation error, convert to memory logging helper (01e82b3)

2023-03-22 Thread Bastian Triller
Is it intended to jump to `error` instead of `parse_error` now? @pantelisk98 @henningw -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/commit/01e82b38c41d344c1e94b2e0f574981ef0ce4318#r105530322 You are receiving this because you are subscribed to this

[sr-dev] [kamailio/kamailio] Docs fixes (PR #3367)

2023-02-11 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] dmq_usrloc: Add option to replicate socket via its name (PR #3364)

2023-02-09 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] Re: [kamailio/kamailio] sanity: Document Contact URI check flag (PR #3306)

2022-12-15 Thread Bastian Triller
Fixed in b96848689837277d9bc0ec9c1b5524de0f1321e1 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3306#issuecomment-1353065698 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] [kamailio/kamailio] sanity: Prevent segfault (PR #3307)

2022-12-15 Thread Bastian Triller
For star Contacts, there are no URIs that can be checked. !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they

[sr-dev] [kamailio/kamailio] sanity: Document Contact URI check flag (PR #3306)

2022-12-15 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

Re: [sr-dev] [kamailio/kamailio] sdpops: signedness issue w/ sess-version in o= line (Issue #3099)

2022-11-20 Thread Bastian Triller
Probably fixed by 0fccc0949ac682dc59a4a5e00f3ee895c244ee6a. But didn't check. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3099#issuecomment-1321227630 You are receiving this because you are subscribed to this thread. Message ID:

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf crashes after the call (Issue #2970)

2021-12-28 Thread Bastian Triller
If you're using the packages from official Debian repo try adding following to your sources list deb http://deb.debian.org/debian-debug bullseye main On Tue, Dec 28, 2021, 15:00 Henning Westerholt wrote: > At least in the kamailio debian repository they are there: > > root@sbct1: # apt-cache

[sr-dev] git:master:1d0b7f22: dialog: fix missing else

2021-12-13 Thread Bastian Triller
Module: kamailio Branch: master Commit: 1d0b7f22b3321cf9b2a4866b0a8a6001538aba42 URL: https://github.com/kamailio/kamailio/commit/1d0b7f22b3321cf9b2a4866b0a8a6001538aba42 Author: Bastian Triller Committer: Bastian Triller Date: 2021-12-13T13:11:26+01:00 dialog: fix missing else --- Modified

[sr-dev] [kamailio/kamailio] core: allow empty matches (#2869)

2021-10-05 Thread Bastian Triller
Anchors like ^ and $ match beginning resp. ending of strings but their matches are zero length, which is ok. The anchors can be used to pre-/append a prefix/suffix via e.g. subst_hf(X-My-Header, /^/prefix /, a); subst_hf(X-My-Header, /$/ suffix/, a); !-- Kamailio Pull Request Template -- !--

[sr-dev] [kamailio/kamailio] registrar: docs for xavp_cfg (#2860)

2021-09-21 Thread Bastian Triller
* fix docs for expires/q attributes * add all available attributes and note in which function they are used !-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull

[sr-dev] [kamailio/kamailio] Minor fixes (#2507)

2020-10-16 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

Re: [sr-dev] [kamailio/kamailio] doc fixes (#2507)

2020-10-16 Thread Bastian Triller
@btriller pushed 1 commit. 59cd3ff5145efa454ae1eb70e8dba88560c7b319 nathelper: docs - fixed typos -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[sr-dev] [kamailio/kamailio] pipelimit: docs - fixed typo (#2439)

2020-08-13 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] Doc fixes (#2252)

2020-03-14 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] pv_headers: state header, which could not be split (#2251)

2020-03-14 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

Re: [sr-dev] [kamailio/kamailio] sipcapture: fix spelling errors (#2249)

2020-03-13 Thread Bastian Triller
done -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2249#issuecomment-598652667___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] sipcapture: fix spelling errors (#2249)

2020-03-12 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] siptrace: log correct dialog event (#2248)

2020-03-12 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] siptrace: duplicate via HEP with any protocol (#2244)

2020-03-11 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] git:master:32a21b5b: tm: docs - fix title for parameter event_callback_lres_sent

2020-03-04 Thread Bastian Triller
Module: kamailio Branch: master Commit: 32a21b5bd17309175ba99186629fa0d4e6b21fa7 URL: https://github.com/kamailio/kamailio/commit/32a21b5bd17309175ba99186629fa0d4e6b21fa7 Author: Bastian Triller Committer: Bastian Triller Date: 2020-03-04T10:26:42+01:00 tm: docs - fix title for parameter

[sr-dev] git:master:c4a566bf: websocket: docs - fix title for parameter rm_delay_interval

2020-03-04 Thread Bastian Triller
Module: kamailio Branch: master Commit: c4a566bf8df05b55a690a4ad9ea5f5dfe8961e0e URL: https://github.com/kamailio/kamailio/commit/c4a566bf8df05b55a690a4ad9ea5f5dfe8961e0e Author: Bastian Triller Committer: Bastian Triller Date: 2020-03-04T10:26:42+01:00 websocket: docs - fix title

[sr-dev] git:master:305ba1b2: usrloc: doc fixes

2020-03-04 Thread Bastian Triller
Module: kamailio Branch: master Commit: 305ba1b23bae19a4042c3e8fa88451b47ac69ff5 URL: https://github.com/kamailio/kamailio/commit/305ba1b23bae19a4042c3e8fa88451b47ac69ff5 Author: Bastian Triller Committer: Bastian Triller Date: 2020-03-04T10:26:12+01:00 usrloc: doc fixes * add doc

[sr-dev] git:master:81a9c09b: acc_json: doc fixes

2020-03-04 Thread Bastian Triller
Module: kamailio Branch: master Commit: 81a9c09b7b25afc6bd9d0854c1bf7aa3c34d6b82 URL: https://github.com/kamailio/kamailio/commit/81a9c09b7b25afc6bd9d0854c1bf7aa3c34d6b82 Author: Bastian Triller Committer: Bastian Triller Date: 2020-03-04T10:24:20+01:00 acc_json: doc fixes * fix parameter

[sr-dev] [kamailio/kamailio] Doc fixes (#2238)

2020-03-04 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

Re: [sr-dev] [kamailio/kamailio] Sipcapture fix hep attributes (#2214)

2020-02-21 Thread Bastian Triller
I've updated the wiki pages for the given versions. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2214#issuecomment-589722316___

Re: [sr-dev] [kamailio/kamailio] Sipcapture fix hep attributes (#2214)

2020-02-21 Thread Bastian Triller
@miconda I didn't update the wiki pages yet. To which branches will the change backported to? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] Sipcapture fix hep attributes (#2214)

2020-02-06 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] etc/kamailio.cfg: fix typo (#2116)

2019-10-31 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] topos: fix event_mode parameter type (#2115)

2019-10-31 Thread Bastian Triller
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[sr-dev] [kamailio/kamailio] core/cfg has memory leak if string value is set (#2094)

2019-10-04 Thread Bastian Triller
### Description Setting string values via `cfg_rpc` leaves old strings in SHM. Reproduction Set some string value to e.g. `tm.ac_extra_hdrs`: ```shell x=10 while [ $x -gt 0 ] ; do sudo kamctl rpc cfg.sets tm ac_extra_hdrs das$x >/dev/null sleep 0.001 x=$((x - 1)) done ```

Re: [sr-dev] [kamailio/kamailio] jsonrpcs: fix double free crash (#1839)

2019-09-04 Thread Bastian Triller
@henningw w/o this patch `5.0` branch is unusable with default config. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1839#issuecomment-527875710___ Kamailio

Re: [sr-dev] [kamailio/kamailio] jsonrpcs: fix double free crash (#1839)

2019-04-08 Thread Bastian Triller
Please also backport to `5.0` branch. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1839#issuecomment-480882410___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] dialog: segfault with db_mode = 1 and broken SIP message (#1899)

2019-03-21 Thread Bastian Triller
log messages from before the crash: ``` ERROR: [core/parser/msg_parser.c:96]: get_hdr_field(): bad header ERROR: [core/parser/msg_parser.c:330]: parse_headers(): bad header field [a=sendrecv#015#012] ERROR: dialog [dlg_handlers.c:190]: populate_leg_info(): failed to parse headers ERROR: dialog

[sr-dev] [kamailio/kamailio] usrloc: core dump (#1900)

2019-03-21 Thread Bastian Triller
### Description Kamailio crashes while querying for unexpired contacts in a location table while it is saving contacts to db. Seems to be a regression, since this didn't happened with Kamailio 4.4. Reproduction Constantly flush many locations and simultaneously get location statistics from

[sr-dev] [kamailio/kamailio] dialog: segfault with db_mode = 1 and broken SIP message (#1899)

2019-03-21 Thread Bastian Triller
### Description `dialog` module is configured with `db_mode` 1 (realtime). When receiving following broken SIP `200` response (missing 6 bytes between header and body), Kamailio crashes: ``` SIP/2.0 200 OK Via: SIP/2.0/UDP 1.2.3.4;branch=z9hG4bKa185.ad1e5804a90a4f79fa2b09b3b2118053.0 Via:

[sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module name in description [skip ci] (#1383)

2017-12-21 Thread Bastian Triller
fix janssonrpc-c module name in description of package kamailio-extra-modules Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a

[sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module names in pkg description (#1380)

2017-12-21 Thread Bastian Triller
fix module names in description of package kamailio-extra-modules Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: add http_async to kamailio-extra-modules [skip ci] (#1375)

2017-12-21 Thread Bastian Triller
> in some parts of the changes, there are module names, not module group names. @miconda Are you referring to the descriptions in the control files? I'd then submit another pull request to master and backport that to active branches, if you agree. -- You are receiving this because you are

[sr-dev] [kamailio/kamailio] sipcapture: fix HEP3 capture-id >= 2^16 (#1272)

2017-10-13 Thread Bastian Triller
(cherry picked from commit dbd57c3eac30e1de54d98eb2ba8f608a17f7adbf) Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit