[sr-dev] Re: [kamailio/kamailio] topoh: fix bug in hiding record routes in reply messages (PR #4170)

2025-06-06 Thread github-actions[bot] via sr-dev
github-actions[bot] left a comment (kamailio/kamailio#4170) This PR 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/pull/4170#i

[sr-dev] Re: [kamailio/kamailio] prefix_route - prefix longer than 12 characters ignored (Issue #4218)

2025-06-06 Thread github-actions[bot] via sr-dev
github-actions[bot] left a comment (kamailio/kamailio#4218) 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/4

[sr-dev] Re: [kamailio/kamailio] presence: preserve etag uniqueness when marking presentity for removal (PR #4275)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4275) Well, if I understood correctly, the code replaces the unique ETags of the presentity records with a predefined value (ie., `#-OFFLINE-#'`) in order to delete the records later, but that can lead to infringement of unique constraints. So the curre

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread tsearle via sr-dev
@tsearle commented on this pull request. > + + The flags string is a list of space-separated items. Each item + is either an individual token, or a token in key=value format

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread tsearle via sr-dev
@tsearle pushed 1 commit. cd59bbd8ed1dbb25ecb8af3bf52e2905683bc8a6 rtpengine: add documentation for new siprec methods -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4274/files/793b36f17a7abe96242075f7766f7616e8538b01..cd59bbd8ed1dbb25ecb8af3bf52e2905683bc8a6 You are receiving

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread Richard Fuchs via sr-dev
@rfuchs commented on this pull request. > + + The flags string is a list of space-separated items. Each item + is either an individual token, or a token in key=value format.

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread tsearle via sr-dev
tsearle left a comment (kamailio/kamailio#4274) Example usage included in the documentation -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4274#issuecomment-2949551636 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] memory leak in avp cleanup (Issue #4257)

2025-06-06 Thread sergey-safarov via sr-dev
sergey-safarov left a comment (kamailio/kamailio#4257) @henningw, yes I will test. Please give me some time. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4257#issuecomment-2949537389 You are receiving this because you are subscribed to this t

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread Richard Fuchs via sr-dev
@rfuchs commented on this pull request. > + else if(str_eq(&key, "from-tags")) { + err = "missing value"; + if(!val.s) + goto error; + +

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread Richard Fuchs via sr-dev
@rfuchs commented on this pull request. > + } else if(str_eq(&key, "all")) { + ng_flags->all_legs = 1; + } else I don't quite follow. The flags are constructed within `rtpp_function_call` and then p

[sr-dev] Re: [kamailio/kamailio] presence: preserve etag uniqueness when marking presentity for removal (PR #4275)

2025-06-06 Thread Victor Seva via sr-dev
linuxmaniac left a comment (kamailio/kamailio#4275) but this problem is about unique keys. So it's a relational database problem no? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4275#issuecomment-2949457920 You are receiving this because you a

[sr-dev] Re: [kamailio/kamailio] Subscriptions replication and presence sync via dmq (PR #4239)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4239) Thanks! You have to document the new module parameters in the xml files inside the `doc/` folder of the module. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4239#issuecomment-2949392840 You are re

[sr-dev] Re: [kamailio/kamailio] core: tcp_send_timeout applied for outbound connections (PR #4234)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
Merged #4234 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4234#event-18023516389 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] Re: [kamailio/kamailio] presence: preserve etag uniqueness when marking presentity for removal (PR #4275)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4275) I expect that introducing the use of raw_query breaks the usage of the module with non-sql backends (e.g., db_text), so another solution has to be found. Maybe leveraging another column (e.g., priority set to -1 for cleaning up records) or adding

[sr-dev] Re: [kamailio/kamailio] core: tcp_send_timeout applied for outbound connections (PR #4234)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4234) Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4234#issuecomment-2949384509 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:master:91053984: core: tcp_send_timeout applied for outbound connections

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9105398413b4f9fab410482d9ebf5d82b6c3fb0a URL: https://github.com/kamailio/kamailio/commit/9105398413b4f9fab410482d9ebf5d82b6c3fb0a Author: Sergey Safarov Committer: Daniel-Constantin Mierla Date: 2025-06-06T16:08:44+02:00 core: tcp_send_timeout applied f

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread tsearle via sr-dev
@tsearle pushed 1 commit. 793b36f17a7abe96242075f7766f7616e8538b01 rtpengine: add documentation for new siprec methods -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4274/files/7de4197924f4a591488cc7a3b604fbb0c5356b4d..793b36f17a7abe96242075f7766f7616e8538b01 You are receiving

[sr-dev] Re: [kamailio/kamailio] topos: Allow contact a/b host like user part (PR #4246)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4246) Haven't gone much into it, but I think it is ok, still needs docs. Would it work if the values are also with more than the host part (e.g., `host:port;some=param`)? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio

[sr-dev] Re: [kamailio/kamailio] pua_reginfo: add helper to disable publishing for current message (PR #4253)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
Merged #4253 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4253#event-18022686629 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] [kamailio/kamailio] presence: preserve etag uniqueness when marking presentity for removal (PR #4275)

2025-06-06 Thread Alessio Garzi 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

[sr-dev] git:master:128ccdc6: modules: readme files regenerated - file_out ... [skip ci]

2025-06-06 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 128ccdc6330232fd810bd0a35b325e44d5bdf98d URL: https://github.com/kamailio/kamailio/commit/128ccdc6330232fd810bd0a35b325e44d5bdf98d Author: Kamailio Dev Committer: Kamailio Dev Date: 2025-06-06T15:46:10+02:00 modules: readme files regenerated - file_out .

[sr-dev] Re: [kamailio/kamailio] file_out: Add rotation timer (PR #4263)

2025-06-06 Thread Henning Westerholt via sr-dev
henningw left a comment (kamailio/kamailio#4263) Thanks, merged -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4263#issuecomment-2949316694 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] file_out: Add rotation timer (PR #4263)

2025-06-06 Thread Henning Westerholt via sr-dev
Merged #4263 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4263#event-18023120039 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] git:master:92484d73: file_out: docs: Add timer_interval doc

2025-06-06 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 92484d73b136a95a46e118af6b46b566f5df1875 URL: https://github.com/kamailio/kamailio/commit/92484d73b136a95a46e118af6b46b566f5df1875 Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Henning Westerholt Date: 2025-06-06T15:43:1

[sr-dev] git:master:9b5ad5d1: file_out: Fix missing evaluated PVs

2025-06-06 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 9b5ad5d1d814bc9ba4c41dc02bac4362268ec37f URL: https://github.com/kamailio/kamailio/commit/9b5ad5d1d814bc9ba4c41dc02bac4362268ec37f Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Henning Westerholt Date: 2025-06-06T15:43:1

[sr-dev] git:master:59a23249: file_out: Add require_rotation for better file handling

2025-06-06 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 59a23249c9ddf64119d6129123b3c610de66d6f3 URL: https://github.com/kamailio/kamailio/commit/59a23249c9ddf64119d6129123b3c610de66d6f3 Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Henning Westerholt Date: 2025-06-06T15:43:1

[sr-dev] git:master:b8373b9a: file_out: Consistent check

2025-06-06 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: b8373b9aeeb9d4d4b0b56f6f4de3a358bd224daf URL: https://github.com/kamailio/kamailio/commit/b8373b9aeeb9d4d4b0b56f6f4de3a358bd224daf Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Henning Westerholt Date: 2025-06-06T15:43:1

[sr-dev] git:master:c4521d05: file_out: Memory allocation and copy when used.

2025-06-06 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: c4521d05cb90773e6a50747a4dc1f069617d7843 URL: https://github.com/kamailio/kamailio/commit/c4521d05cb90773e6a50747a4dc1f069617d7843 Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Henning Westerholt Date: 2025-06-06T15:43:1

[sr-dev] git:master:60086f11: file_out: Add debug function

2025-06-06 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 60086f1108ac199d4db4453c2c14865e2e16022c URL: https://github.com/kamailio/kamailio/commit/60086f1108ac199d4db4453c2c14865e2e16022c Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Henning Westerholt Date: 2025-06-06T15:43:1

[sr-dev] git:master:ca72b648: file_out: Add file properties init function

2025-06-06 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: ca72b6487fbed30be4ca83f7864c2ac1a29c647e URL: https://github.com/kamailio/kamailio/commit/ca72b6487fbed30be4ca83f7864c2ac1a29c647e Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Henning Westerholt Date: 2025-06-06T15:43:1

[sr-dev] git:master:a841fd25: file_out: Rotate files based on timer

2025-06-06 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: a841fd2539ed8c13184face4fdf6215a917162cc URL: https://github.com/kamailio/kamailio/commit/a841fd2539ed8c13184face4fdf6215a917162cc Author: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Committer: Henning Westerholt Date: 2025-06-06T15:43:1

[sr-dev] Re: [kamailio/kamailio] Missing two way audio when using Yealink. kamailio + rtpengine + freeswitch/fusionpbx (Issue #4270)

2025-06-06 Thread Henning Westerholt via sr-dev
henningw left a comment (kamailio/kamailio#4270) Please discuss it further on the sr-users mailing list. This issue tracker is for reporting problems in the source code or documentation. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4270#issue

[sr-dev] Re: [kamailio/kamailio] Missing two way audio when using Yealink. kamailio + rtpengine + freeswitch/fusionpbx (Issue #4270)

2025-06-06 Thread Henning Westerholt via sr-dev
Closed #4270 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4270#event-18022940889 You are receiving this because you commented. Message ID: ___ Kamailio - Development Mailing List -- sr-

[sr-dev] Re: [kamailio/kamailio] permanently disabled rtpengine nodes in a set are not permanently disabled anymore after commits: (e183a3e25c, 3823479733) (Issue #4247)

2025-06-06 Thread Henning Westerholt via sr-dev
Closed #4247 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4247#event-18023037576 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] permanently disabled rtpengine nodes in a set are not permanently disabled anymore after commits: (e183a3e25c, 3823479733) (Issue #4247)

2025-06-06 Thread Henning Westerholt via sr-dev
henningw left a comment (kamailio/kamailio#4247) Patch commited and tested in #4248 - close this one. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4247#issuecomment-2949303179 You are receiving this because you are subscribed to this thread.

[sr-dev] Re: [kamailio/kamailio] branch_failure_route does not handle reply while wt_timer period (Issue #4266)

2025-06-06 Thread Henning Westerholt via sr-dev
henningw left a comment (kamailio/kamailio#4266) Thanks for the report. The 5.6.x branch is end of life and not supported anymore from the open source project. Could you re-test this issue with one of the supported versions, e.g. one of the latest 5.8.x or 6.0.x releases? -- Reply to this emai

[sr-dev] Re: [kamailio/kamailio] memory leak in avp cleanup (Issue #4257)

2025-06-06 Thread Henning Westerholt via sr-dev
henningw left a comment (kamailio/kamailio#4257) There was a fix addressing this issue in #4258 commited. Please test if the problem still occurs after this change. Its in git master for now, but will be backported. -- Reply to this email directly or view it on GitHub: https://github.com/kamai

[sr-dev] git:master:9581e5b3: tls: add WSS to RPC funtions

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9581e5b332bff8e61ed65c6ddd340a472cb1d93c URL: https://github.com/kamailio/kamailio/commit/9581e5b332bff8e61ed65c6ddd340a472cb1d93c Author: Benjamin Tietz Committer: Daniel-Constantin Mierla Date: 2025-06-06T15:10:58+02:00 tls: add WSS to RPC funtions - t

[sr-dev] Re: [kamailio/kamailio] tls: add WSS to RPC funtions (PR #4262)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
Merged #4262 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4262#event-18022632045 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] git:master:a1449f0d: modules: readme files regenerated - dispatcher ... [skip ci]

2025-06-06 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: a1449f0d160fa0911fb6cad588e4c41a9dc5d147 URL: https://github.com/kamailio/kamailio/commit/a1449f0d160fa0911fb6cad588e4c41a9dc5d147 Author: Kamailio Dev Committer: Kamailio Dev Date: 2025-06-06T15:16:09+02:00 modules: readme files regenerated - dispatcher

[sr-dev] Re: [kamailio/kamailio] pua_reginfo: add helper to disable publishing for current message (PR #4253)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4253) Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4253#issuecomment-2949240182 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:master:708dd175: pua_reginfo: add helper to disable publishing for current message

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 708dd1753483240c82c5796e11686db40544d145 URL: https://github.com/kamailio/kamailio/commit/708dd1753483240c82c5796e11686db40544d145 Author: Matteo Brancaleoni Committer: Daniel-Constantin Mierla Date: 2025-06-06T15:14:48+02:00 pua_reginfo: add helper to d

[sr-dev] Re: [kamailio/kamailio] tls: add WSS to RPC funtions (PR #4262)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4262) Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4262#issuecomment-2949230879 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] file_out: Add rotation timer (PR #4263)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4263) If no other comments, this should be merged. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4263#issuecomment-2949227791 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] pdb: added KEMI support for PDB module (PR #4265)

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4265) This should be merged, if no other comments. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4265#issuecomment-2949225281 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:master:df0e36fb: dispatcher: new modparam ds_ping_fr_timeout

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: df0e36fbb0dc1139acd6c5d92dc3f986cca73af2 URL: https://github.com/kamailio/kamailio/commit/df0e36fbb0dc1139acd6c5d92dc3f986cca73af2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-06-06T14:55:02+02:00 dispatcher: new modpar

[sr-dev] git:master:d0bfcac2: uac: added fr_timeout and fr_inv_timeout to uac_req_t struct

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: d0bfcac231ae67d683ff1c7ace2cebfdca33e0b4 URL: https://github.com/kamailio/kamailio/commit/d0bfcac231ae67d683ff1c7ace2cebfdca33e0b4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-06-06T14:28:12+02:00 uac: added fr_timeout

[sr-dev] git:master:d7156079: dispatcher: docs for ds_ping_fr_timer modparam

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: d71560794239668a9488ef2aca8330307779a6c8 URL: https://github.com/kamailio/kamailio/commit/d71560794239668a9488ef2aca8330307779a6c8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-06-06T15:00:45+02:00 dispatcher: docs for d

[sr-dev] git:master:98bcd014: uac: fields for $uac_req() to set fr_timeout, fr_inv_timeout

2025-06-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 98bcd01471744eaaa142c388782a5c91c99a78f7 URL: https://github.com/kamailio/kamailio/commit/98bcd01471744eaaa142c388782a5c91c99a78f7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-06-06T14:28:12+02:00 uac: fields for $uac_r

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread tsearle via sr-dev
@tsearle commented on this pull request. > + } else if(str_eq(&key, "all")) { + ng_flags->all_legs = 1; + } else I was hoping so too, unknown flags get put into ng_flags->flags however https://githu

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread tsearle via sr-dev
@tsearle commented on this pull request. > + {"rtpengine_subscribe_offer", > (cmd_function)rtpengine_subscribe_request_wrap_f, 4, + fixup_rtpengine_subscribe_request_v, fixup_free_rtpengine_subscribe_request_v, ANY_ROUTE}, + {"rtpengine_subscribe_offer", (cmd_function)rtpengin

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread tsearle via sr-dev
@tsearle commented on this pull request. > + else if(str_eq(&key, "from-tags")) { + err = "missing value"; + if(!val.s) + goto error; + +

[sr-dev] Re: [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread Richard Fuchs via sr-dev
@rfuchs commented on this pull request. An example of the intended usage would be helpful > + } else if(str_eq(&key, "all")) { + ng_flags->all_legs = 1; + } else I think this is redundant? Just puttin

[sr-dev] git:master:7de2b9b7: modules: readme files regenerated - rtpengine ... [skip ci]

2025-06-06 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 7de2b9b7625d9cb856944627a3a5d7c167006dc6 URL: https://github.com/kamailio/kamailio/commit/7de2b9b7625d9cb856944627a3a5d7c167006dc6 Author: Kamailio Dev Committer: Kamailio Dev Date: 2025-06-06T12:46:10+02:00 modules: readme files regenerated - rtpengine

[sr-dev] Re: [kamailio/kamailio] rtpengine: hash table dmq replication (PR #4240)

2025-06-06 Thread Henning Westerholt via sr-dev
Merged #4240 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4240#event-18020730896 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] git:master:98cbb5cd: rtpengine: hash table dmq replication

2025-06-06 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 98cbb5cdf169578c75f60f4f12c2e9e4dadeed3e URL: https://github.com/kamailio/kamailio/commit/98cbb5cdf169578c75f60f4f12c2e9e4dadeed3e Author: vlitvinov Committer: Henning Westerholt Date: 2025-06-06T12:43:33+02:00 rtpengine: hash table dmq replication ---

[sr-dev] Re: [kamailio/kamailio] rtpengine: hash table dmq replication (PR #4240)

2025-06-06 Thread Henning Westerholt via sr-dev
henningw left a comment (kamailio/kamailio#4240) Thanks for the PR. I also had a look to the PR, it looked ok to me. As @rfuchs already reviewed as well, merged. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4240#issuecomment-2948849580 You are

[sr-dev] [kamailio/kamailio] rtpengine: add support for commands needed for siprec (PR #4274)

2025-06-06 Thread tsearle via sr-dev
add rtpengine_subscribe_request rtpengine_subscribe_answer and rtpengine_unsubscribe methods to both th cfg and kemi interfaces Pre-Submission Checklist