[sr-dev] git:master:97ba5dff: db_redis: change logs on delete

2024-07-03 Thread Stefan Mititelu via sr-dev
Module: kamailio Branch: master Commit: 97ba5dff468fc309acc9245108a0d7645fe45361 URL: https://github.com/kamailio/kamailio/commit/97ba5dff468fc309acc9245108a0d7645fe45361 Author: Stefan-Cristian Mititelu Committer: Stefan Mititelu Date: 2024-07-03T18:27:03+03:00 db_redis: change logs on

[sr-dev] Re: [kamailio/kamailio] db_redis: change logs on delete (PR #3892)

2024-07-03 Thread Stefan Mititelu via sr-dev
Merged #3892 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3892#event-13382597550 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] db_redis: change logs on delete (PR #3892)

2024-07-03 Thread Stefan Mititelu via sr-dev
Thanks for reviews. Merging this. Actually if one designs the 'keys' right for a db_redis table, should get *no* full table scans (I think, at least from my tests so far). So then will get no warnings after this merge. Full table scans are actually dangerous because consume alot of kamailio

[sr-dev] Re: [kamailio/kamailio] db_redis: change logs on delete (PR #3892)

2024-06-25 Thread Stefan Mititelu via sr-dev
I never get clang formatting right, unless using the clang-format tool :D -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3892#issuecomment-2188700713 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] db_redis: change logs on delete (PR #3892)

2024-06-25 Thread Stefan Mititelu via sr-dev
@smititelu pushed 1 commit. fa202d1112c9df29358c261e670b6bbfff9fc856 db_redis: change logs on delete -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3892/files/34b15758bd4ec9b1f09174e981af0675b9068c7d..fa202d1112c9df29358c261e670b6bbfff9fc856 You are receiving this because you

[sr-dev] Re: [kamailio/kamailio] db_redis: change logs on delete (PR #3892)

2024-06-25 Thread Stefan Mititelu via sr-dev
@smititelu pushed 1 commit. 34b15758bd4ec9b1f09174e981af0675b9068c7d db_redis: change logs on delete -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3892/files/85c244e6a55a8391c744624b5d3678d550481d1a..34b15758bd4ec9b1f09174e981af0675b9068c7d You are receiving this because you

[sr-dev] Re: [kamailio/kamailio] db_redis: change logs on delete (PR #3892)

2024-06-25 Thread Stefan Mititelu via sr-dev
@smititelu pushed 1 commit. 85c244e6a55a8391c744624b5d3678d550481d1a db_redis: change logs on delete -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3892/files/06aac1608f6bf87c2eb760c1402566760a6380a7..85c244e6a55a8391c744624b5d3678d550481d1a You are receiving this because you

[sr-dev] [kamailio/kamailio] db_redis: change logs on delete (PR #3892)

2024-06-25 Thread Stefan Mititelu 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] git:master:8b6b3881: p_usrloc: Add update/delete based on uniq

2024-06-06 Thread Stefan Mititelu via sr-dev
Module: kamailio Branch: master Commit: 8b6b3881594b4f2ac1b50b9c83cd0e1dac3ec321 URL: https://github.com/kamailio/kamailio/commit/8b6b3881594b4f2ac1b50b9c83cd0e1dac3ec321 Author: Stefan-Cristian Mititelu Committer: Stefan Mititelu Date: 2024-06-06T12:34:14+03:00 p_usrloc: Add update/delete

[sr-dev] Re: [kamailio/kamailio] p_usrloc: Add update/delete based on uniq (PR #3865)

2024-06-06 Thread Stefan Mititelu via sr-dev
Merged #3865 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3865#event-13063826828 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] [kamailio/kamailio] p_usrloc: Add update/delete based on uniq (PR #3865)

2024-05-30 Thread Stefan Mititelu 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] Re: [kamailio/kamailio] pdb: make 'timeout' runtime configurable (PR #3850)

2024-05-16 Thread Stefan Mititelu via sr-dev
Hi, thanks for the feedback. I've updated the PR accordingly. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3850#issuecomment-2114247068 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] [kamailio/kamailio] pdb: make 'timeout' runtime configurable (PR #3850)

2024-05-15 Thread Stefan Mititelu 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] Re: [kamailio/kamailio] pdb: Return negative carrierid for failures (PR #3775)

2024-03-18 Thread Stefan Mititelu via sr-dev
Merged #3775 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3775#event-12148054471 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:8cf5892c: pdb server: Return negative carrierid for failures. Clang format

2024-03-18 Thread Stefan Mititelu via sr-dev
Module: kamailio Branch: master Commit: 8cf5892cb34248cea2deea606a0f7d46d574404b URL: https://github.com/kamailio/kamailio/commit/8cf5892cb34248cea2deea606a0f7d46d574404b Author: Stefan-Cristian Mititelu Committer: Stefan Mititelu Date: 2024-03-18T10:55:24+02:00 pdb server: Return negative

[sr-dev] Re: [kamailio/kamailio] pdb: Return negative carrierid for failures (PR #3775)

2024-03-18 Thread Stefan Mititelu via sr-dev
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3775#issuecomment-2003233414 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:0fd1516b: pdb: Return negative carrierid for failures

2024-03-18 Thread Stefan Mititelu via sr-dev
Module: kamailio Branch: master Commit: 0fd1516b9519f84a0f24b3c9a2c643e74f1dc527 URL: https://github.com/kamailio/kamailio/commit/0fd1516b9519f84a0f24b3c9a2c643e74f1dc527 Author: Stefan-Cristian Mititelu Committer: Stefan Mititelu Date: 2024-03-18T10:55:24+02:00 pdb: Return negative carrierid

[sr-dev] Re: [kamailio/kamailio] pdb: Return negative carrierid for failures (PR #3775)

2024-03-05 Thread Stefan Mititelu via sr-dev
@smititelu pushed 1 commit. 88b698e0f62c39ed60af9f0a4fb3ca2dc6867d8f pdb server: Return negative carrierid for failures. Clang format -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3775/files/bf78b619ae28924361fb2c757a4d09eb1a39f5cd..88b698e0f62c39ed60af9f0a4fb3ca2dc6867d8f

[sr-dev] Re: [kamailio/kamailio] pdb: Return negative carrierid for failures (PR #3775)

2024-03-05 Thread Stefan Mititelu via sr-dev
@smititelu pushed 1 commit. bf78b619ae28924361fb2c757a4d09eb1a39f5cd pdb: Return negative carrierid for failures -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3775/files/ed87fe7ab480a40d7b433b43aeae383a5f85da13..bf78b619ae28924361fb2c757a4d09eb1a39f5cd You are receiving this

[sr-dev] Re: [kamailio/kamailio] pdb: Return negative carrierid for failures (PR #3775)

2024-03-05 Thread Stefan Mititelu via sr-dev
@smititelu pushed 1 commit. ed87fe7ab480a40d7b433b43aeae383a5f85da13 pdb: Return negative carrierid for failures -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3775/files/d1be1776c46f3e88bf5a28e7e60c2eb5607ab66d..ed87fe7ab480a40d7b433b43aeae383a5f85da13 You are receiving this

[sr-dev] [kamailio/kamailio] pdb: Return negative carrierid for failures (PR #3775)

2024-03-05 Thread Stefan Mititelu 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] git:master:e506b60c: xlog: add kemi xlog_facility function

2024-01-19 Thread Stefan Mititelu via sr-dev
Module: kamailio Branch: master Commit: e506b60c1045cfbd4485434165305fbc2fb57aa9 URL: https://github.com/kamailio/kamailio/commit/e506b60c1045cfbd4485434165305fbc2fb57aa9 Author: Stefan-Cristian Mititelu Committer: Stefan Mititelu Date: 2024-01-19T15:34:37+02:00 xlog: add kemi xlog_facility

[sr-dev] Re: [kamailio/kamailio] xlog: add kemi xlog_facility function (PR #3708)

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

[sr-dev] Re: [kamailio/kamailio] xlog: add kemi xlog_facility function (PR #3708)

2024-01-19 Thread Stefan Mititelu via sr-dev
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3708#issuecomment-1900438189 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] xlog: add kemi xlog_facility function (PR #3708)

2024-01-10 Thread Stefan Mititelu via sr-dev
@smititelu pushed 1 commit. 51bc40de2bebf4ca224b7eb61153837e5e221f6e xlog: add kemi xlog_facility function -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3708/files/1a8e3a6ab722f44583b7872d6266efd6d075592d..51bc40de2bebf4ca224b7eb61153837e5e221f6e You are receiving this

[sr-dev] [kamailio/kamailio] xlog: add kemi xlog_facility function (PR #3708)

2024-01-10 Thread Stefan Mititelu 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] Re: [kamailio/kamailio] tm: Update doc for t_check_trans() (PR #3673)

2023-12-13 Thread Stefan Mititelu via sr-dev
Closed #3673. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3673#event-11234107838 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] tm: Update doc for t_check_trans() (PR #3673)

2023-12-13 Thread Stefan Mititelu via sr-dev
Closing this PR as not an issue. After checking more, noticed t_check_trans() was always returning -1. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3673#issuecomment-1853658419 You are receiving this because you are subscribed to this thread.

[sr-dev] Re: [kamailio/kamailio] tm: Update doc for t_check_trans() (PR #3673)

2023-12-12 Thread Stefan Mititelu via sr-dev
Hi, t_check_trans() via native config, return_mode default, kamailio 5.6 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3673#issuecomment-1851889702 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] tm: Update doc for t_check_trans() (PR #3673)

2023-12-12 Thread Stefan Mititelu via sr-dev
E.g. function does not automatically exits config when transaction is found, but one might check against return code "0" in config and exit logic there. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3673#issuecomment-1851707674 You are

[sr-dev] [kamailio/kamailio] tm: Update doc for t_check_trans() (PR #3673)

2023-12-12 Thread Stefan Mititelu 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] Re: [kamailio/kamailio] ims_qos: Add suspend_transaction parameter (PR #3581)

2023-09-28 Thread Stefan Mititelu via sr-dev
Merged #3581 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3581#event-10499665427 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] ims_qos: Add suspend_transaction parameter (PR #3581)

2023-09-28 Thread Stefan Mititelu via sr-dev
Ok, will push a new commit to rename the C var, directly on master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3581#issuecomment-1739202919 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:master:d0262f82: ims_qos: Add suspend_transaction parameter

2023-09-28 Thread Stefan Mititelu via sr-dev
Module: kamailio Branch: master Commit: d0262f82fd9cee8670ac01e4f06eb35626b34714 URL: https://github.com/kamailio/kamailio/commit/d0262f82fd9cee8670ac01e4f06eb35626b34714 Author: Stefan-Cristian Mititelu Committer: Stefan Mititelu Date: 2023-09-28T16:35:52+03:00 ims_qos: Add